Hover effect on Affiliate marquee
3 posters
Page 1 of 1
Hover effect on Affiliate marquee
Would you please provide me with the code to make the affiliate banners that are scrolling in my affiliates widget to slow down and go slightly opaque when someone hovers over one of them?
Also, please tell me where/how to put it in?
Thanks for your help!
Also, please tell me where/how to put it in?
Thanks for your help!
Re: Hover effect on Affiliate marquee
Hi Truth,
Try this.
Try this.
- Code:
<marquee behavior="scroll" direction="left" scrollamount="1">
<span class=baneri><a href="http://rpgcollection.proboards27.com/" target="_blank"><img src="http://dravu.com/RPGC3/Main/minibanner1.gif" alt="RPGCollection" border="0" height="31" width="88" style="opacity:0.4;filter:alpha(opacity=40)"
onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100"
onmouseout="this.style.opacity=0.4;this.filters.alpha.opacity=40"></a>
<a href="http://rpgcollection.proboards27.com/" target="_blank"><img src="http://img.photobucket.com/albums/v231/ShinLi/RPG%20Life/RPGDirectoryMiniBanner2.gif" alt="RPG-D" style="opacity:0.4;filter:alpha(opacity=40)"
onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100"
onmouseout="this.style.opacity=0.4;this.filters.alpha.opacity=40"></a></baneri>
</marquee>
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Hover effect on Affiliate marquee
Looks good for the fade on mouseover, thanks Nera!
Is there a way to get the scroll to slow down on mouseover, but runs normal speed with mouseout?
Thanks!
Is there a way to get the scroll to slow down on mouseover, but runs normal speed with mouseout?
Thanks!
Re: Hover effect on Affiliate marquee
TruthSayer wrote:Looks good for the fade on mouseover, thanks Nera!
Is there a way to get the scroll to slow down on mouseover, but runs normal speed with mouseout?
Thanks!
yeah there is whole rundown with many different options on adjusting marquee here somewhere.
It's been a while so i may have to dig.. i will try a search fist but still may be a bit of digging..
I think it's in tips and tricks.. so you go and try a search first. then if you cant find it i will go locate it for you.. i am only asking you to check first because i am in the middle of a few things at once,
hey Nera nice code,
good job babs
Oh truth now i think about it, i am not sure if there is a speed option on the mouse over but know there is stop option when moused over..
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: Hover effect on Affiliate marquee
I'll try looking for the marquee options again (I tried before I posted this, but couldn't find anything).
And stopped would be fine, if nothing else can be found!
And stopped would be fine, if nothing else can be found!
Re: Hover effect on Affiliate marquee
TruthSayer wrote:I'll try looking for the marquee options again (I tried before I posted this, but couldn't find anything).
And stopped would be fine, if nothing else can be found!
well i snaged the stop on mouse from one of my pop-out music scroll list
what direction are you going left?
- Code:
<marquee direction="left" onmouseover="this.stop()"onmouseout="this.start()"scrollamount="4">
content here
</marquee>
Last edited by kirk on August 11th 2011, 5:50 am; edited 1 time in total
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: Hover effect on Affiliate marquee
Yep, going left. And this works perfectly. Thanks for your help, Kirk and Nera. You two are awesome.
Please mark as solved.
Please mark as solved.
Re: Hover effect on Affiliate marquee
your welcome.
I may still be able to find the speed thing you want or just customize to get it.
and i think the scroll amount might be for your over all speed.. i forget i will change some numbers and see what happens.. it's been so long since i seen these i forgot how to set them up.. but nothing cant figure out again
I may still be able to find the speed thing you want or just customize to get it.
and i think the scroll amount might be for your over all speed.. i forget i will change some numbers and see what happens.. it's been so long since i seen these i forgot how to set them up.. but nothing cant figure out again
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: Hover effect on Affiliate marquee
It is.scrollamount might be for your over all speed..
TruthSayer wrote:
Please mark as solved.
Solved > Locked
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Similar topics
» cursor/hover effect
» HTML hover effect
» Hover effect fail
» how to make this marquee
» Stop a marquee?
» HTML hover effect
» Hover effect fail
» how to make this marquee
» Stop a marquee?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum