» 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
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.
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
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
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
try wvm, and try to make it transparent using that technique
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..
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 [/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!!
Last edited by Refresh/Reload (2007-09-24 02:29:14)
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
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
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! [/b]
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 but still applicable to some iframes like cbox
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
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....
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
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
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..............
thx 4 share,,,,,,,,,,,,,
nice tread,.
» 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