Thread: css positioning
View Single Post
  #4  
Old 09-02-2009, 02:04 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: css positioning

also if you call the image with an absolute path using http in the css instead of a relative path IE will bug out and say 'some items on this apge are not secure' when using HTTPS.

you can always call images in the skin1/images folder with just this.

background:url(images/imageName.jpg);
__________________
xcart 5.1.2
Reply With Quote