Main menu:

Wiki Rss Feed


Archives

Links:

Meta

WebGlad Reports

Categories

 

March 2010
M T W T F S S
« Dec    
1234567
891011121314
15161718192021
22232425262728
293031  

Recent Comments

Tags

Css Browser Reset

This is good. It ensures that no browser jankiness is going to janky up rendering the CSS styles as you want them to be.

Bookmark it so you can find it later

CSS Frameworks

For those who don’t want to reinvent the wheel. I generally start from scratch and aim to type as little as possible. Generally, the less characters I type the better job I feel that I’ve done.
But, here are a couple frameworks to look at if you’re bored.
http://www.blueprintcss.org/
http://960.gs/

Bookmark it so you can find it later

CSS To Style WP Tag Cloud

It turns out styling a Wordpress Tag Cloud can be a bit of a bugger. You can’t just control it with your style sheet until you tinker around a little with functions.php.

Bookmark it so you can find it later

Candy CSS Drop Down Menu

Wow. I really like how this CSS menu is written. So nice. Although it links to a .js, the urls aren’t getting buried in that mumbo jumbo… they’re kept in a list in the html.

Bookmark it so you can find it later

Crazy CSS To Alternate Text Link Colors

I stumbled across this when I was looking for something else, and, it sort of blew my mind!

Bookmark it so you can find it later

How To Test Browser Support

Most folks who design websites quickly discover the difficulties that can arise in getting a site to look good in as many browsers as possible. Modern browsers like Firefox and Safari usually don’t cause much trouble. The real bugger is generally Internet Explorer 6 and lower. The CSS often can get pretty janky, and, there [...]