日期:2014-05-19  浏览次数:20399 次

如何用html写一个table里背景图片不重复呢
查了些资料说background   用no_repeat   但是哪里都没有介绍怎么用的,试了很多格式页不对,拜托那位给我写一个语句谢谢了。

------解决方案--------------------
<body style= "BACKGROUND-POSITION: right bottom; BACKGROUND-REPEAT: no-repeat " bgProperties= "fixed " background= "../../img/notify.jpg " MS_POSITIONING= "GridLayout ">
这个是页面的背景图片不重复
------解决方案--------------------
<table style= "background-repeat:no-repeat " >