Fungovanie tejto stránky je z dôvodu údržby dočasne obmedzené. Ak článok nevyrieši váš problém a chcete položiť otázku, napíšte našej komunite podpory na Twitter @FirefoxSupport alebo Reddit /r/firefox.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

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

  • 1 odpoveď
  • 13 má tento problém
  • 3 zobrazenia
  • Posledná odpoveď od 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

Všetky odpovede (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.