MarkWebGuru


New Member
Posts: 12
Posted: 06/29/2007 07:29 PM
Last Edit:
Hey Vasilis,
What solution would you recommend? Have a home page and I’m putting borders around the class .leftpane, rightpane and contentpane. For the rest of the pages I don’t want the borders. How would you tackle this?
Kindest Regards,
~Mark 
Vasilis


Yellow Member
Posts: 315
Posted: 06/30/2007 05:42 AM
Last Edit:
Hey Mark,
You need different page skins with different CSS classes for your panes.
So for example you can have a "home" page skin with .leftpane1, .contentpane1, .rightpane1 and an "inner" page skin with .leftpane2, .contentpane2, rightpane2.
Then in you skin.css is easy to apply different styles for the panes in the "home" and "inner" page skins.
Cheers,
Vasilis
MarkWebGuru


New Member
Posts: 12
Posted: 07/06/2007 07:32 PM
Last Edit:
Hey Vasilis,
Sorry for not replying earlier. I didn’t receive an alert. Anyways, so you wouldn’t do anything with JavaScript? Just have a completely different .ascx page with those CSS classes? And this can be packaged in one skin…
Thanks again for your advice
Kindest Regards,
~Mark 