HTML tag marquee to achieve rolling effect

Using & lt; marquee & gt; & lt; / marquee & gt; can achieve a variety of scrolling effects without JS control; using this tag can not only move text, but also certain pictures, tables and so on. 1、Grammar: <marquee>Scroll content < /marquee> Add contents to scroll between labels. 2、Important attributes: (1)Scroll direction direction (including 4 values: up, down, left and right); (2)Rolling mode behavior;   1>  scroll:Cycle rolling, default effect;   2> slide:Just stop rolling once.   3> alternate:Roll back and forth. ...

Several common ways to remove floating

1、Parent div defines pseudo classes: after and zoom <style type="text/css"> .div1{background:#000080;border:1px solid red;} .div2{background:#800080;border:1px solid red;height:100px;margin-top:10px} .left{float:left;width:20%;height:200px;background:#DDD} .right{float:right;width:30%;height:80px;background:#DDD} /*Clear floating code * /.clearfloat:after{display:block; clear:both; content: ""; visibility:hidden; height:0}.clearfloAt{zoom:1}< /style>< div class= "div1 clearfloat" >< div class= "left" > Left< /div>< div class= "right" > Right< /div&...

Installation of HSmartWindowControl (Visual Studio 2013 & Halcon 18)

1、Environmental introduction Visual Studio 2013Community Edition Halcon18.05 2、Using Nuget to install Halcon plug-in in VS project Search bar input keyword halcon, there are two plug-ins, Halcon language interface and Halcon engine, all installed. Note that the premise of using these two controls is that you have Halcon 18.05 installed on your computer and activated (you can use a trial license). 3、Install HSmartWindowControl controls in the toolbox Detailed installation instructions are available in Halcon’s help documentation: C:/Program Files/MVTec/HALCON-18.05-Progress/doc/h...

The solution to the error of installing Oracle Database 12C [INS-30131] on Windows 7 64bit

Label: com SRC http file, it La method, SP as Windows 7 64bitInstall Oracle Database 12C on it. The following error occurred:       Resolvent: Step 1: Control Panel & gt; All Control Panel Items & gt; Management Tools & gt; Service & gt; SERVER Startup Step 2: Control Panel & gt; All Control Panel Items & gt; Management Tools & gt; Computer Management & gt; System Tools & gt; Shared Folder & gt; Sharing   Right-click Share & gt; New Share & gt; Click “Next Step” & gt;   Click Browse ...

Finishing the 2018 session of the NetEase written examination interview topics, hoping to help the younger generation of school girls to help.

Finishing the 2018 session of the NetEase written examination interview topics, hoping to help the younger generation of school girls.essence Li Yi Tian Published in 2018-07-19 14:58:51 Reply6 | Zan 12| browse8396 Finishing the 2018 session of the NetEase written examination interview topics, hoping to help the younger generation of school girls.essence   2019NetEase’s push has already started. Last year, a lot of help has been done to the customers. Thank you very much! Finishing last year’s written examination interview topic, hoping to help this year’s school b...

Bootstraptable paging query

1.Front-end configuration 2.Background output formatted data 1.Front-end configuration @{ Layout = null; } <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>SearchGoods</title> <link href="~/Scripts/bootstrap/css/bootstrap.min.css" rel="stylesheet" /> <link href="~/Scripts/bootstrap/bootstrap-table/css/bootstrap-table.min.css" rel="stylesheet" /> <script src="~/Scripts/jquery-1.10.2.min.js"></script> <script src="~/Scripts/bootstrap/js/bootstrap.min.js"><...