web控件是否支持樣式表(css)呢?
支持,所有的web控件都從基類system.web.ui.webcontrols.webcontrol中繼承了一個(gè)叫做cssclass的屬性。
示例源代碼:
<html>
<head>
<style>
.input { font: 10pt verdana; color: red; }
</style>
</head>
<body>
<form runat="server">
<asp:textbox cssclass="input" runat="server" />
</form>
</body>
</html>
新聞熱點(diǎn)
疑難解答
圖片精選