Streetdaddy
Programmer
Im using CSS to display a repeating background, but the image doesn't always render on the page? I have to scroll or resize the window for the background image to appear! Has anyone had to deal with this problem before?
Miles
busymiles@lan-house.net
Code:
<style type="text/css">
<!--
body { background-attachment: fixed; background-image: url(images/contentleftback.gif); background-repeat: repeat-x; background-position: left top}
-->
</style>
busymiles@lan-house.net