Hallo,
ich möchte gerne die Conditional Comments mit einbringen doch das klappt irgend nicht, so wie es auf all den Seiten im Internet steht. Kann mir einer helfen?
Quellcode html.datein:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Test</title>
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/layout.css" />
<style type="text/css">
#boxnavi2 {margin-top:815px; }
<!--[if IE6]><link rel="stylesheet" type="text/css" href="css/layout_ie6.css" /><![endif]-->
</style>
</head>
<body>
... Textinhalte der einzelen Boxen
</body>
</html>
Quellcode layout_ie6.css:
@charset "ISO-8859-1";
/* CSS Document */
body {
height:; background-image:url(../images/hgr.gif);
background-repeat:no-repeat;
margin:0; padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; }
#boxlogo {
position:absolute;
margin-top:10px; margin-left:5px;
height:180px;
width:150px; }
weitere Boxen...
Mfg
Sam