CSS Issue in Win IE. Help please!
February 16, 2007 4:38 AM Subscribe
I run a website and am having a little difficulty getting the CSS to work properly in Internet Explorer. I am trying to implement the search field into a little 'pop-up' in the navigation. It works properly in FireFox and Safari, but in IE for Windows the pop-up shifts diagonally instead of directly below. Any ideas on how to fix this?
Validate your HTML. You're missing the end tag of a list item and you've got a duplicate ID, which are probably causing trouble.
Your CSS validates OK.
posted by kirkaracha at 8:00 AM on February 16, 2007
Your CSS validates OK.
posted by kirkaracha at 8:00 AM on February 16, 2007
Try zeroing the left margin/padding of:
posted by stungeye at 8:09 AM on February 16, 2007
ul#TW-Pop&
ul#TW-Pop li
posted by stungeye at 8:09 AM on February 16, 2007
This thread is closed to new comments.
posted by anaelith at 6:26 AM on February 16, 2007