Thread: Absolute path
View Single Post
  #1 (permalink)  
Old 06-19-09, 06:39 AM
jp50 jp50 is offline
Newbie Coder
 
Join Date: Dec 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Absolute path

Hi to all,
After a quick , unsuccesful search about my problem I decided to ask you guys to help me.I'm using absolute path for the images like
Quote:
/img_folder/img.png
and it works fine in IE and Mozilla but not in Safari. If I change the absolute path in
Quote:
C:/site-root/mysite/img_folder/img.png
then it works in IE,Safari but not in Mozilla.The question is: is there a way for an absolute path that is supported by the major browsers?
Thanks
Reply With Quote