为什么dreamweaver设计视图可以看到图片,浏览器中预览就不显示图片呢,图片路径没问题啊。求解救!!!- <html>
- <head>
- <style type="text/css">
- body{
- margin:0px;
- padding:0px;
- font-size:12px;
- background-color:#016aa9;
- overflow:hidden;
- text-align:center
- }
- #container{
- width:980px;
- }
- #login{
- background-image:url(image/1.gif);
- width:978px;
- height:419px;
-
- }
- </style>
- </head>
- <body>
- <div id="container">
- <div id="login">
- </div>
- </div>
- </body>
- </html>
复制代码 |