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 Quote 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. Quote 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 :) Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.