Log in

View Full Version : Resolved CSS help Needed



tgallagher26
03-27-2009, 03:41 PM
So here is the LINK (http://kywordpro.com) to my site.
Please look at the site first to understand my question.

This is the code I m using for the main box.


#main
{
background:white;
width: 500px;
valign:center;
align:center;
filter:alpha(opacity=70);
padding: 0;
margin: 0;
position: relative;
top: 100px;
bottom: 100px;
overflow: auto;
}


I cant figure out how to get just the background to be semi transparent.
Instead my image and form are transparent too. I just want the backgroun to be transparent.

Can anyone help?

Tim...

Nile
03-27-2009, 04:23 PM
Take a look at this (http://css-tricks.com/rgba-browser-support/).

Good luck!

tgallagher26
03-27-2009, 06:00 PM
Thanks Nile I did just decided to use a partial transparent image instead since it should work regardless of browser type.

Tim..

Nile
03-27-2009, 06:12 PM
Glad to help you! Your welcome!