Updating ......
1. Some CSS styles are feasible in some webpages and cannot be implemented in some webpages.
HtmlCode<HTML> tag <! Doctype HTML public "-// W3C // dtd xhtml 1.0 transitional // en" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> remove it.
2. There is a blue border problem when the image is hyperlink
For example
<A href = "main_left.html" target = "mainframe"> </a>
Solution: add the border = "0" attribute in .
3. gap between form and table
Add style: body {margin: 0px;} to the page ;}
4. Questions about table support in English
Add a style to all tables
TD {
Word-break: Break-all;
Word-wrap: Break-word;
}
5. An error occurred while prompting the Information bar in IE in XP SP2.
Put in IE----INTERNET options --- in advanced
Select "allow activity content to run in files on my computer"
6. Vertical center of images and text in the same line
Apply the vertical-align: middle style to the image, for example:
7. Leave the text box with no historical records
Add the property AutoComplete =" off "to the input file.
for example:
8. Set CSS with background in the textbox input box:
. logon_input {
font-size: 12px;
color: #333333;
background-image: URL (.. /image/logon_03.jpg);
Height: 20px;
width: 180px;
border: 1px solid # b7bac4;
padding: 2px;
}
9. Use the submit and reset buttons to customize the CSS of the image.
. logon_button1 {
background-image: URL (.. /image/logon_04.jpg);
Height: 25px;
width: 51px;
border: 0;
cursor: hand;
}