You're never going to get EXACT results between IE and FF or Opera, they just do some things differently internally. IE 6 and below is so full of bugs and it's support of CSS that it IS a challenge to work around.
Quote:
|
the first thing is with the menu, see at ie and ff, at ff the menu's bg color is switching when you move cursor to the box, at ie it changes only if you go to the text. WHY?
|
Set your li <a> menu elements to display:block. That will stop this particular problem.
Quote:
|
second thing is that the menu is in the middle at IE and in the left of the screen at FF. WHY?
|
It looks to me to be the way you've got your tables set up, IE is centering.
You're little 'trick' with the the div #SE.. will get you banned from the search engines. Hiding that sort of thing is a 'black hat' tactic. Put your keywords in the Meta tag where they belong !
I also don't see the point of using a table for your layout (or any layout for that matter), you could do it all with CSS. Putting divs inside a table is a pointless exercise IMO.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|