View Full Version : link blink
shutzu
06-08-2006, 04:23 AM
can anyone tell me where i can find the MOD that makes links to blink on mouse over? i searched the forum for about 4 ours and couldn`t find it :(
Optimit
06-08-2006, 04:47 AM
It's not a mod. It is a style attribute assigned to the link in the css file. Look up css styles for links.
shutzu
06-08-2006, 05:08 AM
:(( can`t find it :(... not my lucky day as far as i can see
Optimit
06-08-2006, 05:35 AM
Here ya go.
http://www.domedia.org/oveklykken/css-blinking-text.php
KartKorner
06-08-2006, 11:25 AM
If you have not made any changes to link.tpl or feel comfortable integrating the css2 style to you directory I can put together a solution that should work with the base code. The drawback is that it takes a css2 compliant browser to run the style so you may loose out on about 5% percent, mostly abroad users, that have older browsers installed on their pcs. Fixing to leave out for work but can put one together for you if you would like. I have already integrated this stylesheet into my PhPLD script but will take some tweaking of it to work with the base code
shutzu
06-08-2006, 11:27 AM
wasn`t that just a simple javascript that applies on a table (link table).. something with onmouseover do that
KartKorner
06-08-2006, 11:30 AM
Its a css block element style:
Content visible to registered users only.
KartKorner
06-08-2006, 11:31 AM
I would not recommend using javascript because their are a lot more browsers that support this particular css style over browsers that have js disabled.
shutzu
06-08-2006, 11:42 AM
how do I integrate this css block element style in link.tpl ?
shutzu
06-08-2006, 04:31 PM
only ONE line was needed, took me a whole night :)
Neticus
06-08-2006, 05:23 PM
Cool. So what exactly did you do?
shutzu
06-08-2006, 05:25 PM
in link.tpl replace <table> with <table onMouseOver="this.style.backgroundColor='#FFFFC0'"; onMouseOut="this.style.backgroundColor='transparent'"> and you`re done, actualy, you must set the TDs width to fit the template.
Neticus
06-08-2006, 05:27 PM
Thanks will give it a go now. :)
shutzu
06-08-2006, 05:28 PM
let know how it works on you :)
Neticus
06-08-2006, 05:40 PM
Well that was very easy. Thanks again :)
Net.
bobby9101
06-08-2006, 07:26 PM
a:hover
or img:hover
shutzu
06-08-2006, 07:48 PM
what do you meen?
bobby9101
06-08-2006, 07:50 PM
css styling that you can apply to elements whena mouse hovers over them
shutzu
06-08-2006, 07:52 PM
ah :)... can you write down the css style used at this: http://kickasswebdesign.com/webgeekdir/ ? for category names blink
bobby9101
06-08-2006, 07:57 PM
h2:hover
{
background-color: green;
}
hrmmm so inefficient.
why dont you use it as a class.
Content visible to registered users only.
then in your .css just add the two respectives for color.
Content visible to registered users only.
You can change colors on the fly with only changing the single color refence: #FFFFC0;
vBulletin® v3.8.0, Copyright ©2000-2012, Jelsoft Enterprises Ltd.