Active
Project:
mpFREE
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2010 at 07:08 UTC
Updated:
2 May 2010 at 12:40 UTC
Happens on right-to-left (RTL) sites on unix machines.
Issue caused by this css rule:
mpFREE/css/light-blue-skin-rtl.css:
#mainmenu ul.menu li a.active {
background-image:url(../images/mainmenu-active-bg-rtl.png);
background-position:right bottom;
}
Since the background image is saved as "mainmenu-active-bg-RTL.png" (notice the upper case RTL).
Same happens for blue-skin-rtl.css skin.
Fix should be change the css or rename the image.
This may not reconstruct on Windows machines.
Cheers.
Comments
Comment #1
mehrpadin commentedHey there,
Yeah, my mistake! will be fixed in the next version, thanks!