|
|
Killersites.com Forum » List all forums » » Forum: Web Accessibility » » » Thread: The new twist on the browser wars » » » » Post: Re: The new twist on the browser wars |
Print at May 24, 2013 3:26:50 AM |
| Posted by shelfimage at Feb 22, 2006 9:25:22 PM |
|
Re: The new twist on the browser wars I haven't don extensive testing with IE7 Beta yet. I did have it on PC for a couple of days and I test my sites out on Browser Cam which has the beta2 release available. All that said, I haven't seen any big differences in IE6 vs IE7 other than the tabbed interface and other facelifts. My biggest headache in IE6 vs Standard Compliant UA's is not the standards, but how MSIE interpets the box model. For example: to get a left column in a css-p site to look the same in both browsers I use a conditional statement: //Here's the css for the other browsers// #left { margin:0 0 10px 24px; padding:0 15px; width:192px; float:left; background-color:#DADADA; color:inherit; } //for IE in an ie only style sheet// #left { margin-left:12px; } That's a 12px difference. It works, but doesn't make any sense. The padding is set at 15px - where did the other 3px go? ---------------------------------------- "The art of life lies in a constant readjustment to our surroundings." -Okakura Kakuzo Save the developers<!> Maine Webworks |
|
|
Current timezone is GMT May 24, 2013 3:26:50 AM |