Forum Moderators: not2easy
Registered solely to post this question. Having a problem with bottom-border links (dotted) in one particular section (div).
Notice white 'CheckCost' graphic on right side here:
<snip>
.. how the bottom-border links (dotted) contained there don't extend all the way to end of the word. Occurs in all browsers I checked.
Any insight would be appreciated (started yanking hair).
CSS:
#checkcost {
font-family: Tahoma, Arial, Geneva, sans-serif;
font-size: 12px;
line-height: 1.3em;
color: #E8E8E8;
background: #181818;
padding: 6px 4px 8px;
text-align: center;
border-right: 10px solid #669999;
border-left: 10px solid #669999;
}
#checkcost a:link {
text-decoration: none;
color: #66BBBB;
border-bottom: dotted 1px #66BBBB;
display: inline;
background:#111;
font-size:12px;
}
specifics removed
Most of you here problably already know this stuff, but it took me lots of research to uncover, and I could find no single source of info. It might benefit others who find themselves in a similar situation. Here it be:
<snip>
[edited by: Rad1 at 8:55 pm (utc) on Mar. 8, 2009]
[edited by: swa66 at 11:40 pm (utc) on Mar. 8, 2009]
[edit reason] No personal links, see ToS [/edit]
Yes, I did notice the darker background for links .. made it that way on purpose .. for better contrast .. but changed it all to "#111".
Thought is was very subtle. Not for you?
I see what you mean about the obscuring on roll-over. You are good. Observant.
What do you suggest coding the line-height as? 1.3em is default-ish.
The obscuring on roll-over is a minor point I could live with.
[edited by: Rad1 at 11:01 pm (utc) on Mar. 8, 2009]