- This topic has 1 reply, 1 voice, and was last updated 13 years, 4 months ago by tbrown52206.
-
AuthorPosts
-
July 7, 2011 at 9:56 pm #1776tbrown52206Member
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]July 8, 2011 at 1:40 pm #9335tbrown52206MemberMore 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.comProvide 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]
-
AuthorPosts
- You must be logged in to reply to this topic.