- This topic has 2 replies, 2 voices, and was last updated 15 years, 8 months ago by imported_Ryan.
-
AuthorPosts
-
March 19, 2009 at 8:58 am #708photoshopelicio.usMember
Been trying to figure this out for the last 4 hours… Someone solving this problem would be greatly appreciated. If you are going to talk in code jargon, please speak as if explaining it to a 5 yr old. Thanks in advance.
Site: http://www.photoshopelicio.us
What I want : Nav menu positioned under header at width of header
Current code :
#suckerfishnav {
background:#fff repeat-x;
font-size:13px;
font-family:georgia,serif;
font-weight:regular;
width:100%;
}
#suckerfishnav, #suckerfishnav ul {
float:left;
list-style:none;
line-height:30px;
padding:10;
border:1px solid #aaa;
margin:0;
width:100%;
}
#suckerfishnav a {
display:block;
color:#808080;
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:regular;
font-family:georgia,serif;
}
#suckerfishnav li li a {
padding:4px 10px;
width:80px;
font-size:13px;
color:#808080;
}
#suckerfishnav li ul ul {
margin:-22px 0 0 100px;
}
#suckerfishnav li li:hover {
background:#87cefa;
}
#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:#fff;
}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
color:#fff;
}
#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:#808080;
}
#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:#fff;
}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
background:#87cefa;
}March 19, 2009 at 7:01 pm #5741photoshopelicio.usMemberweak forum
March 26, 2009 at 6:51 am #5742imported_RyanMember"photoshopelicio.us" wrote:weak forumI was about half way through fixing your problem before seeing your second post. I won’t bother answering it now then.
I’ve been busy with other work and haven’t had time to tend to forum requests during the week lately.
-
AuthorPosts
- You must be logged in to reply to this topic.