Thu, 2003-07-10 14:09
I am testing my newer version of my site through browsercam and IE 5.0 is giving me a margin/padding for the content area of the page as shown here: http://www.browsercam.com/public.aspx?proj_id=11513
View the first picture of the screen shots and you will see what I mean or the original page here: http://www.techsatcomputers.com/index5.htm
Does anyone have any ideas whats going on ?
Here is the style I have used for the content area:
#middlebox { margin: 0 160px; white-space: normal; border-left: 2px solid #000; border-right: 2px solid #000; padding: 10px; background-color: #FDFDE9; color: #820; }
Thu, 2003-07-10 17:13
#1
Not sure, but...
Maybe IE 5 is picking up on the padding: 10px?
What about
padding: 0px 10px 10px 10px;
??
Thu, 2003-07-10 17:18
#2
Re: Not sure, but...
KnightWolfJK wrote:
What about
padding: 0px 10px 10px 10px;
??
But wouldn't that spoil the padding for all the other browsers ? I was thinking there might be a hack similar to the box model hack ?
Sat, 2003-07-12 05:16
#3
IE 5.0 leaves Top padding
Could this be my issue ?: http://joe.sameperson.net/css/margin.php