CSS Background-image not loading when using absolute URL -


i've implemented our company's signature in website's footer: http://www.moteljoanne.com/

i'm using code it:

css

a.logodsi {     display: block;     width: 115px;     height: 20px;     background-image: url('http://www.groupedsi.com/images/realise-par/logodsi_rect-pale.png');     background-position: 0% 0%;     text-indent: -999999px;     margin: 14px 10px 9px 10px; }  a.logodsi:hover {     background-position: 0% -100%; } 

html

<a id="logoedream" href="http://www.edreamweb.com" title="edream | services d'hébergement - ecommerce - développement mobile" target="_blank"><span>edream</span></a> 

the problem works fine on pc , mac when access website ipod, ipad or iphone logo doesn't show. change image path relative path image appears... normal ? there way can use absolute path www.groupedsi.com show on mobile devices ?

thanks !

using safari 5.0.3 windows on desktop, couldn't see logo on home page either, though safari 5.1.7, could. safari up-to-date on ipod?


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -