IE Messing Up CSS... No clue why... I hate IE
Moderator: General Moderators
- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida
IE Messing Up CSS... No clue why... I hate IE
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!
Thanks!
Last edited by tecktalkcm0391 on Tue Apr 01, 2008 4:16 pm, edited 2 times in total.
Re: IE Messing Up CSS... No clue why... I hate IE
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
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
- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida
Re: IE Messing Up CSS... No clue why... I hate IE
I'm using IE 6... what about you? The menu on the left is all dis-aligned, and stuff...
- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida
Re: IE Messing Up CSS... No clue why... I hate IE
Its the same on every page... i have to fix that still, but just go to {url removed}
Last edited by tecktalkcm0391 on Tue Apr 01, 2008 4:17 pm, edited 1 time in total.
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: IE Messing Up CSS... No clue why... I hate IE
Looks fine for me on IE7. Perhaps show us some screenshots?
- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida
Re: IE Messing Up CSS... No clue why... I hate IE
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...
Last edited by tecktalkcm0391 on Tue Apr 01, 2008 4:17 pm, edited 1 time in total.
- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida
Re: IE Messing Up CSS... No clue why... I hate IE
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
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.
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.
- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida
Re: IE Messing Up CSS... No clue why... I hate IE
thanks. I had to set another object's width (object is inside the menu) for it to work. -- stupid IE