- From: John Russell <ve3ll@rac.ca>
- Date: Sat, 17 Jul 2004 11:47:27 -0400
- To: www-amaya@w3.org
- Message-ID: <40F911CF.8346.BBBC88@localhost>
CSSstatus.html states that background-image is well suported I beg to differ with the following test code --- no blue background displayed !!! <?xml version="1.0"?> <!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"> <head><title>Background URL - VE3LL@RAC.CA</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css"> td {color:yellow;background:url(blue0000.gif)} </style></head><body> <table summary="*"><tr><td>help</td></tr></table> </body></html> -- john russell ve3ll@rac.ca [those are L's as in LLAMA] http://home.cogeco.ca/~ve3ll http://home.cogeco.ca/~trains http://home.cogeco.ca/~cipher
<?xml version="1.0"?> <!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"> <head><title>Background URL - VE3LL@RAC.CA</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css"> td {color:yellow;background:url(blue0000.gif)} </style></head><body> <table summary="*"><tr><td>help</td></tr></table> </body></html>
Attachments
- Image/GIF attachment: blue0000.gif
Received on Saturday, 17 July 2004 11:41:43 UTC