View Full Version : Scrolling marquee
Gogga 07-10-2009, 09:24 PM Hi everyone
I would like to add a marquee to my webpage with clickable links. going from left to right. Could someone help me please.
Thanks in advance Gogga
iGeek 07-12-2009, 03:31 AM In the future, it might be an idea to link to Lissa's tutorials.
In addition, HyperGurl often leads newcomer sin the wrong direction in terms of neatness, effectiveness, and taking advantage of new technologies.
In addition, HyperGurl often leads newcomer sin the wrong direction in terms of neatness, effectiveness, and taking advantage of new technologies.
And she steals stuff word for word from Lissa and lots of other people:
http://www.lissaexplains.com/plagex14.gif
Joseph Witchard 07-15-2009, 10:17 PM It might be better to accomplish this with JavaScript? Some friends at another forum helped me modify a JavaScript I read about to scroll where I needed it. It's not exactly what you're looking for, and I still don't fully understand the code myself, but perhaps you could modify for your needs? I can show it to you, if you like.
lvelez 09-29-2009, 04:54 AM here is the code from lissa's website
<marquee behavior=scroll direction="left">YOUR MESSAGE HERE</marquee>
except i am having trouble with it!
it isn't showing up on my website:confused:
pretender 09-29-2009, 05:47 AM here is the code from lissa's website
<marquee behavior=scroll direction="left">YOUR MESSAGE HERE</marquee>
except i am having trouble with it!
it isn't showing up on my website:confused:
Try this One
<MARQUEE DIRECTION=LEFT>Your Text Here</marquee>
and this one stops when you move your mouse over it
<marquee direction="left" scrollamount="1" height=120 width=230 onmouseover='this.stop()' onmouseout='this.start()'> Put whatever you want in here and as much as you want.</marquee>
Just change the scrollamount which is the speed to what ever you want as well as the height and width any problems just ask
lvelez 09-29-2009, 11:40 PM Thanx It works !!!
can you change the color?
and quick question how do u change the color of you background on your website?
pretender 09-30-2009, 01:31 AM Thanx It works !!!
can you change the color?
and quick question how do u change the color of you background on your website?
Yes you can change colors for example
<MARQUEE DIRECTION=LEFT><font size="4" color="#FFFFFF">Your Text Here As much as you want</font></marquee>
Change the size and color to what you want
************************************
To change your background, color I am assuming you mean not by using CSS. Put this in the body tag
Example
<body bgcolor="#000000">
Just change the numbers to what you want. in the marquee code the #FFFFFF is white
In the Body background the #000000 is black.
Hope that helps.:)
iGeek 09-30-2009, 04:37 AM The code examples that Pretender has provided, while working, are deprecated, invalid code examples. To use a marquee, I suggest using a jQuery plugin like The Silky Smooth Marquee (http://remysharp.com/2008/09/10/the-silky-smooth-marquee/).
Changing the color and background is basic CSS.
<style type="text/css">
/* Change the page background */
body
{
background: #000000;
}
/* Class for colored text */
.colored
{
color: #ffffff;
font-size: 12pt;
}
</style>
Make it a habit to run your site periodically through the W3C Validation Service (http://validator.w3.org/).
iGeek 04-02-2010, 01:23 AM Here's a list of safe color codes to use for your background.
http://www.december.com/html/spec/colorsafe.html
Lissa happens to have one of those (http://www.lissaexplains.com/color.shtml), too.
asdfghjkl9 04-05-2010, 11:53 AM Nice post, nice to share here.
jeanlee411 04-28-2010, 06:43 AM It might be better to accomplish this with JavaScript? Some friends at another forum helped me modify a JavaScript I read about to scroll where I needed it. It's not exactly what you're looking for, and I still don't fully understand the code myself, but perhaps you could modify for your needs? I can show it to you, if you like.
Thanks for sharing:
here is the code from lissa's website
<marquee behavior=scroll direction="left">YOUR MESSAGE HERE</marquee>
except i am having trouble with it!
it isn't showing up on my website
__________________________
Watch Furry Vengeance Online Free (http://moviesonlinefree.biz/)
|