Hongmu Notes
bootstrap5 warning box

bootstrap5 warning box Language Notes Bootstrap

HTML code: <div id="liveAlertPlaceholder"> </div> <button type="button" class="btn btn-primary" id="live..."
👁 170
animate.css – a complete CSS3 animation library

animate.css – a complete CSS3 animation library Language Notes CSS

Introduction animate.css is a CSS3 animation library from abroad. It presets more than 60 animation effects such as shake, flash, bounce, flip, rotate (rotateIn/rotateOut), fadeIn/fadeOut, etc., including almost all common animation effects. Although…
👁 212
HTML <video> tag

HTML <video> tag Summary of pitfalls

An example of a simple HTML5 video: <video src= "movie.ogg" controls= "controls"></video> Your browser does not support the <video> tag. <video> Tag: Definition and Usage – The <video> tag is used to embed video content, such as movie clips...
👁 201
js determines whether the mobile terminal and PC terminal jump to different pages

js determines whether the mobile terminal and PC terminal jump to different pages Language Notes JavaScript

Method 1: /* * * Determine whether the device is a PC or a WAP device */ var mobile_bs = {versions: function() {var u = navigator.userAgent; return {trident: u.indexOf('Trident')> -1, // IE kernel...
👁 225
How to set p tag not to wrap in css?

How to set p tag not to wrap in css? Language Notes CSS

The p tag is a block-level element and will occupy its own line. What if we want to set two p tags on the same line? Let's take a look at how to use css to set the p tag not to wrap. By default, the p tag will wrap automatically. Let’s take a look at how to use css to set the p tag not to wrap: Example p{display: inline;}&lt;p&gt;aaa&lt;/p&gt; &l…
👁 280
Use css to add a hand style. Move the mouse up to make the hand smaller.

Use css to add a hand style. Move the mouse up to make the hand smaller. Language Notes CSS

Use css to add a hand style, move the mouse up to make the hand smaller, and make the hand smaller cursor:pointer; use JS to make the mouse smaller onmouseover (when the mouse passes over) onmouseover="this.style.cursor='hand'"cursor other values ​​auto: standard cursor default: standard arrow pointer,…
👁 171
Commonly used tags in HTML forms

Commonly used tags in HTML forms Summary of pitfalls

Text input field <input type= "text" name= "uname" value= "" placeholder= "Please enter your username" > Password input field <input type= "password"...
👁 166
Imperial cms verification code instructions

Imperial cms verification code instructions Program Notes Empire cms

Comment verification code: <input name= "key" type= "text" id= "key" size= "6" /> <img src= "!--key.url--" > ali...
👁 205
How to refresh the verification code when clicking on it

How to refresh the verification code when clicking on it Language Notes JavaScript

Generally implemented through js, just reload the value of src<img src="index.php?p=back&c=Admin&a=captcha" onclick="this.src=this.src+'&k='+Math.random();"/…
👁 173
window.open() displays the window in the center

window.open() displays the window in the center Language Notes JavaScript

var iWidth = 400; //弹出窗口的宽度; var iHeight = 450; //弹出窗口的高度; var iTop = (window.screen.height-30-iHeight)/2; //获得窗口的垂直位置; var iLeft = (window.screen.wi...
👁 293
1 297 298 299 300 301 315

🔥 Popular articles

Empire CMS smart label call field collection

Empire CMS smart label call field collection Program Notes Empire cms

Collect and classify all fields that support smart tag calls into Empire CMS smart tags: [e:loop={column ID/topic ID, number of items displayed, operation type, only display pictures with titles, additional SQL conditions, display sorting}] Template code content [/e:loop] Calling time: <?=date('m-d',$bqr[newstime])?> <?=dat…
👁 3752
Imperial cms imitation website tutorial corresponding notes

Imperial cms imitation website tutorial corresponding notes Program Notes Empire cms

Hello everyone, welcome to learn the imperial cms imitation website tutorial. I am Hong Mu qq1810216796 QQ exchange group: 9589723231 Imperial cms website installation. Hello everyone, welcome to learn the imperial cms imitation website tutorial. I am Hong Mu qq: 1810216796 qq exchange group: 958972323 Build an imperial program. If you have a server and have built an imperial website on the server, then...
👁 3413
Empire cms7.5 payment upgraded and optimized version of the library sample automatically generates word/PDF documents paid copy download with payment system member center whole site template source code sitemap Baidu push + installation tutorial 014

Empire cms7.5 payment upgraded and optimized version of the library sample automatically generates word/PDF documents paid copy download with payment system member center whole site template source code sitemap Baidu push + installation tutorial 014 Practical Collection empire template

This set of templates has a complete member center on mobile and PC. The member center template is also very good! By the way, there are also corresponding locomotive collection rules! Regarding installation, upload the direct installation version, install it directly, and then restore the data in the background. There is a view more on the mobile phone. If there is a problem, you can copy the view more code in index.js on the PC. If it has not taken effect yet, please check whether the js file renderings are referenced...
👁 2697