PDA

View Full Version : HTML TRANSPARENT Background?



Lemonwonder
31-08-2007, 10:55 PM
Hi.

I have made a transparent.gif in photoshop and set as a background for a webpage displayed in a frame... its not transparent.

How can I make it transparent?

Mashi
31-08-2007, 10:59 PM
Well I think it works if u save it as a PNG

.:Normal...
31-08-2007, 11:00 PM
Try the whole process again? Or try another uploader.. ?

Lemonwonder
31-08-2007, 11:20 PM
I uploaded it thru cpanel.... can any1 provide a link to a transparent image/code that workz?

Verrou
31-08-2007, 11:55 PM
Post it i'll do it for ya.

Flumples
01-09-2007, 12:34 AM
Hi.

I have made a transparent.gif in photoshop and set as a background for a webpage displayed in a frame... its not transparent.

How can I make it transparent?

I'm not entirely sure what you're trying to do, but you can try this...

By 'frame' you mean iframe, yeah?

Make sure you've set the iframe to allow transparency.


<iframe allowtransparency="true"></iframe>Also, make sure you haven't defined a colour as your iframe's background.

Jutnut
01-09-2007, 08:39 AM
or <iframe allowtransparency="yes"></iframe>

Lemonwonder
01-09-2007, 09:07 AM
<iframe src="Cpanel_Login.html" name="Cpanel Login" width="198" height="135" scrolling="no" frameborder="0"></iframe>

That rly is no help at all! (soory to be rude) but u dont say WHERE to stick that code.
Above is my code, and also, do i needa stick transparent background in again too?

L?KE
01-09-2007, 09:16 AM
Is the image actually transparent? :p

Lemonwonder
01-09-2007, 11:39 AM
I dnt mean to be rude but I aint a *******! Of course its transparent! (no its not just white!)

Decode
01-09-2007, 11:46 AM
Hi.

I have made a transparent.gif in photoshop and set as a background for a webpage displayed in a frame... its not transparent.

How can I make it transparent?
that wont make the frame transparrent, use this

add this 2 ur iframe code;

allowtransparency="true"
and this to the top of the page;

<style type="text/css"> body {background-color: transparent} </style>

:)

Sygon..
01-09-2007, 01:14 PM
css opacity 0

Lemonwonder
01-09-2007, 11:30 PM
thx u tom! +rep!

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