LunaLovegood
04-12-2004, 07:39 PM
How do I make the white part transparent? See link: My site (http://www.geocities.com/broken_hope16/)
|
View Full Version : How do I make this transparent LunaLovegood 04-12-2004, 07:39 PM How do I make the white part transparent? See link: My site (http://www.geocities.com/broken_hope16/) bourdelson 04-12-2004, 07:42 PM Take background-color:#FFFFFF; out of your div tag, and it should be transparent. :) LunaLovegood 04-12-2004, 09:17 PM ok! I'll go try that now, thanks for the tip! :) bourdelson 04-12-2004, 09:18 PM You're welcome. ;) LunaLovegood 04-12-2004, 09:22 PM ok it worked! do you know anyway that I could still have a background, but still have it like 50% transparent? I want to see what that looks like. MaGiCSuN 04-12-2004, 09:24 PM add this to your <div>: style="filter: alpha(opacity=50);" however this will make everything translucent, including the text. If you only want the background translucent then you have to make it 'faded' in a graphic program :) Love, Mirna bourdelson 04-12-2004, 09:24 PM To your div tag, add: filter: alpha(opacity=50); and that should do it. :) Edit: Mirna beat me. ;) LunaLovegood 04-12-2004, 09:28 PM alright, off to test! Thanks you two! :) |