View Full Version : Can you get a bordered marquee in the background?


HTMyaL
05-10-2004, 02:34 AM
I want my background to be something like what this tag yields:
<marquee style="border: 30px dotted #0000FF"behavior="slide">MY SITE</marquee>
How would I do that?
(yes I know it's a pretty stupid question, it's probably easy, but don't act like I'm stupid 'cuz I'm not)
:froggie2: Mya

PHP Guru
05-10-2004, 03:00 AM
So you want your whole site to move like a marquee?

PHP Guru
05-10-2004, 03:06 AM
Whoops... stupid me, I didn't read the title of the thread.

This can be done using javascript, and I will write one up for you :) (I suspect a mod can move this to the javascript forum? :D)

HTMyaL
05-10-2004, 10:29 PM
sure. what's the code?

pb&j
05-11-2004, 02:50 AM
you can probably use css to position the marquee and then use z-index to position everything else "above" the marquee.