Well firstly I was having a problem with CSS because it made images loose their transparency, so my rounded edge box did not look great. I wondered if this is just a problem that doesn't go away or if there is a way to sort CSS to make it load transparent gifs.
The second problem I was having was with getting the background image to be 100% of the size of the browsers window. So far I have this but the height and width do not work. How do I do that?
I need the whole image to be as the background not just part of it so I cannot just make it massive and it needs to expand when the user adjusts the window.
I hope someone can help. Thanks.
The second problem I was having was with getting the background image to be 100% of the size of the browsers window. So far I have this but the height and width do not work. How do I do that?
| Code: |
| {
background-image: url('http://www.mysiteimage....'); background-repeat:no-repeat; width:100%; height:100%; background-position: top center } |
I need the whole image to be as the background not just part of it so I cannot just make it massive and it needs to expand when the user adjusts the window.
I hope someone can help. Thanks.
