TruthSayer at 02h05
10
Aug
2011
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!
1 Nera., on 10/08/2011 at 09h26
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>
2 TruthSayer, on 11/08/2011 at 00h38
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!
3 kirk, on 11/08/2011 at 04h44
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..
4 TruthSayer, on 11/08/2011 at 04h57
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!
5 kirk, on 11/08/2011 at 05h33
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>
6 TruthSayer, on 11/08/2011 at 05h50
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.
7 kirk, on 11/08/2011 at 05h54
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
8 Nera., on 11/08/2011 at 09h42
scrollamount might be for your over all speed..
It is.
TruthSayer wrote:
Please mark as solved.
Solved > Locked
Similar topics
can someone give me a css script to make a hover effect in the header navigation where it darkens
How can i add an effect when i hover over some links???
like a glow or glitter when i hover on a link??
Anyone know the code to get the effect shown HERE ?
cursor over the social net icons and watch them spin.
Replies 1 to 8 on 8 for "Hover effect on Affiliate marquee"
Search
Informations
8 Replies For the topic :
"Hover effect on Affiliate marquee"
This topic has been viewed 790 times.
Last message :
10/08/2011 at 02h05 by "TruthSayer"





