When you use this theme using IE8 Beta 2 there are a few issues with how things are being rendered. Maybe someone could take a look at the issues and see if they could be fixed easily?
When you use this theme using IE8 Beta 2 there are a few issues with how things are being rendered. Maybe someone could take a look at the issues and see if they could be fixed easily?
Comments
Comment #1
bbodenmiller commentedComment #2
lneoj commentedMarinelli banner transparency issue. In IE8 is missing transparent
marinelli/css/advertise.css
ORIGINAL CSS:
REPAIRED CSS:
In IE8 missing page shadows
marinelli/css/layout.css
add this code into layout.css
Comment #3
Lioz commentedThe lack of transparency doesn't seem a bug report to me since the theme is supposed to use css3 properties only for browsers that support them.
microsoft filters are not css3-compliant so i won't introduce them in the theme.
However you can use lneoj's suggestion in your personal subtheme to achieve the transparency effect in your specific installation.
Beside the transparency which other bugs have you noticed?
Comment #4
particlegirl commentedHi I've noticed that the megamenu will only display one column in IE8 while it works perfectly in other browers.
I've also implemented lneoj's suggestions above, the transparency worked really well, however I don't seem to be able to get the page shadow effect.
thanks for your help
Comment #5
Benevis commentedif you add the code for shadow there
sites/all/themes/marinelli/css/css3/css3_graphics.css
it will work
Comment #6
particlegirl commentedthanks Benevis!
Comment #7
Lioz commented