February 29, 2008 at 11:49 am · Filed under CSS
Started producing sub-standard site, the first thing that meet their own needs, the statement DOCTYPE.
Show Home original code, we can see that the first line is:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN”...
February 28, 2008 at 8:02 pm · Filed under CSS
Principle:
The two will be the same color with different languages overlap, and through the clip to their respective properties, so that the text above and below the shear different positions, resulting in two different colors.
www.ie16.co...
November 22, 2007 at 9:33 pm · Filed under CSS
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.
Browser support: ...
November 22, 2007 at 9:30 pm · Filed under CSS
How to Make a CSs
Examples
Look at Example 1
Look at Example 2
How to Insert a Style Sheet
When a browser reads a style sheet, it will format the document according to it. There are three ways of inserting a style s...
November 22, 2007 at 8:56 pm · Filed under CSS
Comments are used to explain your code, and may help you when you edit the source code at a later date. A comment will be ignored by browsers. A CSS comment begins with “/*”, and ends with “*/”, like this:
/* This is a c...