BlueMetal
03-24-2004, 05:12 AM
In the layout that I'm working on, I've made my layout in PSP, so it's a JPEG. I've also made it into an image map, but I want an IFRAME on top of it to load my content.
I've messed around with a few IFRAME codes and none of them seem to work. I can't post a link to the page because I don't have it up yet, obviously.
Does anyone have an idea of how to make it work??
salomeyasobko
03-24-2004, 05:17 AM
can you maybe post the last iframe code you used? i can't really tell what's wrong if i have nothing to go by ;)
BlueMetal
03-24-2004, 05:24 AM
Well at first I used this one...
<iframe FRAMEBORDER="0" BORDER=0 width=:330
height=260 src="news.html"
name=Content style="position:absolute; left:299; top:91" scrolling=auto allowtransparency="true"></iframe>
I just REALLY need it to be on a particular part of the page ( hence the absolute positioning ), but when I use this code nothing happens. There isn't an error or anything. It doesn't disturb anything, it just doesn't show up. :confused:
Sheila
03-24-2004, 07:04 AM
That code works for me. What isn't showing up exactly? Is it the stuff inside the iframe or doesn't the iframe show up at all?
BlueMetal
03-25-2004, 12:44 AM
The IFRAME doesn't show up at all. That's why I'm really confused! 'Cuz I have used this code before on another page, and it works fine. This particular page is just being cranky.
BlueMetal
03-25-2004, 01:03 AM
I kinda understand what's going on now.
If I take the image map out, the IFRAME shows fine. Therefore, my image is loading OVER my IFRAME. How would I fix this??
Here's a link to the page: http://www.rainbowroadstop.com/bluemetal/test.htm
BlueMetal
03-25-2004, 01:18 AM
Oh nevermind. I finally figured it out! Thanks anyway, though!!!