Home > Article > Web Front-end > Ask a question about the framework_html/css_WEB-ITnose
Suppose there is a frame in the shape of
Now I found a problem. When I use a mouse with a wheel and the mouse is placed in area A or B, and I click the mouse wheel, a sliding prompt will appear, and When I slide up and down, A and B will appear blank. Is there any attribute that can block this operation of the scroll wheel? ?
You can use jquery. . .
$("").resize(function(){
return false;
});
Well, I have never encountered this situation when using div css layout. It would be best if Provide the following code
The code is normal, that is, the noresize attribute and scrolling=no attribute are defined in the framework, and the others are src and nothing else. However, this situation will occur in the A and B areas, but C and This will not happen with D.