bubble: unerklärliches Verhalten der Breite

Beitrag lesen

So, ich habs mal ein wenig kleiner gemacht.

Die Seite ist wieder unter http://tdv.td.ohost.de/reptest/ erreichbar.

Mir fällt grad auf, dass ich im Anfangspost vergessen hab zu sagen, dass das sonderbare Verhalten nur beim Smartphone & Smartphone-Emulator auftritt.

Hier mal zwei Screenshots:
http://tdv.td.ohost.de/reptest/browser.png
http://tdv.td.ohost.de/reptest/smartphone.png

Die rotgerahmten Elemente sind beide display: block;, nur auf dem Smartphone zicken sie halt rum =|

CSS laut Firebug für das p-Element:

  
p, a {  
    border: 1px solid red;  
}  
body * {  
    -moz-box-sizing: border-box;  
}  
body {  
    color: #FFFFFF;  
}  
body {  
    font-family: Verdana,Arial,Helvetica,sans-serif;  
    font-size: 24px;  
}

CSS laut Firebug für die a-Elemente:

  
#menu_mobile a, #cats_mobile a {  
    color: #FFFFFF;  
    display: block;  
    padding: 0 0 0 0.75em;  
}  
p, a {  
    border: 1px solid red;  
}  
body * {  
    -moz-box-sizing: border-box;  
}  
#menu_mobile li, #cats_mobile li {  
    list-style-image: none;  
    list-style-type: none;  
}  
body {  
    font-family: Verdana,Arial,Helvetica,sans-serif;  
    font-size: 24px;  
}

MfG
bubble

--
If "god" had intended us to drink beer, he would have given us stomachs. - David Daye