Since few days, i try to adapt the Maxigallery and the AnythingRating css files for IE6. Without correct results !!! AnythingRating snippet runs well with IE7, FF, Safari and Opera
but not with IE6 !
The reasons come from a css conflict between the <ul> list of Maxigallery and AnythingRating. To simulate the adjacent selector ">" (which don’t exist with IE6 >:( ) and limit the range of the "ul.thumbs li" selectors inside the maxigallery css file, i have added in the maxigallery file:
ul.thumbs li ul li{
position:absolute;
width:125px;
display:inline;
margin:0 auto;
}Now with this hack, IE6 is nearly correct
EXCEPT that the hover on stars is completely wrong.
As I am not enought skilled in css to solve myself this kind of issue, I greatly appreciate if somebody could help me to solve this annoying issue, before to deliver this snippet in the repository.
All the files and explanations to set up a local test (a maxigallery) could be downloaded from
http://www.modx.wangba.fr/howto-maxigallery.html.
A demo is available at
http://www.modx.wangba.fr/travel.html and find enclosed the complete snippet package with the maxigallery css file updated