CSS

Anything and everything to do with Cascading Style Sheet (CSS).
ASP.NET 4.5 Loves HTML5, CSS3, & JavaScript

Today I had the pleasure of giving a presentation at the //BUILD conference in Anaheim, CA. Given that this conference is all about Windows 8 I was one of the few non windows session at the conference. Bellow is the abstract from my talk entitled. For those of you that weren’t lucky enough to get to come to //BUILD there is good news! All the session will be recorded and posted online and that includes mine. You can find a my session session on Channel 9 (although it may take a day or so to get posted). If you want...

posted @ Wednesday, September 14, 2011 5:22 PM | Feedback (1)

CSS201: Theory and Practice

To fallow along with this screen cast visit http://css201.osbornm.com To download the source for this screen cast visit http://www.osbornm.com/css201.zip

posted @ Monday, September 29, 2008 3:24 PM | Feedback (0)

CSS 101: The Basics

To fallow along with this screen cast visit http://css101.osbornm.com To download the source for this screen cast visit http://www.osbornm.com/css101.zip

posted @ Monday, September 22, 2008 5:07 PM | Feedback (0)

Code Tips & Tricks 2: Pure CSS Roll Over

Many of us us roll over images on our navigation or other items in our web pages.  One thing that can be problematically is users with slow connections or larger images can cause a flashing when you roll over when the file is being downloaded.  One way to solve this is to use JavaScript to preload your images on the page.  However, there is a much easier way to do it with just a little CSS. The first thing to do is to create the images for the roll overs. Once you have these don what you need to...

posted @ Sunday, January 13, 2008 11:30 PM | Feedback (1)

Collapsible Panel JavaScript

When Microsoft first released its AJAX framework codename Atlas, at the time, they also released a collection of community created controls called the AJAX Control Toolkit. This toolkit has become quite popular and highly useful, however, I found that one of the most popular controls that I was using was the collapsible panel extender. This gave the user an easy way to create a simple collapsing effect within their website. This is nice but I found I wanted to implement this effect on sites that I was not using any of the other AJAX features. So I set out to...

posted @ Tuesday, December 25, 2007 4:13 PM | Feedback (6)