Page Menu and borders appearing over gallery

In the test link example you can see what I’m referring to - the border and page menu items show up “on top” of the Exhibeo gallery - even though it’s opacity is set to 100%.

Any thoughts?

I was just playing around with ways to be able to have a link (only) invoke an Exhibeo lightbox gallery. Since that currently cannot be done - a dedicated page, or spawn new window were considerations… each still require an extra click through to invoke the Exhibeo gallery however.

http://www.karenengel.com/test/websitesamples.html


Exhibeo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Your css menu has a z-index of 9999 to ensure that it sits above everything else on the page - added by the action.

Try adding the following in Page>Html Markup in the before slot


<style type="text/css">
.xb-thumblie_overlay {
z-index: 10000 !important;
}
.xb-thumblie_image-container {
z-index: 10010 !important;
}
.xb-thumblie_image-container img {
z-index: 10015 !important;
}
.xb-thumblie_image-link {
z-index: 10020 !important;
}
.xb-thumblie_ui {;
z-index: 10030 !important;
}
</style>

There may be other items that need tweaked too but difficult to see from my iPad.

David


Exhibeo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks David - brilliant - that sorted it! :slight_smile:


Exhibeo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

That reminds me - I must buy some toilet roll!

:wink:


Exhibeo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options