unfortunately a client has a requirement that a site work in netscape 4.7. i have installed netscape communicator 4.74 to test with.
i was testing the support of DIV tags as the site requires the use of layers. i created a simple div container but it does not seem to recognise the width or height attributes. I have browsed the web for known NN4 bugs but didn't come across any relating to width or height attributes. does anyone know if this is a known bug?
here is the test code
the div does not display correctly, it's just a couple of pixels wide due to the space.Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-us"> <style type="text/css"> .test { background: #ff0000; width: 500px; height: 100px; } </style> </head> <body> <div class="test"> </div> </body> </html>
any insight would be much appreciated






Bookmarks