-
Seems to have found a BUG? with a Chrome memory leak.
< H1 > problem description < H1 >
while writing transition animation, I inadvertently found that sometimes the page would jam, and the Chrome memory of the viewing task manager suddenly soared. After various exclusions, I found that transform:skew (9...
-
How do front-end engineers produce dynamic effects efficiently in their work?
dynamic effects that are often overlooked are so important to user experience design
Animation effect is an unavoidable link in user experience design, while in mobile interaction, dynamic effect exists as a transition lubricant and an important lin...
-
About the use of custom fonts on websites
1. First of all, I have declared my font
2.
3. .
4. However, the above problems only occur in chrome and Firefox, where special fonts are successfully rendered on Safari .
...
-
The bottom input is always covered by a soft keyboard, has anyone encountered this situation?
sometimes normal and sometimes abnormal, use document.body.scrollTop = document.body.scrollHeight;; on the contrary, input will not be pushed up. Can you give me some advice? Thank you
when the keyboard pops up, there is a value in document.body....
-
Why are the characters in the html tag garbled, but can be displayed properly on the web page?
recently encountered a problem, in the cat s eye movie official website to see the normal display of numbers on the page, but to check the source code is a white box, can anyone solve the problem? screenshots of some cat s eye movie pages: ...
-
Element table component, add a piece of data, scroll bar and display to the corresponding location, and highlight how to achieve?
table component of elementUI used
after adding a piece of data, if you have a scroll bar, you need to scroll to the corresponding position and highlight
...
-
How to solve the adaptive form?
there is a demand for the product, and there is no good solution after thinking about it, so I turn to you for help. no, no, no. the requirement is like this: an element (width and height is not fixed, defined according to browser width and height) cont...
-
I want to implement such a page, what technologies do I need to use?
A novice at the front end, who knows about html and css for about a month and a half, wants to ask the gods to take a look at it. There is such a page as the first screen, text plus pictures, the first half of the text is fixed, the second half is t...
-
How to implement DIV can only display three pieces of data, the data of the new data will be added to the previous data, similar to the data scrolling up.
<div>
<p id=1>
<p id=2>
<p id=3>
< div>
p1
<div>
<p id=2>
<p id=3>
<p id=4>
< div>
how to implement DIV can only display 3 pieces of data, and the new data will top up the previous data, simil...
-
Font size and color setting of input placeholder under IE
first of all, IE9 does not support the placeholder attribute;
placeholder under IE10 and Edge cannot set color and size;
but after reading the registration of Xiaomi s official website, it is OK to ask how to achieve placeholder compatibility abo...
-
Can you use javascript to write a sticky drag-and-drop effect similar to that of qq unread messages?
use javascript to imitate the sticky drag-and-drop effect of qq unread messages ...
-
Body width is not as wide as content width
when the width of the content in body exceeds the width of body due to the setting of left,margin thank you, and the width of body is not as wide as the width of the content, how to make the width of body equal to the width of the complete content? ...
-
Ask a question about css breaking the form? Thank you
ask a question about css breaking the table on this node? Thank you
as shown in the picture. I erased the text, formatted it and stretched it out. As follows: http: www.yiyuanzhaopin.com .
http: www.yiyuanzhaopin.com .
above is the source cod...
-
Discussion on a picture layout plus self-adaptive consultation
question 1. For the layout of the following picture, first of all, the picture is uploaded by the user and needs to be displayed in a square. In the face of the variable proportion of the picture uploaded by the user, how will it be perfectly displayed ...
-
How to achieve the sound of noise?
I want to be able to generate a small sound effect such as jquery after sending a unit. I wonder if there is any relevant way or example that can achieve this function? " I want to be able to produce a small sound effect. I want to be able to produc...
-
If the width of the parent element is variable, how are multiple child elements evenly distributed?
similar effect:
question: the width of the parent element adapts to the width of the browser window, so how are the child elements evenly distributed horizontally (including the left and right margins)?
requires compatibility with ie8 regardless of...
-
A very strange demand, page segmentation, need to achieve the page like word dynamic segmentation, and insert headers and footers, I think it is too difficult, can not be sure whether it can be achieved
the page is segmented and typeset like word. Each page has a fixed width and height of 990 * 1400, which needs to be truncated and inserted into the header and footer. there are places where pages may be truncated:
1.
2. table
3. ul
the realiza...
-
The HTMLCollection collection can print values, but cannot get each value.
var imgs = $("-sharppictureQueryTable img").prevObject[0].images;
the following figure is the printed result of the above sentence:
console.loglength0dom
console.log($( "-sharppictureQueryTable img "))
:
:
{
title : "&...
-
Ask about the separation of structure and style of OOCSS rules
separate structure from style
Independent structure and style (skin) rules (Separate structure and skin)
.metadata{font-size:1.2em; text-align:left; margin:10px 0;}
.metadata{
font-size:1.2em;
margin:10px 0;
**
width...
-
How to set the default value of emmet in vscode?
I want to change the completion content of style s smart prompt to < style type= "text css " > < style > to study whether official documents are always wrong. Can you give me an example in Chinese? thank you very much ....