copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
HTML | What is lt;marquee gt; and what can I do with it? The marquee tag was introduced by either Netscape or Microsoft, back then when there was a browser war between Netscape 4 and IE4 It could be part of HTML 3, but definitely not of the HTML 4 Standard
Why is lt;marquee gt; deprecated and what are the alternatives? And I don't get why So, can anybody explain to me, why is marquee deprecated, why is so "dangerous" using it and what can I use instead? I found an example, it looks nice When you use all prefixes needed for good browser support, you have around 20-25 lines of CSS, with 2 values hardcoded (start and stop indent), depending on text length
lt;marquee gt; html tag usage replacment - Stack Overflow the hated <marquee> (<blink><blink>) tag, which is lightweight (19 bytes!), fully supported by all browsers in all rendering modes and all doctypes (even though it shouldn't be), but is deprecated?
How can I create a marquee effect? - Stack Overflow Now I can get the basic marquee effect, but the code is too specific for this demo Is there a way to avoid using specific values like margin-left:-4200px;, so that it can adapt text in any length?