Reader Pick: 12 Excellent Websites to Follow if You’re into Web Design – Six Revisions
List of great design/CSS/web dev sites to keep track of.
Reader Pick: 12 Excellent Websites to Follow if You’re into Web Design – Six Revisions
List of great design/CSS/web dev sites to keep track of.
Using CSS to Fix Anything: 20+ Common Bugs and Fixes
Great collection of CSS fixes for all sorts of layout/browser issues.
Tarski · An elegant, flexible WordPress theme
“Flexible and customisable, Tarski was created with blog authors in mind: it’s easy to install and personalise. However, Tarski is also highly extensible and employs a number of innovative features which the more technically-minded can take advantage of
My personal/professional website.
Recently I’ve been doing a lot of cross-browser work (IE 6 + 7, FF and Safari required to function similarly, unfortunately), and I’ve narrowed down my list of hacks/tricks to make Internet Explorer be able to actually render standards-compliant HTML in a manner remotely befitting a modern browser. Here are my list of “go-to” hacks which seem to fix at least 90% of rendering, layout and positioning issues in IE(6|7).
A couple of examples of CSS Reset files to get you started on common ground.
3 Simple Steps in Coding a Rounded Corners Layout
Nice alternate way of doing some rounded corners across multiple sections without extra code.
While I was poking around in a pre-release version of WordPress 2.5 (which has been slightly delayed for actual release), I found out that the Admin panel (everything under /wp-admin/) is now pretty easily customizable through CSS.
Basically what they’ve done is extracted all the color-based information from the admin CSS files, and put them into pluggable files called “Admin Color Schemes”. The cool bit is that it looks really easy to add your own! It looks like the Admin Color Scheme is one of the last (core) stylesheets loaded into a page as well, which means you’re really not limited to only changing the colors.
So how do you do it? Here we go:
/* My Admin Scheme, #000000, #111111, #222222, #333333 */
Once you’ve done that, go to your profile page within the Admin Panel, and you’ll see your new scheme and should be able to easily select it. When you hit the Update button, your Admin Panel should take on the new colors immediately.
If you’d like to use one of the built-in Admin Color Schemes as a starting point, then they live at /wp-admin/css/colors-classic.css and colors-fresh.css.
Now you can easily style your Admin Panel to match the rest of your site (and hopefully Theme authors out there will start packaging Admin Color Schemes to match their Themes).
Create Resizing Thumbnails Using Overflow Property | Css Globe
Hiding portions of an image to create a thumbnail, then showing the whole thing, in-place, when rolled over.
10 best CSS hacks | StylizedWeb.com
Here is the list of 10 hand picked CSS hacks and tricks which can help you in your CSS code and also save some time.