Click here to Skip to main content
15,906,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there!

To get more browser compatibility as well resolution compatibility , which one is better? Themes or CSS ?

We have been developing a software,which is often need to change CSS (like width,height,padding) with respect to ie,mozilla,crome as well monitor resolutions like 1024 x 768, 1280 x 1024,!


is there any better to resolve this?
what is the best way to over come all these?

Thanks!
Shiva.
Posted

1 solution

I would say irrelevant comparison. Comparing Themes against CSS is like comparing apples to oranges. They are totally different.

In ASP.NET, for page design, we use lots of things like styles, CSS, HTML, JavaScript, etc. Themes are like a set of styles (kind of CSS) and helps in changing the look and feel of the whole page in one shot.

From, browser compatibility prospective, you need to look at various CSS that helps.
 
Share this answer
 
Comments
chandanadhikari 2-Feb-12 1:09am    
Hi Sandeep,
any ideas about the resolution part ??
Sandeep Mewara 20-Feb-12 5:36am    
You can have different CSS for different resolution. Sample example: http://forums.asp.net/t/1227235.aspx/1
If needed, Google for more.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900