本文介绍了在asp.net中设置Web表单的背景的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
先生,我该如何在c#asp.net 2.0中设置Web表单的背景?
sir how can i set the background of my webform in c# asp.net 2.0
推荐答案
div#PageWrapper
{
background-color: #000;
background-image: url('../images/darker_wood_1600x1200.jpg');
background-attachment: scroll;
background-repeat: repeat-x;
}
这篇关于在asp.net中设置Web表单的背景的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!