Hello,
Unfortunattely the VisitsSummary widget isn’t shown propperly in IE.
I attached a screenshot of it.
Is there a way to fix it?
Mark
Hello,
Unfortunattely the VisitsSummary widget isn’t shown propperly in IE.
I attached a screenshot of it.
Is there a way to fix it?
Mark
Any news on this issue? I have to fight the same IE-daemon… X(
There is a way: look at the code find the problem and send us a patch
our motivation for fixing IE problems is not very high but we are happy to patch of course!
I fixed it with the following loc in the ieonly.css, it does not solve the problem at all, so it’s not worth for a patch.
/piwik/themes/default/ieonly.css
#rightcolumn {
float: none;
}
.widget #rightcolumn {
float: none;
}
The .widget CSS seems not to override the #rightcolumn css because in CSS rules id > elem > class…
I fixed it with the following loc in the ieonly.css, it does not solve the problem at all
did you fix it, or not?