asp/browser specific CSS
- Started
- Last post
- 6 Responses
- elPaulo
Hey everyone,
Been looking all over the new for a good tutorial for beginners trying to use asp to run browser specific stylesheets. What I am looking to do is use .asp to detect browsers and implement the corresponding stylesheet.
Anyone......... help?
- welded0
There are plenty of results if you Google 'asp browser detect'. I don't know the language, but if you can get the browser detection working and can write strings then you should have no trouble combining the two.
- airey0
if you're not stuck into asp yet give it the flick. there's better code out there using JS and PHP.
- sherman0
I would avoid asp if you can and use php
- ctcliff0
Generally for CSS, you would only need to implement special stylesheets for Internet Explorer. If that's the case, you don't need to use ASP or PHP, just use IE conditional comments in the header of your page:
- van_rijn0
what ctcliff said.
only need to run different style sheets for IE cause the rest of the world's browsers adhere to web standards
- airey0
you can also run a 'set to zero' stylesheet to start all browsers (except IE of course) to the same starting point:
http://developer.yahoo.com/yui/r…
http://meyerweb.com/eric/thought…