Results 1 to 2 of 2

Thread: IE6 border size increase

  1. #1
    Join Date
    Jan 2007
    Location
    Bournemouth, England
    Posts
    99
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default IE6 border size increase

    Hi, I am using a CSS menu on my site, and my menu works fine - in every browser except IE6.(http://beta.killerchutney.com/indexnew.html)

    For some reason it increases the top border size by 5px. Here is the CSS code for the menu.
    Code:
    #LeftMNav {
    z-index : 100000; 
    } 
    #LeftMNav ul {
    padding-right : 0; 
    padding-left : 0; 
    padding-bottom : 0; 
    width : auto; 
    color : #ffffff; 
    padding-top : 0; 
    background-color : #bacee0; 
    } 
    #LeftMNav li {
    padding-right : 0; 
    padding-left : 0; 
    padding-bottom : 0; 
    margin : 0; 
    padding-top : 0; 
    list-style-type : none; 
    } 
    #LeftMNav a {
    padding-right : 0; 
    background-position : 100% 50%;
    display : block; 
    padding-left : 2px; 
    font-weight : normal; 
    padding-bottom : 3px; 
    padding-top : 3px; 
    background-color: #f8fafc; 
    font-size : 10px; 
    color : #048; 
    font-family : Verdana,arial,helvetica,sans-serif; 
    text-decoration : none; 
    border : 1px solid #c3c8cb;
    border-top: 0px;
    } 
    #LeftMNav a:hover {
    border : 1px solid #c3c8cb;
    border-top: 0px;
    background-color: #eaeeee;
    border-right : 3px solid #283e4d; 
    font-size : 10px; 
    color : #283e4d; 
    font-family : Verdana,arial,helvetica,sans-serif; 
    text-decoration : none; 
    } 
    #LeftMNav a:active {
    border : 1px solid #c3c8cb;
    border-top: 0px;
    background-color: #eaeeee;
    border-right : 3px solid #283e4d; 
    font-size : 10px; 
    color : #283e4d; 
    font-family : Verdana,arial,helvetica,sans-serif; 
    text-decoration : none; 
    }
    IF any more info is needed, just say

  2. #2
    Join Date
    Jan 2007
    Location
    Bournemouth, England
    Posts
    99
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Solved! I found an IE hack.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •