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?
posted by Timen to Technology (3 answers total) 1 user marked this as a favorite
 
Best answer: This is truly a case of IE hell. I think it may be related to this but honestly who knows why IE does anything? What I do know is that putting a br tag directly after "looking for something?" will fix it--but I haven't done much testing to see what else that breaks.
posted by anaelith at 6:26 AM on February 16, 2007


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


Try zeroing the left margin/padding of:
ul#TW-Pop 
&
ul#TW-Pop li

posted by stungeye at 8:09 AM on February 16, 2007


« Older How do I cope with short term stress?   |   Cabachon ring designs? Newer »
This thread is closed to new comments.