Hello,
I am new to web design and I am planning on creating a website.
I am using Dreamweaver and Fireworks and I am having a little bit of a problem.
Take a look:
http://201.199.73.10
Questions:
1. The background color is an image, how can I make it to be dynamic to the users screen size?
2. How can I make the text at the top of the site to have the same background color according to where it is on the screen?
3. finally, how can I make the image on the middle of the window to have the same background color.
Thanks.
Here is the code for the background color:
<style type="text/css">
<!--
.style1 {color: #993333}
body {
background-image: url(Images/bk%20color.jpg);
background-position : center;
background-repeat: repeat-x;
background-attachment : fixed;
}
-->
</style></head>
|