Mein letzter Status ist jetzt, da� es geht, solange nicht </td> nach </ul> 
kommt...

Komisch.

Mein Test-Code:
--- cut ---
<html>

<head>
<meta http-equiv="Content-Language" content="de-at">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Punkt 1</title>
<style>
<!--
ul,ol           { margin-top:10 px; margin-bottom:10 px}
-->
</style>
</head>

<body>

<table border="1" cellpadding="0" style="border-collapse: collapse" 
width="100%" id="table1">
        <tr>
                <td>
                <table border="0" cellpadding="0" style="border-collapse: 
collapse" id="table2">
                        <tr>
                                <td><img hspace="3" src="ti.gif" 
vspace="3"></td>
                                <td>Punkt 1</td>
                        </tr>
                        <tr>
                                <td><img hspace="3" src="ti.gif" 
vspace="3"></td>
                                <td>Punkt 2</td>
                        </tr>
                </table>
                </td>
        </tr>
        <tr>
                <td>&nbsp;</td>
        </tr>
        <tr>
                <td>
                <ol>
                        <li>punkt</li>
                        <li>strich</li>
                </ol>Text
                </td>
        </tr>
        <tr>
                <td>
                <ul>
                        <li>ccc </li>
                        <li>ddd</li>
                </ul>
                </td>
        </tr>
</table>
<ol>
        <li>punkt</li>
        <li>strich</li>
</ol>Text Text Text
<ul>
        <li>ccc </li>
        <li>ddd</li>
</ul>

</body>

</html>
--- cut --- 

-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von J�rg L�gering
Gesendet: Freitag, 25. Februar 2005 10:56
An: [email protected]
Betreff: AW: [Coffeehouse] <UL> & Stylesheet

Komisch, bei mir steht es auch in der Tabelle und es funktioniert.

Gru� J�rg


-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Mayer, Stefan
Gesendet: Freitag, 25. Februar 2005 10:33
An: [email protected]
Betreff: AW: [Coffeehouse] <UL> & Stylesheet

Das funktioniert alles, solange es nicht in einer Tabelle drinnen steht...

*seufz* 

-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von J�rg L�gering
Gesendet: Freitag, 25. Februar 2005 10:25
An: [email protected]
Betreff: AW: [Coffeehouse] <UL> & Stylesheet

Hallo,

ich habe es bei mir so gel�st.

In CSS:

.BlockAbstand{
        margin: 0px;
        padding: 3px 3px 3px 3px;
}



In der Seite:

<ul>
<li>Punkt</li>
<li>Strich</li>
</ul>
<div class="BlockAbstand"></DIV>


Gru� J�rg


-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Claudius Ceteras
Gesendet: Freitag, 25. Februar 2005 10:11
An: [email protected]
Betreff: RE: [Coffeehouse] <UL> & Stylesheet

> Eigentlich ist Firefox dsa Tool, was die Sache richtig macht, nicht 
> der IE.

Das ist nicht spezifiziert...
IE hat ne andere Vorgabe als FF

> Allerdings f�llt mir jetzt zur L�sung nur eine Browserweiche ein, und 
> im CSS f�rn Mozilla erh�hst du dann den unteren Abstand...

Das m�sste auch ohne Browserweiche gehen.
Der Wert ist entweder margin oder padding unten... Setz den bei UL auf einen 
festen Wert wie 10px und dann m�ssten beide Browser diesen Abstand einhalten.


Claudius

_______________________________________________
Coffeehouse Mailingliste, Postings senden an:
[email protected]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/coffeehouse

_______________________________________________
Coffeehouse Mailingliste, Postings senden an:
[email protected]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/coffeehouse
_______________________________________________
Coffeehouse Mailingliste, Postings senden an:
[email protected]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/coffeehouse

_______________________________________________
Coffeehouse Mailingliste, Postings senden an:
[email protected]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/coffeehouse
_______________________________________________
Coffeehouse Mailingliste, Postings senden an:
[email protected]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/coffeehouse

Antwort per Email an