Home > Web Front-end > HTML Tutorial > 同样代码在手机和电脑上显示位置不同,求指点_html/css_WEB-ITnose

同样代码在手机和电脑上显示位置不同,求指点_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:04:48
Original
1805 people have browsed it

css: .menufixd {
Z-INDEX: 500; POSITION: absolute; WIDTH: 100px; MARGIN-LEFT: -605px; TOP: 150px; LEFT: 50%; _display: none;

用上面代码的一个DIV,为什么在手机上显示位置比电脑上偏左?


回复讨论(解决方案)

有人          吗??

看看你的html页面有没有写入

类似这样的定义

回楼上的,你的代码加上了,手机上位置也正常了,但手机上不能进行放大操作了,这个不行呀,还有什么办法?谢谢

用这个呢
@media only screen and (min-width: 330px) and (max-width: 365px){
.menufixd { }  
}

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