iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar 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.

Share Thread: & Tags

Share Thread:

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: 93
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,181
ADAM Web Design RepRank 1
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

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

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



All times are GMT -4. The time now is 12:47 AM.



Search Engine Optimization by vBSEO 3.3.0