On this page of mine;

http://sachistudio.com/testing/cr/homepage.html

My navigational tabs aren't showing up properly in IE6 and IE7. But it's
fine in Firefox.

I've been trying to mess with the nav div and position it as absolute
amongst other things, but can't seem to grasp the issue. Does anyone know
what I'm doing wrong? By the way, if anyone know if it works in Mac Safari,
let me know. I'm waiting on my brosercam purchase so I'm flying blind when
it comes to Macs.

The code for that area looks like this;


#nav {
    position: absolute;
    left: 360px;
    top: 43px;
     clear: both;
    }

#nav ul {
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    }

#nav li {
    float: left;
    padding-right: 1px;
    }

#nav li a {
    display: block;
    height: 30px;
    }

#nav li a.hometab {
    background: transparent url(slices/images/hometab.jpg) no-repeat scroll
left top;
    height: 28px;
    width: 103px;
    }


--
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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