Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

Sunday, September 05, 2010

Sassy CSS

Just been made aware of this: http://sass-lang.com/

The examples on the site show how easy it would be to get immediate benefits from the Variables, Nesting, Mixins and Selector Inheritance.

Monday, April 05, 2010

Slot Machine Tabs

A nice downloadable example of 'slot machine' tabs using jQuery and CSS: http://css-tricks.com/slot-machine-tabs/

Thursday, July 23, 2009

CSS Selectors & Rule-Sets

I have never actually taken the time out to sit down and learn the structure of the CSS language, it is something I have just picked up and used what I need, when I need. Therefore, reading up on CSS Selectors and Rule-Sets has helped to pull the pieces together and discovering the applied rules section in the Visual Studio CSS Properties dialog should hopefully same me a lot of time racking my brains to figure out why that style I have just added is not being applied!