View Full Version : padding not working in netscape


g5604
08-31-2003, 07:50 PM
Hi,

The content for the lastest works box is correctly positioned in IE but not in Netscape.

The code is my stylesheet is:

.works {

padding: 20px 20px 3px 0px;

}

Anyone know why this won`t work?

http://www.swaft.co.uk/test/test2.htm

pb&j
09-01-2003, 04:23 AM
what version of Netscape? if version 4, then its understandable as that has very low support of css.

Dude128
09-01-2003, 04:33 AM
that page looks almost exactly the same for me in AOL 8.0's messed up version of IE (so, basically IE 6.0), and Netscape 7.0

the only differences I noticed was the scrollbars (colored scrollbars are proprietary extensions to CSS for IE), and the image at the top is slightly farther to the left in IE than in NS.

g5604
09-01-2003, 07:09 AM
i am using netscape 7.0 and everything is fine apart from the lastest works box which should be padded out.