• ARCHIVES 
  • » 1. First Give your iframe the allowtransparency="true" tag. 2. Make sure the source page's content has NO background color specified... not in the page itself, and not in any stylesheet linked to the

Pages: 1

1. First Give your iframe the allowtransparency="true" tag. 2. Make sure the source page's content has NO background color specified... not in the page itself, and not in any stylesheet linked to the

marfillaster
» FTalkAddict
FTalk Level: zero
300
0
1969-12-31

1. First Give your iframe the allowtransparency="true" tag. 2. Make sure the source page's content has NO background color specified... not in the page itself, and not in any stylesheet linked to the

1. First Give your iframe the allowtransparency="true" tag. 2. Make sure the source page's content has NO background color specified... not in the page itself, and not in any stylesheet linked to the page! This will make the body color pure white. 3. Add this to your iframe tag: style=filter: chroma(color="#FFFFFF"); Step 1 and 2 makes the iframe transparent in netscape/mozilla/firefox. As long as the page has no other background specified, the transparency works... but if you specify a background color, the transparency is lost. Step 3 makes it work in Internet explorer, IE's filter:chroma nukes the white background. That means you must make sure no other part of your page (or at least nothing in that iframe) has pure white, or it will be made invisible. That's pretty easy, if something is even slightly differently colored (for example #FFFFFD) then it won't be transparent. So the example code: <iframe src="anything.htm" frameborder="No" style="FILTER: chroma(color=#FFFFFF)" allowtransparency="true"> </iframe> And "anything.htm" must not have any bgcolor specified in its body tag, or in a style section, or in any CSS that it's linked to.
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: 1. First Give your iframe the allowtransparency="true" tag. 2. Make sure the source page's content has NO background color specified... not in the page itself, and not in any stylesheet linked to the

that's good for newbie...hehe :D :thumbsup:
dj_dhey
» FTalkFreak
FTalk Level: zero
1528
0
1969-12-31

Re: 1. First Give your iframe the allowtransparency="true" tag. 2. Make sure the source page's content has NO background color specified... not in the page itself, and not in any stylesheet linked to the

hm... i still didn't see the efect... would u put the example sir epe :thumbsup:
marfillaster
» FTalkAddict
FTalk Level: zero
300
0
1969-12-31

Re: 1. First Give your iframe the allowtransparency="true" tag. 2. Make sure the source page's content has NO background color specified... not in the page itself, and not in any stylesheet linked to the

lol, am not ephe :lol: try wvm, and try to make it transparent using that technique
lirpsmae
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: 1. First Give your iframe the allowtransparency="true" tag. 2. Make sure the source page's content has NO background color specified... not in the page itself, and not in any stylesheet linked to the

what is iframe.. i just wanna ask whats that thing they call crossover?? im newbie, sorry for my questions.. :penguin:
Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: 1. First Give your iframe the allowtransparency="true" tag. 2. Make sure the source page's content has NO background color specified... not in the page itself, and not in any stylesheet linked to the

[quote=dj_dhey]hm... i still didn't see the efect... would u put the example sir epe :thumbsup:[/quote] just make sure your main css and tracker.css body are both set to transparent... background: transparent; and to your tracker box too..(#tracker) and 'yes' to allow transparency in your js.. and don't use #FFFFFF as text or bkgd color at your box.. coz it is now to set for chroma in your js. =) Hi Bro!! :D

Last edited by Refresh/Reload (2007-09-24 02:29:14)

seiteki_cai
» n00b
FTalk Level: zero
68
0
1969-12-31

Re: 1. First Give your iframe the allowtransparency="true" tag. 2. Make sure the source page's content has NO background color specified... not in the page itself, and not in any stylesheet linked to the

what is ifraMe?sorry an a newbie.. :eh:
duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

Re: 1. First Give your iframe the allowtransparency="true" tag. 2. Make sure the source page's content has NO background color specified... not in the page itself, and not in any stylesheet linked to the

can anyone five a preview? :|
fando91
» FTalkManiac
FTalk Level: zero
862
0
1969-12-31

Re: 1. First Give your iframe the allowtransparency="true" tag. 2. Make sure the source page's content has NO background color specified... not in the page itself, and not in any stylesheet linked to the

[b]Lolers! good one ken! keep it up! then I can make my scrolling iframe friendlist transparent! :eh: :thumbsup: [/b]
Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

Re: 1. First Give your iframe the allowtransparency="true" tag. 2. Make sure the source page's content has NO background color specified... not in the page itself, and not in any stylesheet linked to the

[quote=ducheszv]can anyone five a preview? :|[/quote] The old WVM was a good example :eh: but still applicable to some iframes like cbox :eh:

Last edited by Ephemeral (2007-12-30 09:24:58)

sahabat.peterpan
» FTalkWhiz
FTalk Level: zero
2815
0
1969-12-31

Re: 1. First Give your iframe the allowtransparency="true" tag. 2. Make sure the source page's content has NO background color specified... not in the page itself, and not in any stylesheet linked to the

nice... =) :thumbsup:
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: 1. First Give your iframe the allowtransparency="true" tag. 2. Make sure the source page's content has NO background color specified... not in the page itself, and not in any stylesheet linked to the

I like this idea ken..im going to study your tutorial... it is very interesting ... @OT...where are you now buddy?...we miss you here.... =)
slashedkite
» FTalkManiac
FTalk Level: zero
973
0
1969-12-31

Re: 1. First Give your iframe the allowtransparency="true" tag. 2. Make sure the source page's content has NO background color specified... not in the page itself, and not in any stylesheet linked to the

nice tutorial sir marfilla.. ;) :thumbsup:
dimee
» FTalkGeek
FTalk Level: zero
1396
0
1969-12-31

Re: 1. First Give your iframe the allowtransparency="true" tag. 2. Make sure the source page's content has NO background color specified... not in the page itself, and not in any stylesheet linked to the

go0d for newbie like me..
ekhy_07
» FTalkAddict
FTalk Level: zero
499
0
1969-12-31

Re: 1. First Give your iframe the allowtransparency="true" tag. 2. Make sure the source page's content has NO background color specified... not in the page itself, and not in any stylesheet linked to the

that good 4 newbie..............:D:D thx 4 share,,,,,,,,,,,,, nice tread,.:thumbsup::thumbsup::thumbsup:
  • ARCHIVES 
  • » 1. First Give your iframe the allowtransparency="true" tag. 2. Make sure the source page's content has NO background color specified... not in the page itself, and not in any stylesheet linked to the

Pages: 1

Board footer

© 2024 F Talk

Current time is 03:42

[ 11 queries - 0.022 second ]
Privacy Policy