Open GoogleCodeExporter opened 9 years ago
tigra fader sets z-index:-1
Original comment by btphelps
on 9 Apr 2009 at 5:46
Had to remove it from www.whitestag.org site. Can send a screen shot if helpful.
Original comment by btphelps
on 9 Apr 2009 at 6:15
here's the screenshot
Original comment by btphelps
on 9 Apr 2009 at 6:17
Attachments:
Can a z-index: implemented to warning.js so that can it show above all layers,
more
like a modal box/lightbox effect.
Original comment by hugh.wh...@gmail.com
on 16 Apr 2009 at 5:29
Can someone please post a modification allowing us to assign a z-index property
to the
ie6 upgrade warning div?
Original comment by zeni...@gmail.com
on 12 May 2009 at 8:08
you can add the variables yourself. Here is mine with the z-index set and a
black
background with opacity set at 85
Original comment by joomlawe...@gmail.com
on 4 Jul 2009 at 4:12
Attachments:
not working for me, any suggestions?
Original comment by macisbet...@gmail.com
on 14 Jul 2009 at 4:31
Hey,
If anyone is still having problems with this I figured it out.
I was poking around because it didn't display right on my webpage either. After
fine
tuning a few things this is what I ended up with.
I hope this helps:
Original comment by JoblessP...@gmail.com
on 25 Oct 2009 at 8:48
Attachments:
JoblessPunk, thanks!
Original comment by lubo.mic...@gmail.com
on 27 Jan 2010 at 2:19
I should have read this one first - but I put code changes in bug 23 for
z-index changes.
Original comment by fritcher...@gtempaccount.com
on 8 Feb 2010 at 3:28
not yet working for me :( i always get some dropdowns, that are shown in front
of it
and are not disabled. just can use them as they are.
Original comment by ulfbamb...@gmail.com
on 2 Mar 2010 at 2:05
[deleted comment]
I used the base warning.js from the official release and just modified the
zIndex
property, as contained in JoblessPunk version. It worked flawlessly for me.
Original comment by thiago.g...@gmail.com
on 31 Mar 2010 at 4:11
Attachments:
I fixed this once last week, didn't write down how, and had to figure it all
out again today, and it was very frustrating. Providing you guys haven't found
a fix yet, all I did was add the following to the reset.css file:
div#_d {
z-index: 999;
}
Original comment by ta...@argonstudios.com
on 10 Dec 2010 at 5:50
Original issue reported on code.google.com by
btphelps
on 9 Apr 2009 at 5:42