-----Original Message-----
From: Richard S. Crawford [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 11, 2002 8:30 AM
To: Vlad Kulchitski
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] Netscape Vs. IE


This can be done without CSS, actually.  Try:

        <td background="imagefile">

Not all browsers will support this, of course.  But, then, even fewer
browsers will support the use of CSS for the same application.

You can also use:

        <td bgcolor="#ffffff">

to make the background color white, again avoiding the use of CSS.

Both, I believe, will pass as valid HTML 4.01 and XHTML transitional
1.01.



On Mon, 2002-03-11 at 07:19, Vlad Kulchitski wrote:
> 
> Hi,
> 
> Someone replied to my post about browsers incompatibilities but I lost
> the message, can someone remind me how to set up the background image:
> 
> <td style='background: white'>
> 
> I mean I need another command that will tell to load image as a bg. I am
> trying to use background-image:file.gif, but it doesn't seem to work.
> 
> Thanks,
> Vlad
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
-- 
Sliante,
Richard S. Crawford

mailto:[EMAIL PROTECTED]          http://www.mossroot.com
AIM:  Buffalo2K   ICQ: 11646404  Yahoo!: rscrawford
MSN:  [EMAIL PROTECTED]

"It is only with the heart that we see rightly; what is essential is
invisible to the eye."  --Antoine de Saint Exupery

"Push the button, Max!"



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to