> If I want NN7.0 to display the page more like IE6.0,
> is there some type of page code or css that I can use
> just for NN7.0?

start by making sure your css is interpreted as you intend it to be

you have

   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

which, because the doctype url is missing, triggers "quirks" mode in more
modern browsers (including netscape 6+, known as mozilla)

instead, you should be coding for strict mode, which is more reliable and
stable

see
  Mozilla's DOCTYPE sniffing
  http://www.mozilla.org/docs/web-developer/quirks/doctypes.html

rudy


____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to