Article Introduction: CSS Web Design tutorial: The Outline of the form button.
The use of outline, we all like to reset the reset style sheet directly:
* {
Outline:none;
}
Eric Meyers in his CSS reset is such a reset:
/* Remember to define focus styles! */
: Focus {
outline:0;
}
It is common to say these methods. But there's a little bit of a
As the main language for making web pages today, css has become a must-have for every Webmaster. If you still don't know css, you are still using dw to create a table Page, your website may not be able to get effective seo and other performance optimizations, thus losing the market. Today, I recommend a basic tutorial for you. Every Webmaster can understand it.
F
Css -- three rows, three columns, high layout, graphic tutorial, http://www.alistapart.com/articles/holygrail
This translation page is copyrighted by greengnn. For more information, see the source.
Step 1: create a structure
Xhtml starts with header, footer, and container
CSS first defines the container and leaves a position for the sideleft and sideri
following HTML code, the DIV element contains the Divclass class, which means it has to follow .divclass the rules.class= "Divclass">Hello divDiv >Note: The first character of the class name cannot use a number! It doesn't work in Mozilla or Firefox.(2) Like ID, class can also be used as a derived selector:. Pclass a { color: green;}Iv. attribute SelectorSets the style for the HTML element with the specified property.(1) The following example sets the style for all elements with the title pr
Exlporer 6 The principle of this bug, I just know a little fur, but also to study again)Div#wrap {border:1px solid #FF0099;Background-color: #FFCCFF;width:760px;height:500px;position:relative;}Div#subwrap {Position:absolute;border:1px solid #000;top:50%;}div#content {border:1px solid #000;position:relative;top:-50%;}Five, perfect solutionThen we can combine the above two methods to get a perfect solution, but this need to use the knowledge of CSS hac
. However, the rendering of IE 5 and 6 is not correct. According to the specification, the space occupied by the element content is set by the Width property, and the padding and border values around the content are calculated separately. Unfortunately, IE5. X and 6 use their own non-standard models in quirks mode. These browsers have a width property that is not the contents, but the sum of the content, padding, and width of the border.
Although there are ways to solve this problem. But the bes
you set the width height, then the settings are displayed as
In-line elements
Does not monopolize a row
If the width is not set, the default is as wide as the content
Inline elements are not allowed to set width and height
Inline block-level elements
In order for an element to be able to have both a single row and a width and height set, the inline block-level element appears
Do not monopolize a row, and you can set the width height
column, can also be the left column, the method is the same, only need to change the two div can be written, and this application in the current many blogs can often see, such as Pjblog in many of the user-made template is this layout.
The production process is no longer detailed here, please refer to the previous tutorial: CSS Web page layout Getting Started Tutorial
CSS style Tutorial: graphic mixed row [picture on the text], the title does not know how to write so it is messy, a lot of, the next we look at mixed-text mixed row effect picture you will know how the effect of OH.
Look at the CSS layout code.
The code is as follows
Copy Code
The style code is not very concise ah, let's
that incense starts from the other attributes of the object, as you can recall, in order for the layout to be clearer in the preview, we used the border property so that all two objects have a 1px border, and in the CSS layout, the width of an object is not only determined by a width value, The real width of an object is the width of the object itself, the left and right margins of the object, the left and right borders, and the interior margins, so
Article Introduction: CSS Instance Tutorial: Simple slide navigation bar effect.
Because of the limitations of the font of the Web page and the need for the beautiful navigation bar, using Background-repeat to do a simple text navigation bar is far from enough. In many occasions, the background of the navigation bar is a pattern, the font is no longer a monotonous song, which requires us to make
entire table (that is, the table label), while the cell (that is, the td label) adopts the in style. Save the disk and check the effect. Is it the same as the following?After learning how to create a table with a 3D border of 1x1, it is not difficult to make the results of this example. You may wish to explore it yourself.# P #The previous examples show how to beautify the border of a table with css. You can try different combinations to make a more
Author: anonymous nameSource: webpage tutorial Network
[Introduction]To better understand CSS, especially CSS rendering in IE, haslayout is a concept that needs to be completely cleared. Most ie display errors are due to haslayout.
more complex. Then look at the light blue and light pink tracks to feel it.
Grid area
The meaning of grid lines, cells, and tracks is to divide the container into the area you need to grid areas. A region is an entire block that can contain multiple cells, so how do you divide it? The area is the intersection of two horizontal grid lines and two vertical grid lines. By dividing the container reasonably into multiple areas, the layout is also achieved. The area can overlap, so it is z-index.
The
-ratio dot matrix printer. Device ratio device-aspect-ratio-dot matrix printer. The object color or color list color,color-index the display screen. The resolution of the device is resolution. Syntax structure and usage media queries are used in two ways, is to embed "@media" in CSS styles, and to write different styles in the same CSS through different windows. Another is to use the reference, in the exte
-position:-25px-374px; 5 height:16px; 6 width:24px; 7 text-align:center; 8} 9. btn a{10 line-height:16px;11 display: Block;12 text-decoration:none;13}14. btn:hover{15 background-position:-50px-374px;16}final effect-before mouse move in:final effect-after mouse move in:Well, the tutorial is over, and the side dishes are simply a demonstration of a complete production process, with a lot of details in between, such as browser
be left:0px to the left, and the right column will be displayed with the left-hand edge, and the right-hand bar would be right:0px, making the right column to the right, while the middle #center will use the normal CSS style:
Copy Code code as follows:
#center {
Background-color: #F2FDDB;
border:1px solid #A5CF3D;
height:400px;
margin-right:202px;
margin-left:202px;
}
For #center, we do not need to set its floating
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.