Topic: Conditional comments issues with ie6
hello
its not a new topic, i know but i still havent found the solutionon this wensite or on the net.
have fixed all the issue with firefox as lsw said ,and i fixed the issues with ie6 also. i did a seperate css filesheet for ie6 but as i post the link to the conditional comments
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome to the Palestinain Arabic institue</title>
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if IE 6]>
<link href="styleIE.css" rel="stylesheet" type="text/css" media="all" />
<![endif]-->
</head>
i want the website to work with ie6.
if needed the css filesheet and websites codes can be uploaded.
thank you

