Kevin
-
1/26/2009 4:49:12 AM
WebPart css problems when in design mode
Hi,
I'm have a problem with the styling of webparts and webpart zones in design mode. The problem is that styles applied to containers around webparts are being applied to the webpart "widget". So, as a very basic example, say I have the following...
<h1><cc1:CMSWebPartZone ID="zoneHeader" runat="server" /></h1>
When you view this is Design mode, the webpartzone "widget" has the same styling as the H1 tag. My thoughts on how to solve this are to include styles in each sites CSS forcing the webpartzone styles (.WebPartHeader .WebPartBorder etc) back to default.
Has anyone else found this problem and/or a solution?
Thanks, Kevin.
|