|
pmagas -> RE: Drop down menu & IE7 (10/27/2006 14:23:26)
|
Thank you, Deb!! Actually, I did remove all the hacks for IE7 and it *almost* works. (I put in the conditional comments for IE6 and lower.) It works fine on all the browsers (well, those that I tested), but on IE7, the appearance is 'goofy' On the pulldown from Buyers, the links look like those on the attachment. (The first line is fine; after that they wrap real short.) Custom Search Search Homes Buying a Home Use an ePro It's not wrapping them correctly (from the 2nd line on), but I can't figure out why. It wraps them fine in the other browsers. Here's the CSS for this: .secNav {
float:left;
width:95%;
padding-left:5%;
top:0;
color:#FFF;
padding-bottom:10px;
background-color:#000;
}
.secNav ul {
list-style:none;
color:#FFF;
margin:0;
padding:0;
}
.secNav ul li {
line-height:18px;
position:relative;
float:left;
font-size:18px;
color:#FFF;
list-style-type:none;
}
.secNav li ul {
display:none;
position:absolute;
min-width:150px;
top:1.5em;
left:0;
background-color:#DCC7A6;
border:1px solid #000;
font-size:12px;
}
.secNav li ul li {
font-size:12px;
}
.secNav li ul a:hover {
color:#D14B08;
border-bottom:0;
}
.secNav li > ul {
top:auto;
left:auto;
}
.secNav li:hover ul,.secNav li.over ul {
display:block;
clear:left;
padding:3px;
}
.secNav li:hover ul li,.secNav li.over ul li {
display:block;
clear:left;
}
.secNav a {
padding-left:2px;
padding-right:2px;
color:#fff;
text-decoration:none;
font-weight:700;
}
.secNav li ul a,.secNav a:hover {
color:#000;
} Thank you for any insights you might offer! Cheers! [image]local://upfiles/5013/BD86200DC22A45459159C86966429CFB.jpg[/image]
|
|
|
|