- This topic is empty.
-
AuthorPosts
-
October 22, 2012 at 9:48 am #40413
ideaprison
ParticipantHelp me tame this bug in Safari please, in Chrome (uses Webkit like Safari) the page works fine.
The front of the box needs to stay on top of the albums but when you click an album then play makes it fly out, that should be on top of the front.Still haven’t figured out a solution, is what i want to do impossible? (Currently getting it to work in just webkit browsers)
Here’s how it operates, you can flip (or click top/bottom) to go through the albums.
Click an album, then click it’s center to make it fly out, This albums should be **on top** of the .box-frontNew version
http://jsfiddle.net/ideaprison/Tptxf/Using the transform on the .box-front makes the .new albums when flipping pass through it.
http://jsfiddle.net/ideaprison/Tptxf/1/Just with position:;
http://jsfiddle.net/ideaprison/NgmEJ/Hope I made myself clear, else have a look using [Chrome] at saltyknuckles.net/archives/ to see how it should function.
Thanks all!
October 22, 2012 at 10:03 am #112402ideaprison
ParticipantThats okay, i will add that the more i kept trying to get it to work the messier it probably got.
if you check out http://www.saltyknuckles.net/archives/ in Chrome then you can see how it should workOctober 22, 2012 at 12:46 pm #112418ideaprison
Participant—
October 23, 2012 at 6:21 am #112458ideaprison
Participant—
October 25, 2012 at 6:28 am #112428ideaprison
ParticipantStill haven’t figured out a solution, is what i want to do impossible? (Currently getting it to work in just webkit browsers)
Here’s how it operates, you can flip (or click top/bottom) to go through the albums.
Click an album, then click it’s center to make it fly out, This albums should be **on top** of the .box-frontNew version
http://jsfiddle.net/ideaprison/Tptxf/Using the transform on the .box-front makes the .new albums when flipping pass through it.
http://jsfiddle.net/ideaprison/Tptxf/1/Just with position:;
http://jsfiddle.net/ideaprison/NgmEJ/March 6, 2015 at 12:57 am #197422captain lardnicus
Participantswap all references to preserve-3d with flat… i.e.
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;to
transform-style: flat;
-webkit-transform-style: flat;
-moz-transform-style: flat;Although not ideal, and might cause other problems, that seems to be the simplest way to respect z-order.
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.