网页图片快速显示的方法和技巧
互联网 发布时间:2008-10-17 19:58:37 作者:佚名
我要评论
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 th
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的图片标签。
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代替这些内容。
相关文章
- 网页图片显示不出来,主要有2个原因,一个是网络原因另外一个是我们电脑浏览器的设置问题,接下来采用排除法为大家详细介绍下如何解决此类问题,有类似情况的朋友可以了解2013-10-23
js特效--通过模仿腾讯手机网品牌展示,当鼠标划过图片显示列表信息,此效果可应用于手机网站的产品展示. "网聚重构设计"提供2010-04-20- 图片边框变换CSS Hover状态效果,代码如下: [html] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xh2009-07-11
- 滚轮鼠标现在已经是装机所必须的配置了,可能很多玩家认为滚轮的用处也就是在浏览网页或者是查看文件时候用于上下滚页而已,其实这仅仅是鼠标滚轮最为基础的运用而已,那2009-04-21
在IE流览器中正确显示PNG透明图片-CSS教程-网页制作-网页教学网
png图片有很好的品质。阴影效果也不会有杂边,很流畅。如果插入网页的话可以给网站内容增色不少!更重要的是在不增加图片容量大小的情况下提高了页面的图片的质量。对于2008-10-17- 在我们设计网页的时候,总会遇到一些不愉快的事情,最常见的莫过于在后台添加内容后才发现显示的页面被撑开,导致网页极度不美观。以前大家基本上都是设计表格,网上自然不2008-10-17
网页中的图片无法显示是怎么办 电脑网页图片无法显示解决办法(两种办法
我们在使用电脑浏览网页的时候是不是有碰到过网页不显示图片的时候呢?有的时候可能是因为电脑网速慢。所以加载图片不成功!而有的时候是因为有些地方需要设置。下面脚本之2016-03-30



最新评论