Page 1 of 1
IE Messing Up CSS... No clue why... I hate IE
Posted: Sun Mar 23, 2008 11:01 pm
by tecktalkcm0391
Can anyone help me in correcting the CSS (in the menuBar.css file) for the menu bar that displays fine in Firefox, but all messed up in IE... its at [url removed]
Thanks!
Re: IE Messing Up CSS... No clue why... I hate IE
Posted: Mon Mar 24, 2008 1:15 am
by RhapX
Hello,
I just took a look at your file and it seems to be working. Which version of IE are you having troubles in?
Best Regards,
Jake
Re: IE Messing Up CSS... No clue why... I hate IE
Posted: Mon Mar 24, 2008 1:09 pm
by tecktalkcm0391
I'm using IE 6... what about you? The menu on the left is all dis-aligned, and stuff...
Re: IE Messing Up CSS... No clue why... I hate IE
Posted: Mon Mar 24, 2008 2:20 pm
by tecktalkcm0391
Its the same on every page... i have to fix that still, but just go to {url removed}
Re: IE Messing Up CSS... No clue why... I hate IE
Posted: Mon Mar 24, 2008 8:33 pm
by John Cartwright
Looks fine for me on IE7. Perhaps show us some screenshots?
Re: IE Messing Up CSS... No clue why... I hate IE
Posted: Thu Mar 27, 2008 10:54 pm
by tecktalkcm0391
Attached is the screen shot of what is happening in IE 6. I know that people still use IE6, thats the only reason I care...
Re: IE Messing Up CSS... No clue why... I hate IE
Posted: Sat Mar 29, 2008 2:09 pm
by tecktalkcm0391
everything is separated on the right lines, but its still not working. any ideas?
Re: IE Messing Up CSS... No clue why... I hate IE
Posted: Sun Mar 30, 2008 3:08 am
by matthijs
What often helps with problems like this, is making sure IE's hasLayout property is set for the list items. If you don't know what that is, see
http://www.satzansatz.de/cssd/onhavinglayout.html
Often, setting something like setting a width or height on the list items will solve strange bugs like you have. See the above article for more options. maybe width:100% and/or float:left will do the trick.
Bugs like these are one of the most common ones I encounter.
Re: IE Messing Up CSS... No clue why... I hate IE
Posted: Mon Mar 31, 2008 11:58 pm
by tecktalkcm0391
thanks. I had to set another object's width (object is inside the menu) for it to work. -- stupid IE