YellowYoshi
05-13-2003, 01:37 AM
Hi! A person told me to make a page for her, and she wants a letter she made to be there always, at the same time the pages are. I know you wont understand me so you can see it at http://artesacro.iwebland.com/artesacro.html The only problem is that it's in Spanish. I tried using the position absolute tag, and it worked, but then i thought, "it wont work in other resolutions". I tried using the Chromeless Code Lissa has, but for some reason it doesn't work. The letter i want to overlap with the Iframe is at the bottom. PLEASE HELP!!!
designhazard
05-13-2003, 12:28 PM
I think you must use div stuff
YellowYoshi
05-13-2003, 05:59 PM
Ive heard of <div> before, but i have no idea of what it does or how you use it!
apples
05-13-2003, 06:37 PM
DIV's are a tag that creates another layer over your website. They would allow you to position anything on top of or next to something in your HTML document. They also give you greater control. You can position something exactly where you want it at the exact width and length.
Here's a really good DIV tutorial to get you started:
http://www.``````````````/divtutorial.shtml
YellowYoshi
05-13-2003, 06:42 PM
Thanks! Ill check it out. Is the div tag something like the style="position:absolute" tag? I tried that, but then it would mess up with different resolutions. Will that happen with <div> too?
apples
05-13-2003, 06:53 PM
It might. So just be careful to position it someplace where all the different resolutions can see it ok. :)
YellowYoshi
05-13-2003, 06:55 PM
And is there ANY way that will not make it move in different resolutions?
Xiphias
05-13-2003, 08:28 PM
It won't move in other resolutions, it stays where you positioned it... you just need to put it between 0 and 780 pixels, so that it will fit 800x600 as well as 1024x768 resolutions