#ie6 {
position: fixed;
bottom: -6ft;
overflow: hidden;
}
Das wird nicht funktionieren mit ft als Einheit:
~~~css
#ie6 {
position: fixed;
bottom: -1828.8mm;
overflow: hidden;
}
#ie6 {
position: fixed;
bottom: -6ft;
overflow: hidden;
}
Das wird nicht funktionieren mit ft als Einheit:
~~~css
#ie6 {
position: fixed;
bottom: -1828.8mm;
overflow: hidden;
}