View Single Post
  #2 (permalink)  
Old 08-04-2007, 11:27 AM
stargate stargate is offline
Senior Member
 
Join Date: Apr 2007
Posts: 347
Default

Erm? If that's an image element that has a class of "image-001" then you don't need to supply a URL provided you use the SRC attribute and the image is *content* (article image). If that's just another element, then use the background-image property like so..

background-image:url(foo.jpg);
Reply With Quote