On 9/18/05, kvnmcwebn <[EMAIL PROTECTED]> wrote:
> Im using the class ".corner" to insert a bg image in the button.
> It works apart from the stuborn bottom border that wont go away.
> Any explanations for this?

Could it be a specificity problem? Instead of .corner{} try #drNav a.corner{}.

-- 
Kay Smoljak
http://kay.zombiecoder.com/

> /*css*/
> 
> #drNav a {
>  margin: 0px;
>  float:left;
>  display:block;
>  _display:inline-block;
>  padding: 4px 12px;
>  color: #ffffff;
>  text-decoration: none;
>  width: auto; border-bottom: 4px solid #999999;
>  _height:1%;
> }
> 
> 
> .corner {
> background: url(../botcorn.gif)
> bottom left no-repeat; border-bottom: 0px;
> }
> 
> /*html*/
> 
> <ul id="drNav">
>       <li  class="corner"><a href="webhome.htm">  Web &amp <br/>
>                                           Screen</a></li>
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to