Hello, listers:

I am working on this nav list, and I'm stuck because I don't know how to
position the elements as I want. I have an unordered list of links I want to
style like this image:
http://www.ic.sunysb.edu/clubs/phiota/test/assets/images/v1_index.jpg

Here is the html file http://www.ic.sunysb.edu/clubs/phiota/test/

And here's the  navigation CSS (The entire css document is here:
http://www.ic.sunysb.edu/clubs/phiota/test/base.css )

div#nav {
    width: 606px;
    margin: 1px 0;
    background-color: #000;
    }
div#nav ul {
    margin: 0;
    padding: 0;
    width: 91px;
    background: black;
    font: bold 12px "Trebuchet MS", Helvetica, Arial, Tahoma, Verdana,
sans-serif;
    list-style: none;
    }
div#nav ul li {
    width: 91px;
    height: 20px;
    margin: 0;
    text-align: left;
    }
div#nav li:hover {
    background: red;
    }
div#nav li a {
    display: block;
    width: 91px;
    text-decoration: none;
    color: white;
    }
-------------------------------
I'd appreciate any help you can give me.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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