Schalk wrote:

>David Laakso wrote:
>  
>
>>Schalk wrote:
>>
>>    
>>
>>>David Laakso wrote:
>>>
>>>      
>>>
>I do not know, I will keep playing around with some of the widths etc. 
>Somewhere in there I am going wrong or missing something.
>
>  
>
Schalk,
No wonder. I was looking at the wrong line.I think tweaking this in the 
conditional comments for ie will bring it closer to FF:
.small-nav-top { background-color: red;
    position:relative;
    float:left;       
    width:265px; /*tweak*/
    margin-left:265px; /*tweak*/
    font-weight:bold;
    color:#7685ac;
}
.small-nav-top ul {
    float:left; /*add*/   
    margin:0;
    padding:0;
    list-style:none;
}
.small-nav-top li {
    margi:0; /*correct spelling*/
    padding:0 5px 0 5px;
    border-right:1px solid #7685ac;
    float:left;
}
Regards,
~dL

-- 
David Laakso
http://www.dlaakso.com

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to