---- Angela French <[email protected]> wrote: 
 I've been web researching for ideas on how to style headings as links.  I am 
looking for ideas/examples of others who have come up with a successful styling 
solution.

Angela,

Look in the center column of http://www.bildasfriesslakepub.com/ and you will 
see tiny symbols to the upper right of the links. the CSS is,

a[href^="http:"]        {
        background: url(externalLink.gif) no-repeat right top;
        padding-right: 10px;
}

This indicates "external link". Wikipedia does the same thing. I don't think 
there is any reason why you couldn't do something similar with the headings. 
Adding a 1px dotted border-bottom is another way of indicating a link is 
present without being overly obtrusive.

Best regards,

Peter
http://fatpawdesign.com
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to