当前位置: 首页 > 图文教程 > 网页制作 > 心得技巧 > 网页图片快速显示的方法和技巧

心得技巧
在线完成线框图制作的几个网站
网页交互设计参考:漂亮的网页登陆表单设计实例
设计思想:漫话产品设计
设计观点:设计一个让用户感觉过瘾的作品
网页设计参考:25个漂亮的blog评论区设计
设计参考:70个璀璨的博客footer区设计
设计参考:个性风格精致背景的Blog设计实例
饱和度非常高的鲜艳颜色在网页设计中的运用实例
网页设计参考:50个杂志类网站设计实例
WEBJX收集47个漂亮的德国网页设计实例
50个专业的web设计外包公司/个人的网站设计实例
Webjx收集25个新颖活泼的基督教网站设计实例
日本雅虎(Yahoo JP!)的时尚频道设计
电子商务网站:用创意打败萧条(上)
电子商务网站:用创意打败萧条(中)
UE实践笔记:敏捷人种志研究
保持视觉设计一致性是一种良好的用户体验
用户体验设计:精简复杂操作过程的界面设计
设计灵感:40个国外潮流的纹理网站设计实例
设计理论:网页图片区域的版式设计技巧

心得技巧 中的 网页图片快速显示的方法和技巧


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-10-10   浏览: 47 ::
收藏到网摘: n/a

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的图片标签。

网页图片快速显示的方法和技巧_软晨学习网ruanchen.com整理 

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代替这些内容。