tgallagher26
03-23-2009, 01:38 PM
Ok so here (http://kywordpro.com/index.php) is my site.
I am using this code
#wrapper {
BACKGROUND-POSITION: center;
BACKGROUND-IMAGE: url('random_images/rotate.php');
MAX-WIDTH: 1600px;
MAX-HEIGHT: 1050px;
BACKGROUND-REPEAT: no-repeat;
margin: 10px auto;
OVERFLOW: hidden;
POSITION: relative;
HEIGHT: 100%;
width: 100%;
}
#content {
background:white;
filter:alpha(opacity=70); opacity:.70;
td filter:alpha(opacity=70); opacity:.70;
}
I have to problems I cant figure out.
First my background I want the width & height to be 95% of the page regardless of the window size.
Second I want just the background of the content to be see thru not my images and form.
Can anyone help me with this?
Tim..
I am using this code
#wrapper {
BACKGROUND-POSITION: center;
BACKGROUND-IMAGE: url('random_images/rotate.php');
MAX-WIDTH: 1600px;
MAX-HEIGHT: 1050px;
BACKGROUND-REPEAT: no-repeat;
margin: 10px auto;
OVERFLOW: hidden;
POSITION: relative;
HEIGHT: 100%;
width: 100%;
}
#content {
background:white;
filter:alpha(opacity=70); opacity:.70;
td filter:alpha(opacity=70); opacity:.70;
}
I have to problems I cant figure out.
First my background I want the width & height to be 95% of the page regardless of the window size.
Second I want just the background of the content to be see thru not my images and form.
Can anyone help me with this?
Tim..