Click here to Skip to main content
15,902,750 members

Comments by Jimtiger (Top 10 by date)

Jimtiger 15-Nov-13 9:28am View    
I'll give this a go and post my codepen results.
Jimtiger 15-Nov-13 9:21am View    
width - 586px
height - 483px
Jimtiger 15-Nov-13 8:48am View    
Hi Mike. I forgot to mention #left will have a picture inside. Changing #right z-index to 3 will overlap the image inside #left. #right will have text inside it, so neither can overlap each other. Do you think this will be possible with css alone? or will JavaScript be the only way.
Jimtiger 15-Nov-13 8:29am View    
vbmike - Try increasing the z-index of #right to 3 and see if that is what you are trying to achieve.
Jimtiger 23-Aug-12 16:36pm View    
Yeah that did the trick. I copy and pasted your code. Thanks for your help.