View Full Version : Ie problem-Random space
Ranger56
06-21-2005, 12:02 AM
http://www.spiderseatbabies.com/new/
As you can tell, in IE, there is a big space between my textcontent div and my navbar, why is this?
Scootertaj
06-21-2005, 12:21 AM
I think putting padding: 0; into your #buttons would fix that.
Ranger56
06-21-2005, 12:34 AM
That doesn't work.
_Aerospace_Eng_
06-21-2005, 12:55 AM
Get rid of the top margin in your textcontent div css
Ranger56
06-21-2005, 01:13 AM
But then my nav images get covered up in FF.
_Aerospace_Eng_
06-21-2005, 01:19 AM
Ever hear of clear:both; ?
div#textcontent{
background-image:url("images/contentbg.jpg");
background-repeat:no-repeat;
height:536px;
background-position:50% 50%;
margin:0;
padding:0;
clear:both;
border-left:2px solid #a3ad89;
border-right:2px solid #a3ad89;
border-bottom:0;
border-top:0;
}
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.