View Full Version : Need Some Help......


kid_vicious
09-18-2003, 01:55 PM
okay.. on the homepage of my website i have a iFrame.. first question:

i has the background picture in it.. how do i get rid of it... this is the code i use:

<div id="iframe" style="position:absolute; left: 0px; top:300px; width:200px; height:200px; z-index:1">
<iframe src="index.htm" name="w00t" allowtransparency="true" width=200 height=200 frameborder=0 scrolling=yes></iframe>
</div>

if that helps in anyway.... erm second question:

i tried to put a text in it but in came up in the iFrame and at the top of my homepage... how do i get it in the iFrame?

also... i want my cursor thing to be the crosshair and i put that on my style sheet but it still doesnt come up.. any help on that one??


and last question:

i want to put links on the right hand side of my homepage going down ... my website looks like this www.freewebs.com/kiss_the_sky/

thanks to anyone who can help me :-D

Sheila
09-18-2003, 03:34 PM
You don't remove the background from the iframe code. You remove it from the page that appears inside the iframe.

The reason why the text is appearing in your iframe and on top of your homepage....Is that you have the iframe linked to "index.htm" and that is the main page of your homepage so it will appear in both places. You will have to make another page for your iframe so it doesn't appear in both places...call it, for example, index2.html or whatever you want to call it.

I hope that makes sense.

kid_vicious
09-19-2003, 07:27 AM
yeah it makes sense... thanks!!:-D