Home > Web Front-end > HTML Tutorial > Typesetting disorder_html/css_WEB-ITnose

Typesetting disorder_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:15:45
Original
1212 people have browsed it

In a layer I set, I added a marquee. However, when I reduce the web page to a certain size, the layout of the interface below will appear disordered, and the content in this layer will also be disordered accordingly, which is mentally retarded. Ask the wise, what is the reason for this? Is there any solution?


Reply to the discussion (solution)

Set a minimum width: min-width
or width:expression (this.width>min-width?true:min-width);

Set a minimum width: min-width
or width:expression(this.width>min-width?true:min- width);
It’s worth a try and it should be possible

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template