Forgot?

NJ Simple Icons - Help

Reply Topic
Link to this post 05 Feb 08

Hi there! I have just a small problem with this module... In FF when I hover over the icon/text the underline shows toward the top of the text where as in IE it show under the text. It is also interesting that the underline doesn't show at all in Opera.

How can I move the underline below the text or maybe even remove the underline all together?

Thanks!

Link to this post 06 Feb 08

Hey there, I hate to bump a thread and all but......

Bump.

Link to this post 06 Feb 08

hi josh,

apologies for the late reply, i didnt see this.

if you are using horizontal set up

use this

#iconhoriz a {
text-decoration:none !important;
}

if you are using vertical orientation use the following

#iconvert a {
text-decoration:none !important;
}

you will need to place the above in the mod_nj_simple_icons.css
that is in the modules folder

hope that helps

Richie

Link to this post 06 Feb 08

Hey thanks for the reply :) Thing is, now I'm getting some strangeness with the icons and the red line... In opera it shows underneath as usual in IE its gone as desired but in FF it still throws the red line but only randomly... Please take a look.

http://www.webkinzone.com

Link to this post 06 Feb 08

hi josh

please remove the "code" tags from around the css you inserted

the correct css should be

#iconhoriz a {
text-decoration:none !important;
}

working fine for me after that fix.

richie

Link to this post 06 Feb 08

Oh man... Rookie mistake.

Link to this post 06 Feb 08

also you may want to remove the extra

} closing tag you have in there just after the code you inserted

Home Forum Joomla Extension Support Ninja Simple Icon Menu NJ Simple Icons - Help