Sorry, i don't have Ajax Photo Album. So i can't give you the right way. But you can find CSS files here :
http://piktur-this.com/components/com_apa/css/apa.css
http://piktur-this.com/components/com_apa/scriptload.php?file
- =css/slimbox.css&gzip=1
For Replicant theme, you can try this modification :
Open http://piktur-this.com/templates/rt_replicant/css/rokmoomenu.css
Find :
Code:
div#horiz-menu { /* this is a z-index ie6 and ie7 bug fix */
position: relative;
z-index: 50;
}
position: relative;
z-index: 50;
}
Replace with :
Code:
div#horiz-menu { /* this is a z-index ie6 and ie7 bug fix */
position: relative;
z-index: 1;
}
position: relative;
z-index: 1;
}
Hope it help !
Arnaud



