Active
Project:
Tendu
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2009 at 23:29 UTC
Updated:
27 Aug 2009 at 23:29 UTC
Hi Tom,
As ie8 has fixed some bugs which where still in ie7, I had to add a file ie7.css and declare it in .info file:
conditional-stylesheets[if IE 7][all][] = ie7.css
It would be nice to add this to version 2.x for future applications.
BTW, the tweak which I had to do was regarding some extra 5 pixels which been added to divs in ie7 but not anymore in ie8.
So:
.actual-simple-image-wrapper{width:1005px;}/* ie there is 5 px more - i dont know why */
Should be in ie7.css but not in ie.css
Thanks.