PDA

View Full Version : Whats wrong with my script? static layer


ReQuieM
08-24-2002, 09:48 AM
Hey I'm BRAND NEW here aand i'm after some help

http://requiem.htmlplanet.com/staticTEST.htm

the K logo is MENT to sit in the bottom right of the window NO MATTER where u scroll resize yadda yadda! i ripped the script form the javascriptkit site, and modified it to include a loose drop menu BUT it wont stay where its ment to, it starts where it should for me but wont scroll down with the document, and on my mates comp (mac) it wont even go into the proper spot!

HELP!!!

ReQuieM
08-24-2002, 09:49 AM
btw i used the html script not the css so to have more compatibility!

sjc_unique
08-25-2002, 12:05 AM
<html>
<body>
<div align=center>
<table cellpadding=0 cellspacing=0 border=0 width=500 height=500>
<tr>
<td width=400 height=400>
</td>
<td width=100 height=400>
</tr>
<tr>
<td width=400 height=100>
</td>
<td width=100 height=100>
<img src="image.jpg" width=100>
</td>
</tr>
</table>
</body>
</html>


i think that might work. wont be perfect. if i'm right you can use a css script to place your image to the exact position of the page and it will stay there no matter what.

http://www.w3schools.com/css/css_positioning.asp

SJC