Home> Web design tutorial
All Dreamweaver tutorial Javascript tutorial HTML tutorial CSS tutorial Experience and skills DHTML tutorial Web effects WEB standardization
Web design tutorial
  • css solves the effect of overriding the transparency of parent elements

    css solves the effect of overriding the transparency of parent elements

    If the parent element has transparency set, then the child element cannot be more transparent than the parent element, so you can use the following methods to achieve similar effects
    2025-01-03
  • Automated testing with Mocha

    Automated testing with Mocha

    Automated testing will be used in further tasks, and it’s also widely used in real projects.
    2025-01-03
  • Modify WordPress log abbreviations in batches

    Modify WordPress log abbreviations in batches

    It is best to use English words and "-" in the article name in series, but I have neglected to fill in the log abbreviation for hundreds of blogs in the past. WordPress automatically converts Chinese into URL encoding, which is very unfriendly t
    2025-01-03
  • Ten ways to reset browser CSS (1)

    Ten ways to reset browser CSS (1)

    Do you know what CSS Reset is? Usually, it is also written as Reset CSS, which resets the browser's style. In various browsers, some default values ​​are set for CSS selectors. For example, when h1 is not set to a value, a certain size is displayed.
    2025-01-03
  • Five web design tips to make better use of light and shadow

    Five web design tips to make better use of light and shadow

    If we want to make our web design more natural, dynamic, real and intuitive, it is very important to correctly understand the effects of light and shadow. The following are five tips to help you make better use of light and shadow. Using them well can mak
    2025-01-03
  • CSS Tips: About CSS Hack and Float Closure

    CSS Tips: About CSS Hack and Float Closure

    With IE7's support for !important, the !important method now only targets IE6's HACK. (Note on writing: remember that the declared position needs to be stated in advance.)
    2025-01-03
  • Compilation of CSS compatibility tips for IE and Firefox browsers

    Compilation of CSS compatibility tips for IE and Firefox browsers

    Please try to write code in xhtml format, and DOCTYPE affects CSS processing. As a W3C standard, a DOCTYPE statement must be added.
    2025-01-02
  • What is css sprite technology

    What is css sprite technology

    Gather all the scattered background images involved in the page into a large image, and then use the large image for the web page. When a user accesses a page, they only need to send a request to the server once. Use properties such as background-position
    2025-01-02
  • Scroll up and down of layer (div)

    Scroll up and down of layer (div)

    <div id=demo style="OVERFLOW: hidden; HEIGHT: 235px">
    2025-01-02
  • Left and right scrolling of layer (div or table)

    Left and right scrolling of layer (div or table)

    if (w<=h){ if (h>=114 || h==0) {d.height=114}}else{ if (w>=114 || w==0) {d.width=114}}
    2025-01-02
  • Five common HTML mistakes in web design

    Five common HTML mistakes in web design

    The background color of most people's windows is white, but if you are a person like me, you will change the background color of the windows window to gray or other colors. In this way, if you do not set the background color of the web page, What you&
    2025-01-02
  • Polyfills and transpilers

    Polyfills and transpilers

    The JavaScript language steadily evolves. New proposals to the language appear r
    2025-01-02
  • Web Standards Basics Tutorial: CSS Shorthand Guide

    Web Standards Basics Tutorial: CSS Shorthand Guide

    One of the most effective ways to write CSS is to use abbreviations. Using abbreviations can make your CSS files smaller and more readable. Understanding the abbreviations of CSS properties is also one of the basic skills of front-end development engineer
    2025-01-02
  • Specifications for using css selectors

    Specifications for using css selectors

    When grouping selectors, place the individual selectors on their own line. Add double quotes for attributes in the selector. It's best not to go beyond 5 selector levels. Each selector occupies its own column, and all selectors in a column except the
    2025-01-02
  • The beauty of HTML code

    The beauty of HTML code

    HTML5 - HTML5 and its new elements bring unprecedented beauty.
    2025-01-02