Social

Twitter  YouTube  Feed  Email
Tuesday, September 07

Blog


CSS

Hook your DotNetNuke Skins

In this article I want to share some ideas with you about making a DotNetNuke skin more CSS friendly. We will actually get the "CSS Selectable Pages" idea and extend it... quite a lot. What ... 

CSS Selectable Pages

Consider the following scenario. We have a portal with decades or hundreds of pages. Some of those pages include content that needs special styles to look good. Inline CSS is not an option as we talk ... 

CSS Specificity

I had a quick chat with a friend who was trying to override some CSS styles so he can change the look and feel of the Telerik menu for DNN and I thought to post some useful information that many other... 

DotNetNuke CSS Hierarchy

If you ever tried to view the source code when a DotNetNuke page is loaded in the browser, you probably noticed that there are several CSS files attached in the head area. In this article we'll try to...