HTML and CSS design notes

Source: Internet
Author: User

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;
}

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.