News & Events

Aktivitäten rund um den Quartierhof

Mitgliederversammlung 2017

von Luis Arguello

How to fix the Internet Explorer double float margin bug

The IE double float margin bug shows up in practically every floated CSS layout. If there is a floating element with a margin value, its margin will be doubled in IE6. To fix this behaviour, simply set the floated element's display property to inline. Here is a short example that uses the "Star HTML Hack":

#element {
float:left; margin:10px;
}
* html #element {
display:inline; /* IE only */
}

Zurück zur Newsübersicht



News/Aktivitäten

Obstbaum-Winterschnittkurs

Zukunftsworkshop

Was krabbelt denn da?!

Brennessel-Quiche "Höckli"

Herbstfest 2019

Quartierhof-Karawane

Tag der offenen Tür

Eierfärben

Top