Bin absoluter Neuling und habe eine Seite mit css erstellt, funktioniert tadellos auf IE und FF, allerdings wird bei Safari kein Text dargestellt. Bitte um Hilfe
www.physio-klagenfurt.at
www.physio-klagenfurt.at
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
#text {
margin: 40px 160px 20px 730px;
line-height: 17px;
font-size: 11px;
color: #525050;
height: 380px;
overflow: auto; /* hier liegt der fehler */
}
overflow: visible;
Soweit wie ich das sehe, wird hier overflow: auto tatsächlich mal eingesetzt wofür es gedacht ist. Nämlich ein Scrollbalken wenn height: 380px; überschritten wird.Hey Christina!
Ich weiß grad nicht mehr warum, aber Safari hat einfach was gegen overflow: auto;HTML:overflow: visible;
margin: 40px 160px 20px [B][COLOR="#8b0000"]0px[/COLOR][/B];
Code:margin: 40px 160px 20px [B][COLOR=#8b0000]0px[/COLOR][/B];
#flash {
width: 410px;
}