Welcome Guest, Not a member yet? Register   Sign In
Background image in CSS - How to use base_url() in a CSS file
#2

[eluser]danmontgomery[/eluser]
You should have an images folder in your css folder. All images in CSS are relative to the CSS file, so in that case you could always just use:

Code:
background: url(images/background.jpg) 0 0 repeat-x;


Messages In This Thread
Background image in CSS - How to use base_url() in a CSS file - by El Forum - 03-05-2010, 04:21 PM



Theme © iAndrew 2016 - Forum software by © MyBB