cjay99
02-16-2003, 12:41 AM
On my layout it uses transparent i-frames but when you resize the window the frames move. I need to know how to keep them where they are so they can't be moved out of place. The layout is here---->http://www28.brinkster.com/cjay/main
Andyman
02-16-2003, 01:01 AM
Ok since I can't view your page, I'm just going to try and analyze the situation from what I've read:
If you are using images for your layout (background) maybe you'll need a *bgproperties="fixed"* tag in the body tag
or maybe the frames are supposed to move when the window is resized
:|
bejayel
02-16-2003, 01:38 AM
since you used absolute positioning, this is very hard to do. that only way to fix it....try using percents instead of exact pixels. other than that there is on other way for you type of layout. unless you use tables (i would suggest doing this)