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.
How to Use CSS for Search Engine Optimization CSS / Miscellaneous
Using external CSS files to determine the design attributes creates clean HTML code and will create better search engine rankings. With some knowledge of CSS you can change the code without destroying the visual layout.
Invisible Objects CSS / Miscellaneous
Use CSS's visibility property to make objects or elements on a page invisible. Normally this feature is pointless, but it is an excellent way to improve your search engine rankings. This enables you to add or restate search terms on your page that are related to your site's topics, but make them invisible to visitors.
Smart Background Images CSS / Background
You may all be wondering how a background image can have a fade on the sides, a small gradient that looks exactly like a drop shadow effect on the main table/layer of the website. Well, guess what? It's not on the layer, and it's not on the table, it's directly on the background.
Page Layout and Background Image Design CSS / Layouts
Clear answers are provided with tutorial exercises on screen and browser resolutions, setting Web page width in absolute and relative length units, setting images and font sizes in relative length units, adding multiple background images.
CSS and Backgrounds CSS / Background
In this tutorial I'll be going into the properties that give colour to your layouts, and let you control your background images. You will soon be able to control the background colour and image of all your elements.
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.
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.