Gregory Alan Gross wrote:
Is it possible to create a separate style sheet with different style rules for individual browsers to enable it to display a site in a uniform manner?
See: <http://www.quirksmode.org/css/condcom.html> ... for the best way to feed IE/win separate stylesheet(s), through "conditional comments". See: <http://www.gunlaug.no/contents/wd_1_02_01.html#item2> ... for practical use of "conditional comments" to link stylesheets. Gecko, Opera, Safari and other standard-compliant browsers, should normally not be in need of separate stylesheets and rules, as most differences can, and should, be worked out by feeding them the same set of styles. Making everything work across browser-land is of course not always easy, but you should try -- even if you have to "spoon-feed" all these browsers with minor and seemingly unnecessary details and make alterations to a design for them. Just remember: pixel-perfection across browser-land is not/should not be important. It just has to come out perfect in all of them - separately. regards Georg -- http://www.gunlaug.no ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
