text shadow
13 years 9 months ago #357
by toek
text shadow was created by toek
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.
Please Log in or Create an account to join the conversation.
13 years 9 months ago #358
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: text shadow
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
Please Log in or Create an account to join the conversation.
13 years 9 months ago #359
by toek
Maby not but you are bloody brilliant!
Thank you, i didnt think of firebug at all. Next time ill do that first :whistle:
Replied by toek on topic Re: text shadow
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:
Please Log in or Create an account to join the conversation.
Time to create page: 0.240 seconds