Safari rendering fixed-width css incorrectly -
on websites have fixed width container (width:985px;) find on safari 5.1.7 on windows 7, 64-bit, rendered width of container on screen 80% of width forcing layout break not wide enough.
on windows 7 (64 bit) machine safari 5.0.3, fine. on both computers, things fine in ie (various versions), opera, firefox, , chrome. css validates. did view on ipad, , layout fine.
appreciate thoughts, help, etc. thanks!
#wrapper {position: relative;margin: 0 auto;width: 960px; text-align:left;} wrapper first div after body tag here link 1 site renders improperly in safari 5.1.7 on windows. http://www.wingserv.com/
Comments
Post a Comment