Closed Thread Icon

Preserved Topic: next question (tables - layers) (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=20514" title="Pages that link to Preserved Topic: next question (tables - layers) (Page 1 of 1)" rel="nofollow" >Preserved Topic: next question (tables - layers) <span class="small">(Page 1 of 1)</span>\

 
u-neek
Bipolar (III) Inmate

From: Berlin, Germany
Insane since: Jan 2001

posted posted 05-26-2002 21:52

How can i place the boxes over the faces?


I think i cannot use the table anymore to manage this. I need main layer that is centered and 10px from the bottom of the screen with the image as the background.

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 05-27-2002 00:05

http://www.max.co.yu/ozone/uneek-heads.html

Enjoy!


u-neek
Bipolar (III) Inmate

From: Berlin, Germany
Insane since: Jan 2001

posted posted 05-28-2002 21:49

Thank you mr.maX.

But the centered table didn't work correctly in IE with overLIB. So i made another version with Bugs centering script.
This is my new version. I'll add content for each person with the overLIB thing.

My next question:
Did it work in IE 4.0 and above?

I've checked this think in IE 6.0 and Mozilla RC3, so tell me wether it works on your browser or not?

Oh, how can i preload the heads?
I use the following code:

code:
var names = new Array("danilo","fisch","karsten","gossing","axel","basti","daniel");

if (document.images) {
buttons = new Array(8);
for (m=0; m<=7; m++) {
buttons[m] = new Image();
buttons[m].src = "images/" + names[m] + ".jpg";
}
buttons[8] = new Image();
buttons[8].src = "images/trans.gif";
}


But it seems to me, that they do not preload.

« BackwardsOnwards »

Show Forum Drop Down Menu