Forum : How can we make our webpage with Browser compatibility?
Brief description  about Online courses   join in Online courses
View Ankit  Goel 's Profile

How can we make our webpage with Browser compatibility?

Hello,
Actually I am facing a problem in webpage preview in browsers. My webpages is not browser compatible means when I make webpages through CSS, then google croam and internet explorer gives the different layouts. How can I make our pages browser compatible? Please let me know about this.
Thanks,
Ankit Goel
Asked by Ankit Goel | Dec 26, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi
While designing only you need to take care small things like changing width, padding, margin,

After that also if not fixed you can write different style sheet for that


<link href="homeoutside/formozilla.css" rel="stylesheet" type="text/css" />

<!--[if IE 6]>
<link href="homeoutside/forie.css" rel="stylesheet" type="text/css" />
<![endif]-->

<!--[if IE 7]>
<link href="homeoutside/forie7.css" rel="stylesheet" type="text/css" />
<![endif]-->

Like this

Regards
Dec 26, 2010