What is the html hover code that makes the text go down?

  • Thread starter Thread starter clupko
  • Start date Start date
C

clupko

Guest
I used to know this code a few years ago and I can't find it anywhere. It's an a:hover code, and I'm not sure if it /actually/ lowers the text, but that's how it looks. Anyone know what I'm talking about?
Oops - I don't mean a marquee.

I mean like a link, after it says a:hover, you hover over it, and the text goes down pretty slightly.
 
give this a try -- <marquee behavior="scroll" direction="left" scrollamount="3" height="80" width="550"><center><font color="red" face="VERDANA" size="5PT"><u>INSERT YOUR TEXT HERE</u></font></center></marquee>



most of it is self explanitory. when it says scroll amount that is for how mast you want it to scroll. the higher the number, the faster it goes.
 
give this a try -- <marquee behavior="scroll" direction="left" scrollamount="3" height="80" width="550"><center><font color="red" face="VERDANA" size="5PT"><u>INSERT YOUR TEXT HERE</u></font></center></marquee>



most of it is self explanitory. when it says scroll amount that is for how mast you want it to scroll. the higher the number, the faster it goes.
 
Back
Top