Tips and Tricks · Newest CSS Tutorials

Accessible Graphical Menus

When designing a web site, it’s generally a good idea to keep your sites navigational elements text-based. This has several advantages, like being search engine friendly and easily accessible to screen readers and hand-held devices. Let’s face it, though, sometimes that’s not always practical and what the site design really calls for is a nice menu comprised of graphics in which the actual menu text is stylized. So, here’s a little trick that will give you the best of both worlds.
Tips and Tricks » csshowto.com
Score(+): 0 | Views: 69 | Similar Tuts | Save it | View this tutorial

10 Steps to Better CSS

Coding CSS can quickly get out of control. By following a few simple guidelines you can make your life a lot easier.
Tips and Tricks » shapeshed.com
Score(+): 0 | Views: 79 | Similar Tuts | Save it | View this tutorial

Default styles for CSS

Coding CSS can quickly run into difficulties with different browsers interpreting code in different ways. Designs will never look the same in every browser but you can help yourself by using a default style set when you start coding.
Tips and Tricks » shapeshed.com
Score(+): 0 | Views: 36 | Similar Tuts | Save it | View this tutorial

CSS Shortcuts

Learn to write neater, more efficient CSS using CSS shortcuts.
Tips and Tricks » realdesignnetwork.com
Score(+): 0 | Views: 36 | Similar Tuts | Save it | View this tutorial

Hanging Punctuation With CSS

Hanging Punctuation refers to the technique of positioning certain typographical elements, such as bullets, quotation marks on pull quotes, etc. into the margin of a document, so that the main text that the glyph highlights remains flush with the rest of the body copy around it. Often seen in print, rarely used on the web, hanging punctuations can help keep the flow of your document and make the text easier to read.
Tips and Tricks » csshowto.com
Score(+): 0 | Views: 35 | Similar Tuts | Save it | View this tutorial

CSS Rollovers without preload

This method explains how to use rollover CSS links without the need to preload the background image and still have a smooth rollover.
Tips and Tricks » nucleocide.net
Score(+): 0 | Views: 56 | Similar Tuts | Save it | View this tutorial

Css dynamic round image corners

Learn how to make rounded corners on thumbnail images through CSS
Tips and Tricks » blog.0tutor.com
Score(+): 0 | Views: 71 | Similar Tuts | Save it | View this tutorial

CSS Shorthand Properties

One of the main advantages of using CSS is the large reduction in web page download time. To style text, you used to have to use the tag over and over again. You probably also laid out your site with tables, nested tables and spacer gifs. Now all that presentational information can be placed in one CSS document, with each command listed just once.
Tips and Tricks » developertutorials.com
Score(+): 0 | Views: 45 | Similar Tuts | Save it | View this tutorial

Absolutely Positioned Ads

The placement of an advertisement is important for generating revenue. Learn how to position an ad in a hot spot on your site!
Tips and Tricks » jacorre.com
Score(+): 0 | Views: 40 | Similar Tuts | Save it | View this tutorial

Create an image pre-loader with CSS only

In this article, you’ll learn how to create an image pre-loader without Javascript. CSS is the technique we are going to use. No fancy and hard to understand codes, but the smart use of codes you already know about.
Tips and Tricks » divitodesign.com
Score(+): 0 | Views: 63 | Similar Tuts | Save it | View this tutorial

How to create print-friendly webpages with CSS

This article will help you transform your normal webpages into quality print-friendly pages.
Tips and Tricks » divitodesign.com
Score(+): 0 | Views: 60 | Similar Tuts | Save it | View this tutorial

CSS: How to use Overflow

The element 'Overflow' is a tricky one and this guide will help you. This article will give examples and explanations are included.
Tips and Tricks » divitodesign.com
Score(+): 0 | Views: 43 | Similar Tuts | Save it | View this tutorial

Hiding DIV layers after 5 seconds

Learn how to hide all the div layers automatically after a specified time.
Tips and Tricks » adesdesign.net
Score(+): 0 | Views: 47 | Similar Tuts | Save it | View this tutorial

CSS top image preloader

This tutorial will show You, how to use nice GIF animated preloaders for top images (or any other image). Now You can use larger images and show preloader first (Like in flash).
Tips and Tricks » bwebi.com
Score(+): 0 | Views: 65 | Similar Tuts | Save it | View this tutorial

Ol start number

A simple way to change the starting number in an ordered list with css. Since both the start attribute and value attribute has been deprecated, css is the only way to make this and pass the validation.
Tips and Tricks » tb-one.se
Score(+): 0 | Views: 35 | Similar Tuts | Save it | View this tutorial