Abstand UL
alkativo
- css
0 Kalle_B
Hallo,
wie bekomme ich den Abstand zwischen a und b kleiner?
a
<ul><li>b<li><ul>
Gruß
Al
Hallo,
wie bekomme ich den Abstand zwischen a und b kleiner?
a
<ul><li>b<li><ul>
a
<ul style='border:1px solid #f00; margin-top:0'>
<li style='border:1px solid #0a0'>b<li>
</ul>
ul hat einen vordefinierten margin. Der border dient nur der Kontrolle.
LG Kalle