PDA

View Full Version : Marquee qith mozilla


Squintz
10-31-2002, 12:15 PM
I have added a <Marquee></marquee> to my Web site and it looks fine in IE but in mozilla it stretches the entire width of the page.

I think i need to add a width paramater to it but im not sure how. Can someone show me how. The marquee is inside a table and in mozilla it causes the table to stretch

redhead
10-31-2002, 12:20 PM
<marquee width="100">

as far as i know marquee is oly supported by IE, so mozilla just show it as normal text...

you could make it only display in IE 5+ by using conditional comments:

<!--[if gte IE 5]

<marquee>
all your marquee text
</marquee>

<![endif]-->

Squintz
10-31-2002, 12:21 PM
is there another way of scrolling text to left so that both browsers will see it... Im using it as a news feed for a chat forum

redhead
10-31-2002, 12:24 PM
http://www.dynamicdrive.com/dynamicindex2/cmarquee.htm

theres one ^^

Squintz
10-31-2002, 12:36 PM
thanx worked great

_________
www.CBeginnersUnited.com Check out forums to see it work