http://blog.litstudios.com/index.php?/a ... Lapse.html
Hi everyone, at the link above is a demonstration of a problem I'm having... I am trying to use some javascript, it is the Highslides effect that you may have seen before, it uses js and css to zoom a thumbnail to full size for viewing. I got it working ok, but if you notice, the two thumbnails at the bottom of the post are getting covered by my flash embed in the page... This is probably a simple css question:
How do i put my thumbnails at a higher z-depth? I want the thumbnails/images to always stay on top of everything else on the page.
Thanks so much.
ps: to get this to work I stuck a bunch of Highslide specific css at the end of the CSS of the bulletproof template I am using.
Alpay
Z-Depth problem, help with my thumbnails?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Z-Depth problem, help with my thumbnails?
Hi!
You must add "<param name='wmode' value='transparent'>" as a param to your <embed> objects to make the flash transparent. Only then you can use z-index to achieve what you want through like this:
HTH,
Garvin
You must add "<param name='wmode' value='transparent'>" as a param to your <embed> objects to make the flash transparent. Only then you can use z-index to achieve what you want through like this:
Code: Select all
.highslide img {
z-index: 4 !important;
}
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/