DIV background-repeat background-image for shadowing effect

J

jc

RE: DIV background-repeat background-image?

I can't seem to find or open my original post.

Anyways, I'm trying to use style background repeat with DIV to get a
shadow effect. I've seen people do this with Table, but I don't want
to use table.

The below results in nothing showing up. what am I doing wrong?


<div style="height:5px;width:800px;background-repeat:repeat-x;
background-image:'App_Themes/xxxxImages/top_bg_shadow.gif'" >
</div>
 
N

Neredbojias

RE: DIV background-repeat background-image?

I can't seem to find or open my original post.

Anyways, I'm trying to use style background repeat with DIV to get a
shadow effect. I've seen people do this with Table, but I don't want
to use table.

The below results in nothing showing up. what am I doing wrong?


<div style="height:5px;width:800px;background-repeat:repeat-x;
background-image:'App_Themes/xxxxImages/top_bg_shadow.gif'" >
</div>

Here's an example from the css specifications:

body { background-image: url("marble.png") }
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,734
Messages
2,569,441
Members
44,832
Latest member
GlennSmall

Latest Threads

Top