* Debbie Campbell wrote:
>In this site-in-progress, my logo (#site-title) link is underlined and 
>shouldn't be.
>
>> http://www.hcarebills.com/blog/
>
>#site-title a, #site-title a:link, #site-title a:visited {
>       display: block;
>       height: 133px;
>       width: 278px;
>       background: transparent url(images/logo.jpg) no-repeat 0 0;
>       text-indent: -9999em;
>       text-decoration: none;
>}
>
>Can someone help?

It is in a h1 and you have

  h1 { 
    border-bottom-color: #6011db;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    ...
  }

which seems the likely culprit.
-- 
Björn Höhrmann · mailto:bjo...@hoehrmann.de · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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