Page 1 of 1
blinking text in menu bar
Posted: Mon Sep 11, 2006 11:45 am
by yc
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
Posted: Mon Sep 11, 2006 1:22 pm
by Dr.CSS
text-decoration: blink
Re: blinking text in menu bar
Posted: Mon Sep 11, 2006 2:46 pm
by yc
mark wrote:
text-decoration: blink
sorry.... maybe a stupid question... but where can i add this line...

Re: blinking text in menu bar
Posted: Thu Sep 14, 2006 11:51 am
by Dr.CSS
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
Posted: Thu Sep 14, 2006 2:31 pm
by yc
thanks mark, it seems to work

do you also know how to make it work in ie-browser too?