Posted by MMusashi on April 27, 2010 at 7:08am
2 followers
Jump to:
| Project: | mpFREE |
| Version: | 6.x-1.6 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
Hey there,
Yeah, my mistake! will be fixed in the next version, thanks!