Forum : Different out put in different browers
Brief description  about Online courses   join in Online courses
View papaiah  ikkurthi 's Profile

Different out put in different browers

Hi sir,
I already sent mail that I am facing problem with browsers for that you ask me to check the css text tutorial (example for css divisions)... for that example also out put is same for mozilla firefox and safari but it is different in internet explorer.... can you please resolve it quickly because of i have to submit the assignment...
Asked by papaiah ikkurthi | Dec 27, 2010 |  Reply now
Replies (3)
View sripriya sreenivasananand 's Profile
Thank You Santosh. I will try it out.
Jan 27, 2011
View sripriya sreenivasananand 's Profile
Hi,

I am not sure how to make css work with different browsers. I see that you are asking us to include some codes and I am not sure where to include and should we do something with the divisions in the css. It is not clear. Also why are we not taught about the browser compatibility issues and how to fix it in our lessons. While submitting assignments I always taught, I would learn regarding this in my future lessons. Now I am seeing that our grading is affected because of these issues.
Jan 25, 2011
View santosh hegde 's Profile
Hi,
please insert below code and check the out put:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 4.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Your Title Goes Here</title>
<!-- if your`s external style sheet, then give css url below -->
<link href="style.css" rel="stylesheet" type="text/css" />
<!-- For browser compatibility, use below code -->
<link href="homeoutside/formozilla.css" rel="stylesheet" type="text/css" />
<!--[if IE 6]>

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

<![endif]-->

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

<![endif]-->


</head>


i hope this code will be solve your problem..
suppose it does`t workout for you, please check and make sure that division are closed (<div id="#"></div>), or check all end of your code tag closed ';'while you writing css code.
heve a grate time...!! :)
Dec 27, 2010