Forums › Forums › Menus › baffling: whole menu works fine in IE7 on PC; one dropdown disappears on Firefox and Safari!
- This topic has 1 reply, 2 voices, and was last updated 16 years ago by imported_Ryan.
-
AuthorPosts
-
November 23, 2008 at 6:24 am #462davegawronMember
Here is the site:
http://annunciationclifton.org/category/news/
So you can view the source and see if you see anything. I’d be cool if NO dropdowns were working on a certain browser, but 3 working and one (Community Life) not when the code looks identical for each dropdown? I don’t figure.
CSS was modified slightly for coloring, width, etc, (originally straight from your generator) but again, how could all but one dropdown menu work?
CSS:
#suckerfishnav {
background:#ff9900 repeat-x;
font-size:12px;
font-family:verdana,sans-serif;
font-weight:bold;
width:630px;
}
#suckerfishnav, #suckerfishnav ul {
float:right;
list-style:none;
line-height:17px;
padding:0;
border:0px solid #aaa;
margin:0;
width:630px;
}
#suckerfishnav a {
display:block;
color:#000000;
text-decoration:none;
padding:0px 10px;
}
#suckerfishnav li {
text-align:left;
float:left;
padding:0;
}
#suckerfishnav ul {
position:absolute;
left:-999em;
height:auto;
width:141px;
font-weight:normal;
margin:0;
line-height:1;
border:0;
border-top:1px solid #666666;
}
#suckerfishnav li li {
width:139px;
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:120px;
font-size:10px;
color:#eeeeee;
}
#suckerfishnav li ul ul {
margin:-19px 0 0 140px;
}
#suckerfishnav li li:hover {
background:#dedede;
}
#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:#666666;
}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
color:#0d2b88;
}
#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:#eeeeee;
}
#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:#0d2b88;
}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
background:#ffcc00;
}Dave Gawron
November 26, 2008 at 10:16 pm #4246imported_RyanMemberI got a 404 error not found page when I tried to visit your site.
-
AuthorPosts
- You must be logged in to reply to this topic.