J
jc
RE: DIV background-repeat background-image?
Sorry I know this is more an HTML question, but thought you guys might
know.
I'm trying to use style background repeat with DIV to get a shadow
effect by repeating an image. I've seen people do this with TABLE, but
I don't want to use table. Possible?
The below results in nothing showing up. what am I doing wrong? I've
tried placing text in the DIV as well.
<div style="height:5px;width:800px;background-repeat:repeat-x;
background-image:'App_Themes/xxxxImages/top_bg_shadow.gif'" >
</div>
Thanks for any help or information.
Sorry I know this is more an HTML question, but thought you guys might
know.
I'm trying to use style background repeat with DIV to get a shadow
effect by repeating an image. I've seen people do this with TABLE, but
I don't want to use table. Possible?
The below results in nothing showing up. what am I doing wrong? I've
tried placing text in the DIV as well.
<div style="height:5px;width:800px;background-repeat:repeat-x;
background-image:'App_Themes/xxxxImages/top_bg_shadow.gif'" >
</div>
Thanks for any help or information.