Wednesday 13 August 2003 3:08:00 pm
The URL for back background image is relative to the stylesheet. So if you directory structure looks like
docroot/design/blah/stylesheets docroot/design/blah/images you need either
input.greenbtn{
BACKGROUND: #CEE69C url(../images/seach_btn_dots_09.gif) no-repeat 5px 1px; }
input.greenbtn{literal}{{/literal}
BACKGROUND: #CEE69C url({"images/seach_btn_dots_09.gif"|ezdesign}) no-repeat 5px 1px; {literal}}{/literal}
Hope this helps
Cheers
Bruce designIT
My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish
|