Hi Brandon,

I don't know if this is the problem, but if you have a DOCTYPE
declaration  -  I have found the only one that works in N6 with dhtml
is:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd";> 

this has to do with the modes N6 operates in - strict and quirky.  I
found this out because I have been programming in XHTML and ran into
serious N6 problems with my DHTML menus.  Mine are javascript/css/html
and work great with N6.

HTH,

Nicole


Brandon Orther wrote:
> 
> Hello,
> 
> I am making a drop down menu script in PHP so it is compatible with non
> JavaScript browsers like Netscape 6.0  The problem I am having is that when
> I make tables it doesn't always load the background in the tables.  I
> suspect that maybe this is something with PHP because when I make html
> tables they seem to load pretty good.
> 
> Any Ideas?
> 
> Thanks
> Brandon
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
########################
Nicole Lallande
[EMAIL PROTECTED]
760.753.6766
########################

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to