text shadow
www.caught.se
in firefox i have shadow effect on text in the menu. I cant find any referens to this in the css.
I would like to remove the shadow effect as it makes it difficult to read the menu.
Regards T.
in firefox i have shadow effect on text in the menu. I cant find any referens to this in the css.
I would like to remove the shadow effect as it makes it difficult to read the menu.
Regards T.
by toek
Please Log in or Create an account to join the conversation.
in personal.css line 185
#header ul li.active a:link, #header ul li.active a:visited {
color: #F5F5F5;
text-shadow: 1px 1px 1px #000000;
}
remove text-shadow
next time use firebug to identify your element.I'm not a css support center
#header ul li.active a:link, #header ul li.active a:visited {
color: #F5F5F5;
text-shadow: 1px 1px 1px #000000;
}
remove text-shadow
next time use firebug to identify your element.I'm not a css support center

Joomlack Webmaster and Developer
by ced1870
Please Log in or Create an account to join the conversation.
ced1870 wrote: next time use firebug to identify your element.I'm not a css support center
Maby not but you are bloody brilliant!
Thank you, i didnt think of firebug at all. Next time ill do that first :whistle:
by toek
Please Log in or Create an account to join the conversation.
Time to create page: 0.823 seconds