2009/2/7 Kristine Cummins <des...@kristinecummins.com>:
> Hi all:
>
> I'm having a strange link issue where three links in the content area are
> not linking and the code is valid. Each link is assigned with a class.
> Either I'm having a brain fart, or something strange is going on. It's
> probably a brain fart at this point. Any help appreciated.
>
> Page with link issue: http://www.richardvonsaal.com/about.html
>
>
>
> --Kristine

Hi,

Make the following changes:

p {
background-color: inherit;
color: #f9f5ec;
display: inline; /* Remove this */
font: normal .9em/1.8em "century gothic", arial, verdana;
overflow: hidden;
padding-top: 33px; /* Remove this / tweak */
}

or alternatively you could just do:

a.type1:link {
color:#F9F5EC;
margin:0;
padding:0;
position:relative; /* Add This */
text-decoration:underline;
}

However, the latter is a fix and the former is how it should be done.

Works in FF3/Win.


-----
Mustafa Quilon


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to