Den här webbplatsen har begränsad funktionalitet medan vi utför underhåll för att förbättra din upplevelse. Om en artikel inte löser ditt problem och du vill ställa en fråga har vi vår gemenskap som väntar på att hjälpa dig på @FirefoxSupport på Twitter, /r/firefox på Reddit.

Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

what code line is used in script css to display an image

  • 1 svar
  • 13 har detta problem
  • 3 visningar
  • Senaste svar av cor-el

more options

In script-css this works IE but not in FireFox....????

background: url("C:/xxWeb/_www_xxx/xxxmipp/xxxmipp_images/Opn_45dnRight_w16xL16.gif") no-repeat rgb(221, 221, 221); height:16px; width:64px;

can you give me code line that is right

In script-css this works IE but not in FireFox....???? background: url("C:/xxWeb/_www_xxx/xxxmipp/xxxmipp_images/Opn_45dnRight_w16xL16.gif") no-repeat rgb(221, 221, 221); height:16px; width:64px; can you give me code line that is right

Alla svar (1)

more options

You can't access local files from a web page for security reasons and if you do then you need to use file:///c:/xxx

You can see the correct link if you open the image via File > Open File.