Hallo CSSler,
ich bräuchte Eure Hilfe.
Ich habe mir ein Menu gemacht welches 3 Spalten hat. Leider entsteht zwischen rechts - mitte und links - mitte eine Lücke von ca. 2 pixeln. Wie bekomme ich die weg, daß alle 3 Spalten aneinander kleben?
Viele Grüße
Alex
Hier mal der Test-Code:
<div>
<div style='position:relative; padding: 0px; margin: 0px; width:100%;'>
<p style='FLOAT: left;'>links___</p>
<p style='FLOAT: right;'>___rechts</p>
<p style='
font-family: Arial; font-size: 12px; font-weight:bold;
text-align: center;
border-bottom: 1px solid #000000;
height: 20px;
padding-top: 2 px;
padding-left: 0 px;
padding-right: 0px;
margin: 0px;
position:relative;
min-width: 100%;
width: 100%;'>* mitte *</p>
</div>
</div>
ich bräuchte Eure Hilfe.
Ich habe mir ein Menu gemacht welches 3 Spalten hat. Leider entsteht zwischen rechts - mitte und links - mitte eine Lücke von ca. 2 pixeln. Wie bekomme ich die weg, daß alle 3 Spalten aneinander kleben?
Viele Grüße
Alex
Hier mal der Test-Code:
<div>
<div style='position:relative; padding: 0px; margin: 0px; width:100%;'>
<p style='FLOAT: left;'>links___</p>
<p style='FLOAT: right;'>___rechts</p>
<p style='
font-family: Arial; font-size: 12px; font-weight:bold;
text-align: center;
border-bottom: 1px solid #000000;
height: 20px;
padding-top: 2 px;
padding-left: 0 px;
padding-right: 0px;
margin: 0px;
position:relative;
min-width: 100%;
width: 100%;'>* mitte *</p>
</div>
</div>
Kommentar