0
votes
0answers
11 views
Setting Custom Pushpin z-index in VE SDK 6.2
Okay, I'm trying to be creative with my map. My proof of concept is at www.ambersedibles.com/test.html. What you see is a png layer with a transparent center, so the map is actua …
0
votes
3answers
30 views
Datetime picker below div
Can anyone help me discover why my datetime picker is hiding behind the rest of the divs?
http://www.lcslegal.co.uk/booking-form.html
I have added this line of css to try and fi …
0
votes
5answers
35 views
Positioning using Z-Index
Can we position one HTML element above another element using z-Index ?
Eg :
<div>One</div>
<div>Five</div>
Now one should be above five....
my question …
0
votes
3answers
830 views
Flash overlays thickbox on Internet Explorer
Here's my code:
I've got a flash slideshow on my page. I've used thickbox for login but when someone clicks on the login, the flash overlays thickbox.
I've managed to solve th …
1
vote
1answer
63 views
Positioning divs with z-Index in Internet Explorer 7
I have two relative positioned DIVs A & B. a has a DIV as child element called A' which is absolute positioned and has a z-index of 1000. DIV B' is a child element of DIV B and …
2
votes
3answers
201 views
IE7 CSS z-index overlay
Given this situation:
HTML
<div class="container-module">
Some content.
<a id="show-overlay" href="#">Show overlay</a>
<div id="overlay">
…
0
votes
1answer
24 views
Adobe Director (dcr) depth (z-index) problem
Can *.dcr depth (z-index) can be controlled such that a flash or some other layers can appear on top of it?
0
votes
2answers
70 views
Transparent PNG as Background Image
Hello,
I have an element with a transparent png as its background image - it's like a polaroid with the photo bit cut out so just the frame is showing.
With this as the backgroun …
2
votes
2answers
726 views
WPF: Canvas Z-Index Bug
So I made my own carousel control in WPF. I have stumbled upon a bug and was wondering if anyone knew how I could fix this like a method call or a series of methods calls or some w …
0
votes
2answers
820 views
how to put html content over flash when wmode=window?
Is this even possible?
The situation is, I don't control the embedded flash, and I have no way of knowing whether it is embedded with wmode=tranparent/opaque or wmode=window. This …
1
vote
3answers
44 views
Positioning divs with z-Index in Internet Explorer 7
<div style="position:relative;"> OUTERFOO <div style="position:absolute; z-index:1000;">FOO</div></div>
<div style="position:relative;">OUTERBAR <d …
0
votes
2answers
47 views
CSS z-index overridden by element order on page?
Hi everyone,
I've been battling with CSS z-index in IE7 foe a couple of hours now, maybe you can help!
I have a absolutely positioned div, appearing above its parent div, which i …
0
votes
5answers
72 views
How do i add and remove an active class with jQuery?
I have an unordered list.
<style>
#button1 { position:relative; z-index: 3; }
#button2 { position:relative; z-index: 2; }
#button3 { position:relative; z-index: 1; }
& …
0
votes
2answers
32 views
Link shows but doesn’t actually link inside a positioned div in IE
you can see the site at Emeraldcityguitars.com, the links are the Spotlight titles in New and Vintage Spotlight spaces at the bottom. the images link but the product title text do …
0
votes
4answers
893 views
Z-index broken in IE8?
Hi there
This code works in every other browser I've tried, except IE8.
IE8 appears to ignore the z-index - and the pop-up becomes a pop-under.
It's in the right place, just r …
