Hi all, thanks on the last post, hope you can help with this too.
I'm trying to get an image to display in a box, and repeat all along the box (only a 1 pixel image). But for some reason its not being picked up.
my code is:
Code:
<body>
<div id="wrap">
<div id="innerwrap">
<div id="holding">
holding
</div>
</div>
</div>
</body>
Code:
#wrap{width:60em;height:43em;background:silver;margin:0 auto;text-align:left;
/*covers all in ie*/ padding-top:.1em;}
#innerwrap{ background-color:gray;margin:.5em;height:42em;}
#holding {background:#3F8BCA url("/img/topgradient.jpg") repeat-x scroll left top;}
I've tried to change the brackets to forward brackets, tried to and ", but nothing works, im sure the spelling etc is correct...
any help would be great
Kind regards
MG
|