/    Sign up×
Community /Pin to ProfileBookmark

CSS dropdown menu: Complications in IE – help!

Hi-
This is my first post in this forum. I’m hoping you guys can help me. I’m a fairly new web designer, and just starting to work with css / dropdown menus. I’m having an issue with mine however.

here is the link: [url]http://www.csfpa.com/newsite/index1.html[/url]

As you can see, the menu looks ok in firefox and netscape, but the spacing gets all off in IE. That is problem #1. Also, the drop down menus don’t work in IE – that is problem #2. Problem #3, etc have to do with centering the dropdown menus in the space provided. I think I can work with #3, if I got some expert help with #1 and 2!

Here is the CSS code: (navbar.css)

[CODE]#zUL a,
#zUL a:link,
#zUL a:visited {
text-decoration: none;
color: #4D4E4F;
}
#zUL img {
display: block;
}
#zUL, #zUL ul {
padding: 0;
margin: 0;
display: inline;
list-style: none;
}
#zUL ul li{
padding: 0;
margin: 0;
display: inline;
}
#zUL li {
float: left;
width: auto;
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#zUL li ul {
position: absolute;
top: 200px;
left:-900px
}
#zUL li ul a {
margin-left: 10px;
margin-right: 10px;
}
#zUL li ul li {
margin: 0;
border-bottom: 0;
font-family: arial, helvetica, sans-serif;
font-size: 13px;
}
fieldset p {clear: left}
#zUL li:hover ul, #zUL li.sfhover ul {
left: auto;
}[/CODE]

I have applied some javascript and an addition css file (msie.css) in an attempt to fix the IE problem (to no avail) so I would ignore those. Any suggestions would be greatly appreciated!

Tim

to post a comment
CSS

0Be the first to comment 😎

×

Success!

Help @Shutez spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...