Jump to content

<marquee> question


Fire Dragon

Recommended Posts

I have two questions about marquee code.So here they are:1.Can I make same kind code than <marquee>,but only vertical direction?And how?2.Do <marquee> code make something about image's transparency in Fire Fox?I made transparency image,but it was white in Fire Fox,and transparency in Opera.Thanks.

Link to comment
Share on other sites

I have two questions about marquee code.So here they are:1.Can I make same kind code than <marquee>,but only vertical direction?And how?2.Do <marquee> code make something about image's transparency in Fire Fox?I made transparency image,but it was white in Fire Fox,and transparency in Opera.Thanks.

<marquee direction="up">Text</marquee>I don't know about the transparency thing. Also, for a lot of extra things like marquees and things, go to draac.com.
Link to comment
Share on other sites

While you can use marquee, I wouldn't recommend it. You should use javascript instead to achieve effects like that.

Link to comment
Share on other sites

If you want to learn the JS on your own you can go to javascriptmall.com. It all has to do with strings and loops I think. It's rather complicated, at least at first. I can't do it on my own yet. I don't know about you. aspnetguy is right though, you shouldn't use marquee because of it's deprecation. If I were you i'd get into xhtml and use that from now on coupled with JavaScript.

Link to comment
Share on other sites

although the marquee tag is no longer used I think it would be interesting to compare how the html tag compares to the javascript equivalent based on performace and efficiency.My guess is that the javascript will take longer to load and it will constantly 'hold' the page which will affect performance as well.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...