How to use media-specific CSS to provide a suitable layout for the printed page. But how great would it be to be able to go further and provide a better print alternative through the use of specific high-resolution images specifically for print?
CSS and Printing CSS / Advanced Techniques
No, you cannot force a browser to print your page, but you do have some control over how it will look when the user does print.
CSS and Printing CSS / Miscellaneous
You can controls when a person decides to print your page. Through the magic of Style Sheets, you can now make a point of indicating where the pages will break during the print process and more.
3 Column Liquid Layout CSS / Layouts
A lot of people have wanted to make 3 column CSS layouts but have always managed to run into problems ... like I did the first time I tried. With this tutorial I hope to show you how you can overcome the problems of liquid layouts to create your very own liquid layout which will fit into the screen of the browser at any resolution.
Improved CSS Hover Images CSS / Colors and Effects
You see a lot of hover effects on web nowadays. When you hover your mouse cursor over a link it usually changes to something else - It doesn't matter if the link is an image or just text, there's usually some sort of hover effect in place. If it's a graphical link the hover effect is usually another image displaying the hover effect. This image is often preloaded on page load so that the user sees the effect right away, but there's also another way to do it. How about using just one image and changing its state/position it with CSS?
CSS Background Examples CSS / Background
The CSS background properties allow you to control the background color of an element, set an image as the background, repeat a background image vertically or horizontally, and position an image on a page.
How To Style Heading Tags CSS / Positioning and Styling
Now when it comes to heading tags CSS is very important. They can be styled in many ways using a number of methods:
Complete image to visitor with hidden text - Image Replacement Technique. One Background image as whole background with normal XHTML text - as on this site. Repeated background with XHTML text on it - Good to reduce bandwidth. Background and text all in css by use of colours and border.
Guide to Backgrounds CSS / Background
As the so called "presentation attributes" for the body element have been deprecated, some of you may be wondering how to add a background image to your XHTML document. The answer is to use CSS. The benefit of using CSS is that you can do a lot more with your background image. This tutorial will show you how.
CSS Background Rollover CSS / Background
Looking to add a little style to your image links? Let's use CSS to add a background color that appears when the mouse hovers over the image. This style can be used on a variety of images but we'll be looking at adding this style to affiliate buttons.
Fixed Image Background for the page CSS / Background
This tutorial will teach you how to put a fixed image background on your pages, that is the background that stays in the center of your page even when you scroll the page.
Fixed Image Background for the Page CSS / Background
In this tutorial you will learn how to put a fixed image background on your pages, that is the background that stays in the center of your page even when you scroll the page.