html条件ステートメントをIE固有のCSSスタイルシートに正しく取り込むのに問題があります。誰かが私のコードの上部を見て、構文が正しいかどうかを確認してください。
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Cherokee Cat Clinic</title>
<link rel="stylesheet" type="text/css" href="styles/cherokee.css" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="styles/ie/cherokee_ie.css" />
<![endif]-->
<!--[if IE 9]>
<link rel="stylesheet" type="text/css" href="styles/ie/cherokee_ie.css" />
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="styles/ie/cherokee_ie.css" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="styles/ie/cherokee_ie.css" />
<![endif]-->
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="styles/ie/cherokee_ie.css" />
<![endif]-->
<style type="text/css">
また、IEのさまざまなバージョン用にサイトを再構築するプロセスに非常に慣れていません。クァークズモードの属性テーブルを見たことがありますが、どのバージョンのIEでどのCSSセレクターが/ wonky /であるかについての優れた概要はありますか?または、IE7および8用に設計するときに注意すべき点に関するStack Overflowの記事の優れたリファレンススレッドでさえありますか?