Hi everybody,
I hope you're having a good day.

I'm working on this:
http://kosmonot.bl1nd.com/clockwork/test_layout_016.html

i use a lot of background images from an imported style sheet using 
@import.
everything is all right but that i have to supply the complete path to 
the image in my style sheet like this

background-image: url(http://kosmonot.bl1nd.com/clockwork/i/fringe.gif);

if i do this

background-image: url(i/fringe.gif);

it does not find the image.

i looked around on some web site like zeldman.com
<style type="text/css" media="all">@import 
"http://zeldman.com/c/c06.css";;</style>
background: #ddb url(/i04/holder.gif) top center repeat-y;

or alistapart

<style type="text/css">
@import url(/css/222.css);
</style>
   background: url(/pix/ishbug.gif) top left no-repeat;

and if i try mimic it does not work.

i always have to supply the full path from inside my style sheet, which 
make it a bit annoying as i have to replace every path every time i 
want to test from local to online.
it would save me a few bytes as well.

it might be very simple but at the moment i feel blind to simplicity.

any idea?

thanks a lot.

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to