Hi There -

First, thanks for your terrific module! I love it! I hope something wonderful happens to you this week because you wrote it and gave me some moments of pure joy!

Have run into a little issue that I'm hoping will make complete sense to you immediately and won't take you a second to figure out.

I'm having trouble with underlines. The spec has both dotted and solid underlines. Both work on regular links, but not on Cufonized links.

What does work:

a:hover { 
text-decoration: underline;
} 

Of course, that's not what the designer wants.

The brief wants:
1) on some hovers, dotted underlines

2) and on links in the secondary menu, a solid, 3px underline on straight a's. Wants the hover to change color of both the text and the underline.

Neither work on the Cufonized text, but both work on regular text.

For the dotted text, I'm using:

a:hover {
 text-decoration:none;
 border-bottom:1px dotted;
}

For the solid underlines, I'm using:

text-decoration: none;
border-bottom:3px solid #329ab2;

If this is something that just will never work, let me know and I'll stop scrambling my brain over it.

Any suggestions would be greatly appreciated.

Thank you again for this terrific module!

Comments

troky’s picture

Status: Active » Closed (won't fix)

Too old. Closing.