Home

This skin comes with 3 variations:

  • One pane
  • Two pane
  • Two pane with sub menu

We have also included the code so that you can create your own variations on these skins in 1, 2, 3 and even 4 column layouts.

The skin also comes with 6 containers:

  • h1 title gradient
  • h1 title
  • h2 title
  • h2 title gradient
  • h3 title
  • transparent no title

And a print stylesheet so that users can print out the pages easily.

DNN Administration

When you log in as the administrator, the admin control panel is displayed at the bottom of the skin, rather than the top. The host and admin menus are displayed in a list on the right side of the skin.

Welcome to Lazy Days!

This template has been converted to DotNetNuke by DNN Creative Magazine. The original design is by Pat Heard from Fullahead

Click here to download the skin.

This template is exceptionally easy to customize using re-useable CSS classes. The template quickly and easily allows for one, two, three or even four column layouts. This is done with simple CSS classes that can be used over and over again. The template itself is valid XTHML 1.0 transitional and almost valid CSS. The almost is added in there because CSS expressions were used. You can read more about that here.

This template doesn't use fixed columns. With a few simple CSS classes you can quickly change the appearance.

Since this template is fluid width and the font sizes are defined relatively, you can change font size without breaking the layout. The fluid width also means that people with higher resolutions aren't constrained.

Total size of the images used is just under 25 kb, so that's good news to all the dial-up users. The code behind the template is semantically written which means that it is widely supported. As for the browsers, it displays consistently in the usual suspects:

  • Firefox
  • Opera
  • Netscape
  • Internet Explorer
  • Safari

Coding

Image Alignment and The Header

DNN Creative Magazine Images are fully supported using the floatLeft and floatRight classes. Just apply one of them to the image you want to position. Images that have link tags around them will also have a nifty rollover effect, as long as you're using a standards complients browser. If you're not, well then no rollover effect for you.

The site header images are two slices and a repeated background. Using the same approach, and a little bit of photoshop, you should be able to easily replace them. However, since they were created by Pat Heard, you're welcome to use them in any projects you might like.

The Footer

A variation on the footerStickAlt technique is used to force the site footer to the bottom of the page if there isn't enough content to push it down. This means your template will always look tidy and you won't have to worry about a lonely footer, hanging out halfway up your page.

Readability using Maximum Width

To improve readability of this template (since it is fluid), the width is capped at 1000 pixels. This seems like a pretty reasonable thing to do and that's why CSS has thoughtfully included the max-width property. Unfortunately, IE decided it didn't need no stinkin' max-width, so a CSS expression was needed.

A CSS expression is like a snippet of javascript code that runs in your style sheet. It's invalid CSS, but only IE pays any attention to it.

If you're concerned about having valid CSS, take out the expression. It won't ruin the template in IE, it just means that the content will expand to 100% of the screen width. All other browsers will behave.