CSS and Web Design

Learning about CSS

CSS, or Cascading Style Sheets, have taken over the design end of websites, it seems. I’m not tha...

What sort of menus can I make with CSS?

There are practically no limits to what you can do with CSS, the trick is figuring out how to mak...

Top Ten Web Design Mistakes of 2005

By Jakob Nielsen:http://www.useit.com/alertbox/designmistakes.html

The importance of "!important" in CSS

Normally, CSS works by having the most recently-declared rule take precedence. However, this isn’...

CSS Design Concerns for IE6, IE7, and Firefox

Below is the beginning of (hopefully) an ongoing collection of design-related CSS issues concerni...

Forcing a page break with CSS

Here is a simple style sheet method for making a web page have page breaks, or form feeds in it.E...

What's a solid starting point (global reset) for a CSS file?

Browsers often have different ways of rendering the same element. For example we expect lists to...

UX Team ( UCLA Library - Digital Initiatives & Information Technology )

The UX Team is charged by the UCLA Library Digital Initiatives & Information Technology leade...

Hi, are there any UCLA style resources or style guides for websites?

Edit: 9/7/2012UCLA released Brand Guidelines 1.0 in March 2012. The document contains guidance on...

UX Resources

http://ux.stackexchange.com/https://www.reddit.com/r/userexperience/http://uxmyths.com/

What to do when CSS stylesheets refuse to apply

There are a number of common mistakes users make when writing CSS stylesheets that are difficult ...

Web Accessibility Resources

This article is a resource list to help Web developers design sites that are accessible to person...

Sass versus LESS

Quoting, "One of the hot new trends in web design is CSS pre-processed languages and there’s two ...