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

Typesetting disorder_html/css_WEB-ITnose

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-24 12:15:451235browse

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

Statement:
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