leftside cssclass custom selector will not render

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
8/28/2012 8:56:52 AM
Gravatar
Total Posts 199

leftside cssclass custom selector will not render

I would like to have a different css class for my internal left side, but when changing the class name on the control it will not render the new class name on the page.

I am using mojo 2.3.9.0 and I am also using a separate skin for home and internal with the internal having a top pane.

BEFORE

<asp:Panel id="divLeft" runat="server" cssclass="leftside" visible="True" SkinID="pnlPlain">

AFTER

<asp:Panel id="divLeft" runat="server" cssclass="leftside-internal" visible="True" SkinID="pnlPlain">

Thanks

8/28/2012 9:15:29 AM
Gravatar
Total Posts 18439

Re: leftside cssclass custom selector will not render

Hi,

There is a new way you can control those classes. Rather than answer here I've just updated the article How the Main Column Layout Works with a new section at the bottom "What If I Need Different Class Names for the Column Layout?"

Hope that helps,

Joe

8/28/2012 9:47:14 AM
Gravatar
Total Posts 199

Re: leftside cssclass custom selector will not render

Thanks Joe, That worked perfectly!

You must sign in to post in the forums. This thread is closed to new posts.