简体   繁体   中英

Website looks different in the same browser on MAC and PC

For some reason my website looks different when viewed in the same browser but different operating system EX: MAC VS PC.

And forget about IE. It looks horrible. I was thinking of adding a custom css file just for IE.

It also looks different in chrome and in safari. I want all the versions to look like chrome "MAC".

The thing that specifically concerns me is the <div id=items> .

http://www.amas.net/new_site/amas/index_copy.html

也许使用css框架来最小化渲染引擎之间的视觉差异?

You have a lot of absolute positioned elements like:

#sale_items, #viewed_items, #new_items {

Make sure anything that will be absolute is contained in a container with position set to relative that way your layout wont break and should be more consistent

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