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.
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.
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.
CSS Shortcuts
Learn to write neater, more efficient CSS using CSS shortcuts.
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.
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.
Css dynamic round image corners
Learn how to make rounded corners on thumbnail images through CSS
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.
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!
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.
How to create print-friendly webpages with CSS
This article will help you transform your normal webpages into quality print-friendly pages.
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.
Hiding DIV layers after 5 seconds
Learn how to hide all the div layers automatically after a specified time.
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).
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.










