Background not working for a div as it should

denky

New Member
I have a strange problem with paths, this one works (on Windows):\[code\]<div style="background:url('folder1/image.gif')...\[/code\]But this one won't work (no image shows up):\[code\]<div style="background:url('/folder1/image.gif')...\[/code\]Still this page says exactly the opposite (not the first but the second version should work): Background not working for a divAnybody knowing what the reason might be?
 
Back
Top