Hi all,
i have this code
It behaves different in Firefox and Explorer.
From my point of view Firefox's is the right one,but why it doens't work fine in IE?
That's my problem, hope somebody can point me in the right direction or suggest an alternative solution.
Thanks in advance.
i have this code
Code:
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml"[/URL] xml:lang="en" lang="en">
<head>
<title>12345 12345 12345 12345 12345 </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
div.firstclass.colorclass{
background-color: #000000;
color: yellow;
}
div.secondclass.colorclass{
background-color: #cccccc;
color: red;
}
</style>
</head>
<body>
<div class="firstclass colorclass">Some content</div>
<div class="secondclass colorclass">Some other content</div>
</body>
</html>
It behaves different in Firefox and Explorer.
From my point of view Firefox's is the right one,but why it doens't work fine in IE?
That's my problem, hope somebody can point me in the right direction or suggest an alternative solution.
Thanks in advance.