Hi,
I'm trying to display a repeating background-image in either a style-sheet, or a div, (or both). However neither will display my image.
Code is :
.head11{text-decoration:none; font-family:times new roman; font-size:20px; font-weight:normal; color:#000077;
background-image:logo.gif; background-repeat: horizontal; }
and
<div id="priceswindow" style="position: relative; width: 300px; height: 540px; top:18px; overflow: auto; border-width: 1px; border-style: solid; border-color: black; background-image: logo.gif;">
Ideally I'd like to be able to use both methods.
Thanks,
Pinpoint
I'm trying to display a repeating background-image in either a style-sheet, or a div, (or both). However neither will display my image.
Code is :
.head11{text-decoration:none; font-family:times new roman; font-size:20px; font-weight:normal; color:#000077;
background-image:logo.gif; background-repeat: horizontal; }
and
<div id="priceswindow" style="position: relative; width: 300px; height: 540px; top:18px; overflow: auto; border-width: 1px; border-style: solid; border-color: black; background-image: logo.gif;">
Ideally I'd like to be able to use both methods.
Thanks,
Pinpoint