Problem using Webpartzone and CssClass

G

Guest

Hi,
I try to customize the style of my Webparts with a CSS Stylesheet. Therefore
I define a CSS File and define some CSS Classes.
Now a problem occurs. Some of the classes have no effect on the Webparts in
the zone. The PartStyle works. But the CssClass of the style
PartMenuPopUpStyle has no effect. If I use the properties of the style (
BorderColor etc.), I can customize the style of the webpart.
<asp:WebPartZone ...>
....
<PartStyle CssClass="PartStyle"/>
<MenuPopUpStyle CssClass="PartMenuPopUpStyle"/> <!-- This does not work -->
<MenuPopUpStyle BorderColor="Navy" ../> <!-- This works fine -->
....
</aspWebPartZone>

I'm using ASP.NET 2.0 ( Beta 2 ).
Why the CssClass Property doesn't work?

Thanks,

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,733
Messages
2,569,440
Members
44,830
Latest member
ZADIva7383

Latest Threads

Top