简体   繁体   中英

Do all CSS background properties and their values works in IE6?

Does all CSS background properties and their values works in IE6?

* background-attachment
* background-position

See CSS Compatibility and Internet Explorer :

background: Yes
background-attachment: Partial
background-color: Yes
background-image : Yes
background-position: Partial
background-repeat: Yes

A value of "Partial" in a cell indicates that that feature is only partially implemented in that version of Internet Explorer. For more information, click the link to view that feature's reference page on MSDN.

Update:

As you edited your question, the two properties you ask for are those that are only partially supported. For more information, go to the site I linked to and check the properties.

The following are fully supported in IE6 :

* background-position
* background-repeat

You may encounter some bugs when using the other properties. Check this link if you want more details about the different bugs in various browsers.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM