Hi,
I'm using ASP.NET and I'm trying to customize my page with CSS with following the instruction in this page
https://www.wrensoft.com/zoom/support/css.html
My page has those lines
<form id="form1" runat="server">
<ZoomASPX:ASPXSearch id="ASPXSearch" runat="server" />
</form>
In my CSS, I added
.zoom_searchform { border: 1px dotted; background-color: #FFFF00; }
Why the CSS is not apply to my page? What am I missing?
Thanks.
I'm using ASP.NET and I'm trying to customize my page with CSS with following the instruction in this page
https://www.wrensoft.com/zoom/support/css.html
My page has those lines
<form id="form1" runat="server">
<ZoomASPX:ASPXSearch id="ASPXSearch" runat="server" />
</form>
In my CSS, I added
.zoom_searchform { border: 1px dotted; background-color: #FFFF00; }
Why the CSS is not apply to my page? What am I missing?
Thanks.
Comment