zalib
06-16-2003, 03:41 PM
i have an iframe and I want to get rid of the scrollbar or at least make it transparent, so how would I do that? I am making a site where there is a frame where the links change another frame, but I want the second frame to just be an image that I made without a scrollbar, so how would I do that?
zalib
06-16-2003, 05:22 PM
never mind, I just looked through some old boards and found the answer. Do you know how I would make an image map for a background? or maybe how I would get an image to align directly with the edges of the frame? (I have images the size of the frame that I want to use, but it wont let me, so I have been using an image map on a transparent gif ontop of it, but I hate doing it that way).
zalib
06-16-2003, 05:29 PM
and I have been trying it....and it is not working....at all.
sisqoluv
06-16-2003, 11:50 PM
You're using an iframe, right? You can use absolute positioning for the iframe and the image. This way, you can move the two where you'd like.
<IFRAME NAME="frame name" SRC="link" width="#" height="#" frameborder="0" scrolling="no" style="position:absolute; left:5; top:5;"></iframe>
Where it says left and top, that's how far from the left and top of the screen your iframe is. You can play with this to put it where you want.
zalib
06-17-2003, 02:39 PM
Thank you, although that isnt my problem. I have, however, found the answer to my questions and I no longer need any help.
sisqoluv
06-17-2003, 09:13 PM
Originally posted by zalib
Thank you, although that isnt my problem. I have, however, found the answer to my questions and I no longer need any help.
I thought you needed help putting an image somewhere around an iframe? Oh well :)