WebsiteBaker Support (2.8.x) > Templates, Menus & Design

IE8 Beta: ShowMenu2 CSS dropdown menu

(1/2) > >>

phillbooth:
I a websites that works fine in IE6 and IE7 but the BETA version of IE8 simply does not work with the CSS dropdown menu using ShowMenu2.

Has anyone else had this problem and can anyone help with a IE8 CSS fix?


you can take a look at the full css code here http://www.smallwoods.org.uk/templates/runtimecss/menu.css

http://www.smallwoods.org.uk/

you can download IE8 Beta from here: http://www.microsoft.com/windows/Internet-explorer/beta/default.aspx

BerndJM:
Hi,

in the css are many hacks/workaround for IE6 (which also work fine for IE7) - but because IE8 "will be" more standard conform - there is a "good chance" that he fall in trouble with this hacks/workarounds.

A possible "fix" would be to pick up all the IE6 hacks from the css and put it in a seperate css which will only be loaded for IE6 ...

Good luck
Bernd

chio:
Add after <head>

 <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

phillbooth:
I dropped that in and I’m afraid it didn’t make any difference, thanks for help though.

chio:
Did you mind: This must be the FIRST after <head>

<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

Navigation

[0] Message Index

[#] Next page

Go to full version