Sent by Rob Cochrane on 24 September 2005 10:10
This is a multi-part message in MIME format.
--------------090407020108010103050401
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hi All,
Cut and paste the code below to a XHTML file or click here:
http://www.by-rob.com/test/IE%20devtoolbar.htm
No comment required:)
Rob
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>At Last IE Developer Toolbar</title>
<style type="text/css">
<!--
#wrapper {
width: 60%;
margin-right: auto;
margin-left: auto;
background-color: #FFFFCC;
margin-top: 5em;
}
body {
background-color: #FF6600;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 100%;
color: #993300;
}
#content {
width: 90%;
margin-right: auto;
margin-left: auto;
padding: 2em;
}
-->
</style>
</head>
<body>
<div id="wrapper">
<div id="content">
<h1>IE Developer toolbar beta </h1>
<p>For those who have or are using the wonderful developer toolbar on
Firefox/Mozilla and have screamed when viewing a site in IE and not had
the tools available you are used to!
</p>
<p>Well those people we love to hate at Microsoft have just released
a beta version of their developer toolbar for IE. This will work on both
IE6 and IE7</p>
<a
href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e59c3964-672d-4511-bb3e-2d5e1db91038&displaylang=en">Link
to download page </a>
</div>
</div>
</body>
</html>
--------------090407020108010103050401
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
--------------090407020108010103050401--