Any help on customizing menu’s with original template?

Forums Forums Menus Any help on customizing menu’s with original template?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1443
    danicmeyer
    Member

    Would like to have help modifying CSS to make menu look more like original

    Original theme is Fresh Fruit: http://internetwp.com/wordpress/3-colum … uit.themes

    Want to have each page name look like a tab again rather than one long bar.

    Website: http://www.theadventurebite.com

    Using PixioPoint Menu Plugin-Beta

    CSS generated by Pixio Point code generator:

    #suckerfishnav {
        background:#719e35 repeat-x;
        font-size:12px;
        font-family:verdana,sans-serif;
        font-weight:bold;
        width:100%;
        }
    #suckerfishnav, #suckerfishnav ul {
        float:left;
        list-style:none;
        line-height:40px;
        padding:0;
        border:1px solid #000000;
        margin:0;
        width:100%;
        }
    #suckerfishnav a {
        display:block;
        color:#000000;
        text-decoration:none;
        padding:0px 10px;
        }
    #suckerfishnav li {
        float:left;
        padding:0;
        }
    #suckerfishnav ul {
        position:absolute;
        left:-999em;
        height:auto;
        width:101px;
        font-weight:normal;
        margin:0;
        line-height:1;
        border:0;
        border-top:1px solid #666666;
        }
    #suckerfishnav li li {
        width:99px;
        border-bottom:1px solid #666666;
        border-left:1px solid #666666;
        border-right:1px solid #666666;
        font-weight:bold;
        font-family:verdana,sans-serif;
        }
    #suckerfishnav li li a {
        padding:4px 10px;
        width:80px;
        font-size:10px;
        color:#000000;
        }
    #suckerfishnav li ul ul {
        margin:-19px 0 0 100px;
        }
    #suckerfishnav li li:hover {
        background:#33CC00;
        }
    #suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
        color:#000000;
        }
    #suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
        color:#000000;
        }
    #suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
        color:#000000;
        }
    #suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
        left:-999em;
        }
    #suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
        left:auto;
        background:#719e35;
        }
    #suckerfishnav li:hover, #suckerfishnav li.sfhover {
        background:#33CC00;
        }

    Original CSS from Fresh Fruit theme uploaded below.

    Thanks so much for any help!

    Dani

    #8559

    You need to apply a background image to the LI tag to mimic the look of a tab. To have them flexy width you are generally best to add span tags in so that you have an extra bit to hook the edges of the images to.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.