CSS Driving Me Nuts, Little Help?

Al Neri

Diamond Member
Jan 12, 2002
5,680
1
81
What's up guys.

I can't seem to figure this out. It's a mix of JS and CSS, I built it by modifying stu nichols' pro_dropdown_2 (http://www.stunicholls.com/men...ropdown_2/stuHover.js).

In FF I am golden, but in IE6 the menu skips a few px, when you hover over Menu, Menu2 or Menu3, check out what I mean. Can anyone figure out why?

The site is, http://www.shopforeveryone.com/test/index.htm

Thanks,

matRocka

reference:
css: http://www.shopforeveryone.com/test/css/style.css
js: http://www.shopforeveryone.com/test/js/menuhover.js
 

Vogel515

Senior member
Jun 17, 2005
249
0
0
Use IE conditionals and set up a separate IE specific CSS style sheet with just the modified styles for IE. Make sure it's after the link to your first style sheet.
 

Al Neri

Diamond Member
Jan 12, 2002
5,680
1
81
Right, but I am looking for the way to do it... I figured I'd have to do a conditional, but I just dont know the way to get this to not bounce when you click with IE7