Hi Lynn,
I haven't created any videos on how to create the Red Leaf skin yet, but they are planned. - Hopefully will get started on them and release something for the next issue. - While also continuing the
How to build a DotNetNuke website series.
The tutorials in
issue 7 though provide a good grounding for information you need to know with regards to creating the CSS skin, such as
creating XHTML compliant code, working in standards mode,
using the Housemenu,
setting up text resizing and one of the most important -
testing a DNN skinI needed to create these tutorials first so that when I start on the CSS skin tutorial I can refer back to those tutorials without having to explain in detail the principles behind text resizing etc.
The CSS hacks went into a separate file to keep the skin.css file clean and to make it easier to manage the hacks in the future if any tweaks need to be made for new browsers - eg. IE7 - I have tested the skin in IE7beta2 and it works ok so far.
Regarding what hacks to use, I kept it to an absolute minimum, basically if I came across a layout problem, I would try to find an alternative way of coding the CSS rather than creating a hack. - After looking at alternate methods I would then look at hacks. - You have to be very careful now which hacks you use as some of them are no longer compliant with IE7beta.
The hack that has been used is the box model hack as that just affects IE5 and all other browsers ignore it.
I blogged about my progress as I was creating the skin which provides further info. (Check dates from Jan31st and before)
The print.css file is a separate file as this is required to create a separate layout. - eg. The print.css file removes the menu - have a look at the code for how I did this.
Dynamic horizontal menu: - Will be an interesting experiment, so far I haven't had that much success with the dynamic versions. - The examples for instance that come with HouseMenu at present don't work with IE7beta2. - Also if you are thinking in terms of useability / accessibility from now on I am going to avoid the dynamic menu type after listening to a podcast who pointed out -
"Think about the elderly trying to navigate through a dynamic menu who have arthritus - it wasn't until I witnessed it when I realised they really struggled to use this type of menu."
Future experiments will be creating a horizontal header menu with the submenus either displayed below it horizontally or vertically on the left hand side. - This is what I eventually want to implement on DNN Creative as a pure CSS skin.
I haven't looked at Listomatic, do you have a particular look you wish to create, do you have any links for Listomatic?
- Yes the email sounds typical! - I suspect it happened after you unsubscribed from the newsletter by accident. - I tried to re-subscribe you but it wouldn't allow it as you clicked on the permanent unsubscribe.
If you want to keep up to date, I would subscribe to the
Newsletter or Issue RSS feed, this way you will be guaranteed to keep up to date with the latest releases.
Thanks,