Click to See Complete Forum and Search --> : scrolling marquee / browser issue


linda.coady
09-12-2005, 11:51 AM
Hi!

This scrolling marquee seems to work great in IE, but doesn't always work in Netscape. It works on my 1024x768 monitor display, but doesn't show up on my husband's 800x600. (We both use Netscape)

What am I doing wrong? It's part of a table that is 672 pixels wide, if that makes a difference.

<MARQUEE BEHAVIOR = "ALTERNATE">
<IMG WIDTH = "1554" HEIGHT = "106" SRC =
"http://scromett.com/CreativeConsulting/ebay/store_front/image_strip_marquee.gif" border = 0>
</MARQUEE>

Thanks!

Fang
09-12-2005, 12:29 PM
marquee does not work in Mozilla when the image is wider then the screen.
Try splitting the image and scrolling multiple images in marquee.
EDIT: splitting the image does not work; the image(s) width must be less than the screen width.
marquee is not recommended by W3C