View Full Version : Ugh.. more iframes problems!


instant karma
07-04-2003, 04:35 AM
Okay, I'm using iframes, and I'm trying to get, just simple, little text links to show up beneath it.. but noo, they don't want to. I don't know what I'm doing wrong... could someone help me?

www.ace-hurler.com/petz/test

Thanks!

(By the way... don't mind the content.. heh heh. I just needed something to put there so I could see if the scrollbar was working correctly)

sisqoluv
07-04-2003, 04:47 AM
You can absolute position another iframe right under it and put your links there. You can also use a DIV:


<div style="position: absolute; left: 5px; top: 630px; width: 175px; height: 60px"><font face="VERDANA" size="2">LINKS</font></div>

You have to change the font face to whatever you want, place your links where it says LINKS, and change the top, left, and etc.

instant karma
07-04-2003, 04:35 PM
Thank you, it worked!

sisqoluv
07-04-2003, 07:34 PM
You're welcomed :)