Can you not target ASP.NET webform objects with CSS? like doing this:
Code:
.contentArea
{
width:50px;
height:50px;
border:solid;
position:relative;
}
<asp:Panel class="contentArea" runat="server">
What I am confused about is where do skins come into play in all of this? Do they not act like CSS selectors for ASP.NET webform objects too?
Thanks once again! :-)