Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-18-2005, 01:10 AM
kerer99's Avatar
WebProWorld Member
 

Join Date: Apr 2005
Location: Calgary, Canada
Posts: 95
kerer99 RepRank 0
Default Centering Elements in CSS box

Hello,

Can somebody please help me with this? I'm creating some logo boxes in css - here is my code so far:

.logobox {
width: 120px;
height : 60px;
border: 1px solid Silver;
background-color: White;
}

I want to place a logo into the box using the code above, but I automatically want it centered both horizontally and vertically within the box. The html code would be:

<div class="logobox">[img]images/logohere.gif[/img]</div>

What would I add to the CSS code to make this work?

Thank you SO much.
__________________
Free Online Paid Surveys - Americans, Canadians, Australians, UK residents, International residents, Kids - anyone can join!
Reply With Quote
  #2 (permalink)  
Old 11-18-2005, 01:20 AM
ADAM Web Design's Avatar
WebProWorld 1,000+ Club
 

Join Date: Dec 2003
Location: Toronto, Ontario, Canada
Posts: 2,217
ADAM Web Design RepRank 0
Default

Change your logobox CSS to this:
Code:
.logobox {
     width:  60px;
     height:  20px;
     margin-left:  30px;
     margin-right:  30px;
     margin-top:  20px;
     margin-bottom:  20px;
     padding:  0;
}
Because you have fixed dimensions for both your logo and your container div, you can use the margin properties to center the logo within the div.
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Tags: , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.2.0