Hi,
I am making a website and I am making a scrollable DIV tag. I need the background to stay fixed but having problems with different Browsers. If I make the background-attachment: fixed then firefox and others don't have a background. If I make the background-attachment: scroll, IE and FireFox have a backgound but in IE it scrolls.
Code:
<div class="bluecell" style="height:71px; width:221px; overflow:auto;>
in the CSS file...
.bluecell{background-image: url(images/index_13.jpg); background-attachment: scroll; background-position: left top; }
Help Please,
Peter
I am making a website and I am making a scrollable DIV tag. I need the background to stay fixed but having problems with different Browsers. If I make the background-attachment: fixed then firefox and others don't have a background. If I make the background-attachment: scroll, IE and FireFox have a backgound but in IE it scrolls.
Code:
<div class="bluecell" style="height:71px; width:221px; overflow:auto;>
in the CSS file...
.bluecell{background-image: url(images/index_13.jpg); background-attachment: scroll; background-position: left top; }
Help Please,
Peter






