Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

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

  • 1 antwurd
  • 13 hawwe dit probleem
  • 3 werjeftes
  • Lêste antwurd fan 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

Alle antwurden (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.