为啥在VB2008里面form的背景图片不显示那
我是在属性窗口中的style-背景-background-image,通过浏览app_data文件夹中的图片,加载的背景图片<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.
<html xmlns="http://www.
<head runat="server">
<title>无标题</title>
</head>
<body style ="text-align :center ">
<form id="form1" runat="server"
style ="width: 1024px; height: 626px; text-align: left; background-image: url('App_Data/db.jpg'); background-color: #6666FF;"
method="post" >
</form>
</body>
</html>