Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Me too I use the powerful Phoca Gallery component (v2.1.0 RC) on my Joomla (v1.5.7) website with the ja_purity template. .
Unfortunately, as a beginner, I developped it looking at FireFox. When everything was fine, I discovered that on IE the sub-menus were below the Phoca Gallery pictures
It would be great if you could advise me to make this nice ja_purity sub-menu feature works on IE !
Thanks for your hint. (look at the menu css instead of the phoca one).
Today my problem is solved ! (both IE6 & IE7)
For the ja_purity sub-menu users who may face the same issue, I removed the relative attribute in the "#ja-mainnav ul.menu li" of the ja-sosdmenu.css.
#ja-mainnav ul.menu li {
margin: 0; /* all list items */
padding: 0;
float: left;
display: block;
background: none;
cursor: pointer;
/* position: relative; Commented to make ja_purity compliant with phoca gallery */
list-style: none;
}
BR,
Antoine
Hi,
after updating to Joomla 1.5.9 (PhocaGallery 2.10 RC), I've noticed some useful ( and necessary ) changes in ja_purity. But the old menu problem arrived again. So before doing some "quick and dirty" hacks, I take a look into the css of ja-sosdmenu.css. There are two definitions with position "absolute" (arround line 31 and arround line 165) and only the second one has a defined z-index (z-index:99;).
Simply adding a z-index (z-index:98;) to the first definition should do the thing ...
#ja-mainnav li ul { /* second-level lists */
position: absolute;
z-index: 98;
width: 202px;
/*
* Using left instead of display to hide menus because display: none isn't
* read by screen readers
*/
left: -999em;
}
Jan wrote:Please download the phocagallery_ja_purity.zip file in: https://www.phoca.cz/phocagallery/index. ... e=download
and copy these files included in zip file into:
your_joomla_site/components/com_phocagallery/assets/
Hi,
I have the same problem but I have not found this file in the Phoca site.
Can I have some more help?