[Pro] CSS menu and exhibeo glitch

Hi all, I have a glitch happening with FW7 which I though was solved but its happened again.
I have already sent email to softpress but its a weekend so I am reaching out here
the css menu is showing thru the images once they are zoomed. I have never seen this happen before and I use exhibeo a lot…
http://www.huntslonem.com/testgallery.html

thx for feedback


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

Quickly, there is an style definition in the thumblie-styles1.css file,
.xb-thumblie_image-container which has a z-index property with a value
of 110. Change that to 910 (the menu is 900) and all tall images will cover
the menu.


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

Hey there Ernie
I have the z-index changed to 910 but I have that on extended on hero container . is this incorrect?
thx for looking
C


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

I also put the z-index 910 directly on the exhibeo item div style
no change thx


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

Carla, the way your page is laid out the z-index property cannot affect
anything you can actually draw on the page. The #header div, the
#cssmenu-container div, even the #hero-wrapper1 div all have the z-index
applied to no effect.

The Exhibeo slideshow appears in the page code at the same level of the
#PageDiv, which has no z-index applied to it – so you could instead add
into your document head (before /head)

<style type="text/css">
#PageDiv { z-index: 1; }
</style>

This will fix the relative position of the #PageDiv div, which is the
parent element for the header, menu, and thumbs… but not the slideshow
presentation itself.

You can delete those other unnecessary z-indexes you’ve applied.


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

Carla, you should follow my last email.

As for your reply, you are trying to apply the z-index to existing
containers - what I said earlier referred to the Exhibeo stylesheet – to
a class style for an exhibeo-generated item that you can’t see in Freeway’s
work environment. But you can edit the Exhibeo stylesheet.

I also put the z-index 910 directly on the exhibeo item div style


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

You got Ernie
I will follow instruction and report back shortly
I’ll put code in markup page
And remove those on extended
Greatly appreciate Sir


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

ah perfection ernie worked like a charm


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

ah thx Ernie worked like a charm thx so much… what a relief


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

Thank you Ernie. I hope there will be an update to this action soon.


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

Yes! exhibio needs work… the most important being the image quality


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