If you would have worked
with web applications I am sure you might had difficult time to deal with
applying the style sheets specific to browser and its’ version.
Have found nice
information on applying the browser specific style sheets recently. Wanted to share with you guys.
Below article explains very
well on conditional based approach (browser & version) to apply the
different CSS files. This is most commonly used approach as well.
CSS cross browser selector
comes with noticeable approach, where we no need to write different CSS files. Within
the same CSS file we can mention the style classes based on the
brower&version.
The second will be most
preferable if we have css file with lesser contents. What do you think?
No comments:
Post a Comment