Click to See Complete Forum and Search --> : layers + images


Andynko
07-05-2004, 03:56 PM
My page is http://andy2.szm.sk/test/index.html

Script is ok. Images are ok, but I will, that all of rotating pictures go behind the image in the middle, please help me, what to do:( :confused:

David Harrison
07-05-2004, 05:51 PM
Try putting this code:<div style="position:absolute;left:350;top:0;width:164;height:148;">
<img src="http://andy2.szm.sk/test/prazdny.jpg" width="164" height="148" border="0"></div>After the final </div> tag but before the </body> tag. And just for good measure add a z-index:3; to the styles on this <div> tag:<div style="position:absolute;left:350px;top:0;width:164px;height:148px;z-index:3;">Units have also been missed off some of the lengths used in that <div> tag, I have added them in.

Line breaks in the styles for the <div> tag were added by the forum, I'm not sure why.

coothead
07-05-2004, 06:10 PM
Hi there Andynko,

further to what lavalamp has just said, replace your prazdny.jpg image
with the attached transparent prazdny.gif image for a better effect :D

coothead

Andynko
07-06-2004, 01:16 AM
Originally posted by lavalamp
Try putting this code:<div style="position:absolute;left:350;top:0;width:164;height:148;">
<img src="http://andy2.szm.sk/test/prazdny.jpg" width="164" height="148" border="0"></div>After the final </div> tag but before the </body> tag. And just for good measure add a z-index:3; to the styles on this <div> tag:<div style="position:absolute;left:350px;top:0;width:164px;height:148px;z-index:3;">Units have also been missed off some of the lengths used in that <div> tag, I have added them in.

Line breaks in the styles for the <div> tag were added by the forum, I'm not sure why.

Thank you !!! It works :)

David Harrison
07-06-2004, 08:10 AM
Happy to help. :)

Andynko
07-07-2004, 02:35 PM
ok :) I have new index.html

What do you mean about it? The jpeg´s and gif´s aren´t optimized yet (for web safe format)

http://andy2.szm.sk/index.html

It is only in Slovak language, sorry.