Jurge Posted February 23, 2009 Share Posted February 23, 2009 http://twabbo.net46.net/ here is a website i have made for a friend, there is a marquee by where it says "Dj Says" (which i had made red so that you can see it easily) I have made it using a php include like this <marquee><?php include('marquee.html') ?></marquee> This works fine in IE and safari. but not Mozilla. I'm not sure why so i reckoned it must be the html sorry if i have posted in the wrong area. also thought i should mention that i have used sepearte style sheets for mozilla and IE <link rel="stylesheet" type="text/css" href="style.css" /> <![if !IE]> <link rel="stylesheet" type="text/css" href="notie.css" /> <![endif]> Quote Link to comment Share on other sites More sharing options...
haku Posted February 23, 2009 Share Posted February 23, 2009 The marquee tag is deprecated. Mozilla must not support it anymore. I recommend taking it out altogether - not much screams of the '90s more than a marquee. Quote Link to comment Share on other sites More sharing options...
Jurge Posted February 23, 2009 Author Share Posted February 23, 2009 Lol fair shout. Quote Link to comment 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.