Hi.

I have a problem with this simple code.
I see it differently on Ie than on Firefox.
Left-margin seems much higher on Firefox.
Help appreciated.

Thanks.

Michel.

<style type="text/css">
html {
margin: 0;
padding: 0;
}
#notizie {
background: #FFFFCC;
margin: 5px;
padding: 5px;
width: 150px;
}
#notizie h2 {
font-size: 1.1em;
}
#notizie p {
font-size: 0.8em;
}
#notizie ul {
margin: 0 0 0 8px;
}
</style>
</head>

<body>
<div id="notizie">
  <h2>Ultime Notizie ...</h2>
  <ul>
   <li><p><a href="39">Titolo lungo di un nuovo documento</a></p>
   <p>Tabelle contro CSS per il layout. Il dibattito tra i sostenitori 
di tabelle </p></li>
  <li> <p><a href="38">Mini CMS HOWTO (LT)</a></p>
   <p>The goals of the Apache XML Project</p></li>
   <li><p><a href="9">How to Start Posting with MODx Mini-Blogs</a></p>
   <p>Setting up a mini-blog is relatively simple. Here's what you need 
to do to get started</p></li>
  </ul>
 </div>
</body>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to