Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question about marquee tags. 4

Status
Not open for further replies.

EdRev

Programmer
Aug 29, 2000
510
US
How can I stop a marquee from scrolling when it reach a certain position on a page.

Any help will be greatly appreciated.
 
using the marquee tag, as far as I know, you can't. You'd have to use JavaScript for that. Also, as far as I can remember, the marquee tag is IE specific. could be wrong there though.
 
You can set the position and size of the marquee like this.
Code:
	<marquee SCROLLAMOUNT=&quot;2&quot; direction = &quot;down&quot;loop=&quot;1&quot; height=35 width=350 style=&quot;position:absolute; top:55; left:135;&quot;> 
        <h2><b>Message here</B></h2></marquee>
It works for mee if you want to see go to
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top