I have recently been working on building up a template collection as a base from which I can develop any site. I have finished off the Liquid layout templates and have decided to include them on my site under the tab layout at the top of the page.
Have a look for yourself at HTML/CSS Liquid [...]
CSS's archives
HTML/CSS Liquid Layout Templates
Sliding Menu Revisited
A need to start off by thanking Heather who very kindly reworked the Sexy Sliding Menu to work from the left hand side and here it is.
code
html
There arent many changes here from the original in fact the only change within the HTML was to move the tab after the tab content region so as to [...]
Fancy Sliding Tab Menu using script.aculo.us
Well I’ve been at it again looking at new ways in which I can make good use script.aculo.us effects. I started by looking at the accordion this time and ways in which it can be developed to produce different results. The most common example that I knew of was the Rico accordion, so [...]
Continue reading " Fancy Sliding Tab Menu using script.aculo.us "
Masking a Flash Movie in HTML using a DIV
This is not something that is required in day to day development, but nether the less is definitely handy to know.
Due to the nature of embedded flash it does not seem possible to “mask” it using an overflow hidden on a containing DIV. This however is not the case.
By simply adding the following parameters [...]
Continue reading " Masking a Flash Movie in HTML using a DIV "
A CSS sticky footer
Whilst browsing the internet today I came across a good article detailing how to create a "A CSS Sticky Footer". Everyone has tried this at some point or other with varying levels of success, however, Ryan Fait’s effort at RyanFait.com is one of the best I have seen. I do worry how this example will [...]

