Hello,
I have this problem: have my div with wrapper id, want it to expand width, height 100%, but for some reason it is not expanding in height. it contains image that i want to use as a top background in this site
http://idaderko.netai. net
now it has blue background, wrapper div contains another image that goes on the top, but i need wrapper to be on 100& height
here is css code for that div:
I have this problem: have my div with wrapper id, want it to expand width, height 100%, but for some reason it is not expanding in height. it contains image that i want to use as a top background in this site
http://idaderko.netai. net
now it has blue background, wrapper div contains another image that goes on the top, but i need wrapper to be on 100& height
here is css code for that div:
Code:
#wrapper { background-image: url(images/bg-top.jpg); background-repeat: repeat-x; min-height: 100%; }
Comment