forrester
-
2/2/2007 10:49:53 PM
Elements in Design tab inheriting CSS
Hi,
I am working with version 2.1. Is there a way to prevent the WebPart box and WebPartZone's (in Design Mode) from inheriting css styles that I have set for content that I add in the Page Mode?
Here is an example -
HTML: <div class="Horizontal"> <cc1:CMSWebPartZone ID="zoneCenter" runat="server" /> </div>
CSS: .Horizontal A { PADDING-RIGHT: 3px; DISPLAY: block; PADDING-LEFT: 3px; PADDING-BOTTOM: 2px; MARGIN: 0px; COLOR: #fff; PADDING-TOP: 2px; TEXT-DECORATION: none }
When I am in Design mode, I cannot see the configure, previous zone, etc. buttons because they are inheriting this style.
Thanks, forrester
|