View Single Post
  #7 (permalink)  
Old April 4th, 2010, 01:15 PM
andypandyrox456 andypandyrox456 is offline
Registered User
 
Join Date: Apr 2010
Posts: 70
Thanks: 4
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by PeterPeiGuo View Post
It actually never made its way into the HTML specification. If you look at this from the view of the HTML specification, "marquee" never existed, and there is really no such tag to be deprecated or removed.

On the other hand, this tag was first introduced by Microsoft, and at this point, it is supported by all major browsers. However its support can be dropped any time, since it is not part of the specification. In this sense, you can safely call this tag "deprecated", and try to stay away from it.
Ok thanks!
Before I knew this, I used marquee a lot in my pages. On my computer, which is a PC, the text that was placed in a marquee moved correctly. What I mean is only the text between the opening and closing marquee tags moved. This was the same when I saw the page on other PC's. However, when I viewed my website on a Mac, the entire page was moving. Is the reason because it is not a real W3C specification, and if I used Javascript it would work?
EDIT: I should also say what the browswer was. That may be the true reason.
1st PC - IE. I'm not sure which version - I think IE7
2nd PC - Mozilla Firefox
Mac - Safari

I should also add that on the 1st PC, which is my computer, the font is displayed in a smaller font than the second PC. And my computer is larger! Can I control this using CSS?

Last edited by andypandyrox456; April 4th, 2010 at 01:33 PM..
Reply With Quote