blinking text in menu bar
blinking text in menu bar
anyone knows how to make a blinking text in the menu bar? i want that one of my choise is blinking.
Re: blinking text in menu bar
text-decoration: blink
Re: blinking text in menu bar
sorry.... maybe a stupid question... but where can i add this line...mark wrote: text-decoration: blink

Re: blinking text in menu bar
Find the CSS sheet for the menu then find the line for the a :hover it may say text-decoration:none or underline and replace it with that.
Re: blinking text in menu bar
thanks mark, it seems to work
do you also know how to make it work in ie-browser too?
