Ricklord Posted July 31, 2006 Share Posted July 31, 2006 Hi Guys, Getting an error in my code that netscape does not support the following tag. [code]background="image.gif"[/code]I am using tables rather than div on this one and want the table background to work in netscape navigator 7.0. Anyone know what i should use?Cheers in advance Rick Link to comment https://forums.phpfreaks.com/topic/16114-background-tag-for-netscape-70/ Share on other sites More sharing options...
wildteen88 Posted July 31, 2006 Share Posted July 31, 2006 Use the style attribute instead:[code]style="background-image: url(image.gif);"[/code]the background attribute doesnt exist AFAIK. Link to comment https://forums.phpfreaks.com/topic/16114-background-tag-for-netscape-70/#findComment-66420 Share on other sites More sharing options...
Ricklord Posted July 31, 2006 Author Share Posted July 31, 2006 Thanks :) Link to comment https://forums.phpfreaks.com/topic/16114-background-tag-for-netscape-70/#findComment-66431 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.