Forum Moderators: not2easy
Why would you want to deliver a different stylesheet to different browser? I understand the idea behind it, i.e. you want your page to look the same in all the browsers, but you are on the path for a lengthy and very time consuming development.
If you use XHTML and proper CSS you can achieve reasonably complex designs that will look and work the same in all major browsers (except the version 4.x and lower etc - but should you really worry about them as they represent a very small fraction of today's browser population).
If you really want to go ahead with it, you may want to use your favourite search engine and type 'asp browser sniffing' or 'javascript browser sniffing' because it is more of a client-side issue.
Hope this helps
Leo
I did locate a good Javascript code that worked with validation.
In regards to ASP validating.
I’m creating ASP based pages and have been able to validate all of them.
If your trying to fix an IE bug by using a different stylesheet for IE to override a standards compliant style then why not use IE's conditional comments see the quirksmode article [quirksmode.org...]