Essay_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:47:12
Original
1024 people have browsed it

Mainly record some problems encountered in study and work

1. If the parent container is set to position:relative|absolute|fixed, then the overflow:hidden in the child container will be will fail. This will be ignored in IE6.

2. Firefox does not support jQuery’s animate on backgroundPosition.

3. About the browser getting backgroundPosition

1. IE6/7/8: recognize backgroundPositionX/Y, but not backgroundPosition

2. FireFox and opera: not recognized backgroundPositionX/Y, but recognize backgroundPosition

3. Safari and Chrome: recognize backgroundPositionX/Y and backgroundPosition

4. IE6 bug When text and img, input, textarea, select, When elements such as object are connected, the line-height value set for this container will be invalid, and the line height of the above elements may be ×2.

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