View Full Version : iFrame trouble...


nicmic62
05-21-2004, 01:30 PM
<iframe FRAMEBORDER="0" BORDER=0 width=242
height=335 src="http://www.geocities.com/nic_mic62/note.htm"
name=justsomestuff allowtransparency="true" style="FILTER: chroma (color=40FF40)" scrolling=auto; left:15; top:490"></iframe>

i added that code to my site, to place the iframe on there...but when i added the code style="FILTER: chroma (color=40FF40) for my transparent scrollbars i cant move my iframe anymore...no matter how i adjust the height, width, top or left....help pls.

nicmic62
05-21-2004, 01:47 PM
before i places the filter thingy...the iframe was postioned perfectly already...somehow by adding it , it screwed up my page.

pb&j
05-21-2004, 03:30 PM
you kinda broke up your style a bit.
try this...

<iframe FRAMEBORDER="0" BORDER="0" width="242"
height="335" src="http://www.geocities.com/nic_mic62/note.htm"
name="justsomestuff" allowtransparency="true" style="FILTER: chroma (color=40FF40); scrolling:auto; position:absolute; left:15px; top:490px"></iframe>

nicmic62
05-22-2004, 01:44 AM
thanks helped alot..it works now ! but it made another problem rise up... i repeated your way to another iframe i have to make but it still wont go in its proper postition...how come..

this is the one u made....-->
<iframe FRAMEBORDER="0" BORDER="0" width="242"
height="335" src="http://www.geocities.com/nic_mic62/note.htm"
name="justsomestuff" allowtransparency="true" style="FILTER: chroma (color=40FF40); scrolling:auto; position:absolute; left:15px; top:490px"></iframe>

the one i duplicated for another i frame... --->
<iframe FRAMEBORDER="0" BORDER=0 width="485" height="335" src="http://www.geocities.com/nic_mic62/blog.htm"
name="evenmorestuff" allowtransparency="true" style="FILTER: chroma (color=40FF40)" scrolling=auto; position:absolute; left:270px; top:490px"></iframe>

after previewing it the first iframe was fine but the 2nd one showed up below it instead of beside it.

pb&j
05-22-2004, 06:37 AM
the ending of your second attempt has an error in it...

chroma (color=40FF40); scrolling=auto;

nicmic62
05-22-2004, 07:38 AM
thanks so much...it so helps ! i luv u guys..im new so it makes such a different when somebody helps you.

pb&j
05-22-2004, 03:25 PM
no prob.
everyone is new at one time.