| Author |
css browswer compatibility
|
francis varkey
Ranch Hand
Joined: Sep 13, 2005
Posts: 155
|
|
Respected Sirs,
May I know the technic of handling css in different bowers. Some people writes separate css file for different bowers . Is it good programming practice.
Thank You,
Francis
|
 |
Sagar Rohankar
Ranch Hand
Joined: Feb 19, 2008
Posts: 2896
|
|
francis varkey wrote:Some people writes separate css file for different bowers . Is it good programming practice.
I don't have a good knowledge in CSS programming, but many times I found a separate CSS file for IE(only), and it usually contains a small hacks only applicable for IE, the rest of the CSS common for all html pages is placed in single file, say default.css or style.css. Now you can know about this hacks and how to load it in html page, simply by googling.
|
[LEARNING bLOG] | [Freelance Web Designer] | [and "Rohan" is part of my surname]
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
Most developers will not seperate out CSS for browsers, that is just way to much work to maintain. There is no GUIDE to css differences. It is normally something you just learn from practice and google searches.
Eric
|
 |
 |
|
|
subject: css browswer compatibility
|
|
|