View Full Version : Frames in frames...


someperson
01-30-2004, 05:03 PM
Hi, I have a small problem with making my iframe work. I can't really explain it that well, except that it isn't fitting properly and I keep getting an extra set of scrollbars in it, sort of like a frame in a frame. It's on a pop-up page on my site, accessable by lost-desire.org/~lilchicksta/city.html (http://www.lost-desire.org/~lilchicksta/city.html) , or the basic page is lost-desire.org/~lilchicksta/blends.html (http://www.lost-desire.org/~lilchicksta/blends.html)

knudddel
01-30-2004, 05:30 PM
If you mean the page with the red and red scrollbars, try changin

<iframe width="366" height="800" frameborder="0" src="blendsmain.html" allowtransparency=true target name=blend></iframe>

into


<iframe width="100%" height="100%" frameborder="0" src="http://www.lost-desire.org/~lilchicksta/blendsmain.html" allowtransparency=true target name=blend></iframe>


???