tschortsch
Experienced
Joined: 1 Apr 2010
Posts: 118
Hey!

I tried to edit the stylesheet in my theme to change the hover-underline-effect on links but links are still underlined on mouse-over.

I used following code in the style-sheet:
Code
a:hover {
text-decoration: none;
}


Inline-css in the textpage also had no effect on text-decoration. I always cleared the cache...

Does anybody know how to do this?


Re: Links & text-decoration
User avatar
Imagevue Wizard
Joined: 30 Sep 2006
Posts: 7279
Yes, unfortunately we had to pretty much remove the a:hover css from themes, because it created a bug with links when the contact form or images were present. Instead, the underline hover effect is hardcoded. Is this a problem? Its a pretty subtle effect that visitors are used to see these days ...

Also, you can not use inline-css in flash textfields ... They simply are not that powerful like browsers - They are just limited textfields with basica formatting. You can assign CSS classes in your textpages, but not inline-css.

YES:
Code
<span class="myclass">Hello World</span>


NO:
Code
<span style="color: #FFFFFF;">Hello World</span>

_________________
Karl / mjau-mjau

Image
Image
Image
Image

www.imagevuex.com
www.mjau-mjau.com
www.photogallerylinks.com


Re: Links & text-decoration
tschortsch
Experienced
Joined: 1 Apr 2010
Posts: 118
Thanks for your reply!

Yes, I can live with that, just wanted to ask...


 
Imagevue Forums HomeForum  View topic - Links & text-decoration3 posts