DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> WEB網站前端 >> 前端技巧 >> 網頁圖片快速顯示的方法和技巧
網頁圖片快速顯示的方法和技巧
編輯:前端技巧     

1. Use .gifs rather than .jpgs. GIFs are smaller in size when compared to JPGs.
1.用.gifs格式保存圖片,最好不要用.jpgs格式。因為前者的尺寸比後者小。
2.Use 'Height' and 'Width' tags for your images. So while page loading certain place is left for the images and visitor can go through the content while images are loading.
2.使用高度和寬度標簽設置圖片。這樣,網頁可以為圖片預留空間,在圖片下載的時候,訪問者可以浏覽網頁內容。
3.If you are using large images, slice them up and make them load as part after part. For this you can use img tags like HSPACE=0 and VSPACE=0.
3.如果使用內容大的圖片,把圖片進行分割,各個部分依次下載。在這種情況下,你可以使用HSPACE=0以及VSPACE=0的圖片標簽。
網頁圖片快速顯示的方法和技巧_jb51.net整理
Optimized image (gif format, sliced to two parts, with width and height tags, HSPACE=0 and VSPACE=0):優化後的圖片(gif格式、設置了寬度和高度、HSPACE=0以及VSPACE=0)
4. Use image compression software that reduce image size. Remember, the more you reduce your image size more will be the loss of quality.
4.運用圖片壓縮軟件,縮小圖片尺寸。記住:圖片尺寸越小,質量越差。你可以登入以下兩個網站,獲取相關的信息和軟件:
http://www.spinwave.com/index.html
http://www.macromedia.com/software/fireworks/
5.If you have lot of images to display, then put them on different pages by linking the pages like 'Next Image >' or something like that instead of a long page with 10 images.
5.如果需要展示的圖片數量很多,你可以使用鏈接網頁的方式,例如:“下一頁”,或者其它類似的內容。圖片要安排在不同的網頁上,不要把10張圖片放在一張網頁上。
6.Use same image over and over again if you need a similar image. Like if you are keeping a big header graphic on every page of your web site. Then use same graphic to link to all pages on your web site.
6.如果需要,可以反復使用一張圖片。比如說,你可以在所有網頁的頁眉部分設置同一張大圖片,利用這張圖片把網站所有網頁鏈接起來。
7.Flash presentations, mouse overs, animations etc increase page download time. So if you can use html instead of these, go with it.
7.Flash、mouse overs、動畫等內容,會增加網站的下載時間,因此,最好用html代替這些內容。
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved