View Single Post
  #2 (permalink)  
Old 11-18-2005, 01:20 AM
ADAM Web Design's Avatar
ADAM Web Design ADAM Web Design is offline
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