View Full Version : In line frame help!!


ForevaLili327
02-07-2003, 03:46 PM
I noticed that in some websites they have an inline frame with a picture around it How would u do that?

starlet
02-07-2003, 05:28 PM
Sounds like it might be a 'transparent iframe' if so try a search of the forum and you'll find 100's of threads on the subject. If thats not it we'll need an example :)

ForevaLili327
02-07-2003, 05:39 PM
hmmm..i dunno if thats it

Alcy
02-07-2003, 09:02 PM
Put the iframe in a table, position it over an image on your page....

Mvpsandy
02-07-2003, 11:03 PM
I JUST POSTED A THREAD B/C I NEED HELP WITH THIS .. HOW DO YOU GET THE IN LINE FRAME TO HAVE THE PICTURE AS IF IT WERE APART OF THE BACKGROUND HERE IS THE EXAMPLE

http://www.imperfectangel.net/clique/

ForevaLili327
02-07-2003, 11:36 PM
yeah thats what I meant to say

lefty
02-07-2003, 11:41 PM
http://www.lissaexplains.com/forum/search.php?s=&action=showresults&searchid=49255&sortby=lastpost&sortorder=descending

ForevaLili327
02-08-2003, 01:28 AM
It says to put this:

<iframe src="page of your frame" name="name of your frame" width="your width" height="your height" style="border:"0"></iframe>

but what esle do you put to show the picture. Like it doesn't ask for the file name of the picture.

Mvpsandy
02-08-2003, 01:30 AM
Originally posted by lefty2217
http://www.lissaexplains.com/forum/search.php?s=&action=showresults&searchid=49255&sortby=lastpost&sortorder=descending

found something


<IFRAME NAME="a" SCROLLING="vertical" SRC="main.html" WIDTH="250" HEIGHT="250" marginwidth="0" marginheight="0" style="border-style: dotted; border-color: red" style="position:absolute; top:75; left:200;" style="filter: alpha(opacity=60)"></iframe>


i used it and it works for me!

i found that by using the search as someone sugjested :)

thanks

mvp