Author Archives:
CSS Clip
The CSS clip property is one of the least understood CSS properties, andtherefore one of the least used.
For a start clip only works on absolutely positioned elements, so if you plan on using it you will need to make a mental note of this when thinking about page layout. It works by only showing a [...]
Easy Slider and YouTube embeds
One of my favourite javascript sliders is CSS Globe’s Easy Slider. It is easy to implement, can hold any sort of content, and displays nicely when JavaScript is turned off.
The only problem arises when YouTube videos are embedded in the slider. For the purposes of this article I am using a bit of text with [...]