> 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.

If you're making it compatible with non-JS browsers, why bother making
the JS version?

There's nothing wrong with PHP, it's only doing what you tell it. If 
your PHP code is flawed, the HTML it outputs will be flawed too 8)

Jason

-- 
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