Font color and drop down issues.

Forums Forums Menus Font color and drop down issues.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1776
    tbrown52206
    Member

    For some reason I can not get my font to show up in the Pink I selected nor can I get the menu to drop down appropriately. The full bar comes down with the drop down and it looks a hot mess. I tried the z-index thing and everything. Also, there is a bleed with the border for the drop down menu. I really just want it to drop down in a separate box.  Can anybody help me?

    http://www.letmethink4u.com
    [code:gddeg6fk]
    #suckerfishnav {
        background:#33CCCC repeat-x;
        font-size:16px;
        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 #aaa;
        margin:0;
        width:100%;
    z-index:10;
        }
    #suckerfishnav a {
        display:block;
        color:#000000;
        text-decoration:none;
        padding:0px 10px;
        }
    #suckerfishnav li {
        float:left;
        padding:0;
        }
    #suckerfishnav ul {
      position:relative; z-index: 100;
        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:13px;
        color:#000000;
        }
    #suckerfishnav li ul ul {
        margin:-22px 0 0 100px;
        }
    #suckerfishnav li li:hover {
        background:#33CCCC;
        }
    #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:#660033;
        }
    #suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
        color:#FF00CC;
        }
    #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:#FFFF00;
        }
    #suckerfishnav li:hover, #suckerfishnav li.sfhover {
        background:#FFFF00;
        }[/code:gddeg6fk]

    #9335
    tbrown52206
    Member

    More details:

    Where is your CSS? WordPress… not really sure what a CSS is.
    What modifications have you made to the CSS? I added the z- index line and also this to the header.php file.
    [code:1bq86kdy]</div><!– End header –>

    <div id="navigation">
    <div id="menu" class="container">

    <?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();}; ?>

    <a href="<?php bloginfo( ‘rss2_url’ ); ?>" class="rss" title="Subscribe to <?php bloginfo( ‘name’ ); ?> RSS">Subscribe</a>

    </div><!– End container –>[/code:1bq86kdy]

    What browsers are you having problems with? All
    What is the URL for your site? http://www.letmethink4u.com

    Provide a link to the problem.  See post above.
    [img:1bq86kdy]http://i12.photobucket.com/albums/a225/g0ld3y3/lmt4ureg.jpg[/img:1bq86kdy]

    [img:1bq86kdy]http://i12.photobucket.com/albums/a225/g0ld3y3/lmt4uhover.jpg[/img:1bq86kdy]

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