Consecutive seamless horizontal scrolling of images conforming to W3C Web standards

Source: Internet
Author: User

This time I encountered another such problem. After searching for a long time, I finally found a good one on the Internet. After reading the code, the idea was very simple, but there were too many codes and the versatility was not good, I have invented two more functions and it feels really good to use them. share with you:
<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Transitional // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <ptml xmlns = "http://www.w3.org/1999/xhtml"> <pead> <title> picture continuous no gap scroll left, scroll to the right without any gap, which complies with W3C Web standards _ </title> <meta http-equiv = "Content-Type" content = "text/html; charset = gb2312 "/> </pead> <body> <table cellpadding =" 0 "align =" left "border =" 0 "cellspace =" 0 "> <tr> <td id = "demo1" valign = "top"> <table cellspacing = "0" cellpadding = "0" width = "322" bgcolor = "# fffbf7" border = "0"> <tr align = "center"> <td width = "50" height = "50"> </td> <td width = "50" height = "50"> </td> <td width = "50" height = "50"> </td> <td width = "50" height = "50"> </td> <td width = "50" height = "50"> </td> </tr> </table> </td> <td id = "demo2" valign = "top"> </td> </tr> </table> <table cellpadding = "0" align = "left" border = "0" cellspace = "0"> <tr> <td id = "demo11" valign = "top"> <table cellspacing = "0" cellpadding = "0" width = "322" bgcolor = "# fffbf7" border = "0"> <tr align = "center"> <td width = "50" height = "50"> </td> <td width = "50" height = "50"> </td> <td width = "50" height = "50"> </td> <td width = "50" height = "50"> </td> <td width =" 50 "height =" 50 "> </td> </tr> </table> </td> <td id =" demo22 "valign =" top "> </td> </tr> </table> </body> </ptml>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]
The following code is provided on the Internet:
<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Transitional // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <ptml xmlns = "http://www.w3.org/1999/xhtml"> <pead> <title> Untitled Document </ title> </pead> <body> <table cellpadding = "0" align = "left" border = "0" cellspace = "0"> <tbody> <tr> <td id = "demo1" valign = "top"> <table cellspacing = "0" cellpadding = "0" width = "322" bgcolor = "# fffbf7" border = "0"> <tbody> <tr align = "center"> <td width = "50" height = "50"> </td> <td width = "50" height = "50"> </td> <td width = "50" height = "50"> </td> <td width = "50" height = "50"> </td> <td width = "50" height = "50"> </td> </tr> </tbody> </table> </td> <td id = "demo2" valign = "top"> </td> </tr> </tbody> </table> <table cellpadding = "0" align = "left" border = "0" cellspace = "0"> <tbody> <tr> <td id = "demo_ B" valign = "top"> <table cellspacing = "0" cellpadding = "0" width = "322" bgcolor = "# fffbf7" border = "0"> <tbody> <tr align = "center"> <td width = "50" height = "50"> </td> <td width = "50" height = "50"> </td> <td width = "50" height = "50"> </td> <td width = "50 "height =" 50 "> </td> <td width =" 50 "height =" 50 "> </td> </tr> </tbody> </table> </td> <td id = "demo_c" valign = "top"> </td> </tr> </tbody> </table> </body> </ptml>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]

Related Article

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.