PDA

Click to See Complete Forum and Search --> : iframes


TeamRopinGal
01-12-2006, 04:09 PM
I am working on a page with an iframe. Of course it looks great on my huge screen, but as soon as the window is adjusted, the iframe moves. Is there a way to have it "stick" to the image so they move together when the window is resized? Any ideas or tips? Thanks!

Here is the page:
www.westernontheweb.com/ransom

Neballer
01-12-2006, 04:48 PM
put your iFrame in the table with the penguin background.

TheBluePanda
01-12-2006, 05:53 PM
If I were you I'd stay away from iframes. I'd use CSS to create the scrolling area.

TeamRopinGal
01-12-2006, 06:25 PM
Mmmmkay, how do I do that?

TeamRopinGal
01-12-2006, 07:46 PM
Ok, I got the iframe to remain with the image, but now I can't get the iframe to line up!! AGGGGGGG!!! JUST SHOOT ME NOOOOWW PLEASE and put me out of my misory!!!!!

reuber1
01-12-2006, 08:28 PM
*ahem* misery. :)

JaCkinbOx
01-12-2006, 10:09 PM
Iframes are the devil, I hear.

The devil is gay and wears a pink sports jacket.

Ryan8720
01-12-2006, 10:23 PM
jackinbox tells the truth.

A scrolling div is done like so.

#scroller {
overflow: auto;
height: 300px;
width: 300px;
}

TeamRopinGal
01-13-2006, 03:06 PM
*ahem* misery. :)

I know, but I was pissed when I typed that. LOL

Good news everyone, I got it to work (good enough) Thanks for all the help!!!

reuber1
01-13-2006, 03:10 PM
No biggie. Just being a knob. ;)