Page 3 of 3
Re: Phoca Gallery and Ja_purity menu below pictures
Posted: 24 Nov 2008, 21:50
by antoinemcb
Hi Jan,
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 help,
Antoine
Re: Phoca Gallery and Ja_purity menu below pictures
Posted: 24 Nov 2008, 22:41
by Jan
Hi, I didn't do it with JA Purity but with my own menu where I just removed the attribute : absolute for the menu...
Jan
Re: Phoca Gallery and Ja_purity menu below pictures
Posted: 25 Nov 2008, 22:16
by antoinemcb
Hi Jan,
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
Re: Phoca Gallery and Ja_purity menu below pictures
Posted: 26 Nov 2008, 17:17
by Jan
Great....
Jan
Re: Phoca Gallery and Ja_purity menu below pictures
Posted: 15 Jan 2009, 06:00
by Joern Gerken
antoinemcb wrote:Hi Jan,
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 ...
Code: Select all
#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;
}
... and yes, it does
Kind regards,
Jörn

Re: Phoca Gallery and Ja_purity menu below pictures
Posted: 17 Jan 2009, 00:18
by Jan
GREAT ... thank you for this information...
Jan
Re: Phoca Gallery and Ja_purity menu below pictures
Posted: 16 Mar 2009, 16:10
by sebastien83
Hello!
I try but ddon't work for me
Ja Purity + phoca Galleri + Joomla 1.5.9
Thanks

Re: Phoca Gallery and Ja_purity menu below pictures
Posted: 16 Mar 2009, 17:17
by Joern Gerken
sebastien83 wrote:Hello!
I try but ddon't work for me
Ja Purity + phoca Galleri + Joomla 1.5.9
Thanks

Link?
Re: I have made some cha
Posted: 05 Mar 2010, 13:33
by cosimota
Hi,
I have the same problem but I have not found this file in the Phoca site.
Can I have some more help?
thanks
Re: I have made some cha
Posted: 05 Mar 2010, 13:51
by cosimota
cosimota wrote:
Hi,
I have the same problem but I have not found this file in the Phoca site.
Can I have some more help?
Sorry, I did not see the other pages of messages
