I'm looking thru the Minimal Extopy skin as I attempt to learn skininng...
In the Minimal Extropy index.ascx file it has this line:
<div id="ControlPanel" runat="server" /> and in the CSS file this line:.ControlPanel {background:transparent url(images/cpanel_center.png) repeat-x bottom left; border:none;padding-bottom:10px;}Why is .ControlPanel used instead of #ControlPanel. I though IDs were referenced with # and classes with a period.Thanks-rick