分类分类
关注+2009-05-29作者:
在asp.net中,有的时候要动态变换CSS,比如有的时候做个性化页面,可以这样做
<head> <link id="MyStyleSheet" rel="stylesheet" type="text/css" runat="server" /> </head> |
之后,在要更换CSS的页面中,使用如下代码
Sub Page_Load(Sender As Object, E As EventArgs) If Not (IsPostBack) MyStyleSheet.Attributes.Add("href","/css/flostyle.css") End If |
相关文章
更多+相同厂商
热门推荐
点击查看更多
点击查看更多
点击查看更多
说两句网友评论