PDA

View Full Version : Transparent Code For Firefox



mapowell1234
02-12-2006, 10:38 AM
What is the Transparent Code For Firefox

tekni
02-12-2006, 10:55 AM
What, a css code?

omgDAN!
02-12-2006, 11:00 AM
he means like in Internet Explorer you can put background="transparent" or whatever.

mapowell1234
02-12-2006, 06:07 PM
Does anyone know it

tekni
02-12-2006, 06:07 PM
You still havn't explained yourself properly and therefore we cannot give you what you want.

Mentor
02-12-2006, 06:22 PM
just to make something transparent, firefox actualy uses the proper W3 valid attribute

opacity: 0.8;

1 = opake
0 = invsiable
you can vary the number inbetween say 0.25 would be valid.

mapowell1234
02-12-2006, 06:23 PM
like in Internet Explorer you can put background="transparent"

Nether$
02-12-2006, 06:55 PM
HTML 5.0 supports: IE 5+, Mozilla, Opera and more
If you are using frames:

apply this to the frame: allowTransparency scrolling="yes"

e.g.

<IFRAME
name=iframe src="iframe.htm"
frameBorder=0 width=433 height=324 allowTransparency scrolling="yes">

Then on the page inside the frame put this in the css of the page (try not to use a refrance for this as it will reduce supportage)



<STYLE type=text/css>

BODY {
BACKGROUND-COLOR: transparent
}
HTML {
BACKGROUND-COLOR: transparent
}
</STYLE>

Want to hide these adverts? Register an account for free!