July 1998
Intermediate to advanced
1456 pages
65h 5m
English
LOWSRC — NN 3 IE 4 HTML n/a
LOWSRC=”URL"Optional
Both Navigator and Internet Explorer recognize the fact that not
everyone has a fast Internet connection and that high-resolution
images can take a long time to download to the client. To fill the
void, the LOWSRC attribute lets the author specify
a URL of a lower-resolution (or alternate) image to download into the
document space first. The LOWSRC image should be
the same pixel size as the primary SRC image.
<IMG SRC="navbar.jpg" LOWSRC="navbarBW.jpg" HEIGHT=60 WIDTH=300>
Any valid URL, including complete and relative URLs.
None.
[window.]document.imageName.lowsrc
[window.]document.images[i].lowsrc
[window.]document.imageName.lowsrc
[window.]document.images[i].lowsrc
Read now
Unlock full access