Ann Adamcik wrote:
> Hi there,
>  
>  Could someone take a look at the header of this page and see what I'm doing 
> wrong?
>  In good browsers, the h1 at the top ("Engaged Encounter")  has a 1px teal 
> bottom border.
>  In IE, the bottom border doesn't show up.  Any clues?
>  
>  Page: http://indigopear.com/Clients/SFCEE
>  CSS: http://indigopear.com/Clients/SFCEE/style.css
>  
>  Thanks!
>  -Ann
Someone smarter will give you a good answer.  Meanwhile this appears to 
work ...
#header h1 {
        line-height: 60%;
        margin-left: 70px;
        padding-bottom: 5px;
        font-size: 34px;
        font-weight: normal;
        border: 2px solid white;
        border-bottom: 1px solid #3aa0ac;
}

At least in my local testing.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to