immer noch...
Problem:
ankerlinks auf einer seite werden im opera nicht ausgeführt,
wenn alles von einem in der höhe maximiertem und mit overflow:auto declariertem div steht.
Content:
html-tabelle mit stichworten und ankerlinks
darunter:
Liste mit text und anker so wie weitere ankerliks / verweise und top.
so geht es:
Code:
.div-m {float:left;border:1px solid #aaaaaa; width:583px; height:339px; padding:10px; margin-top:1px; text-align:left; }
so nicht:
Code:
.div-m {float:left;border:1px solid #aaaaaa; width:583px; height:339px; padding:10px; margin-top:1px; overflow:auto; text-align:left; }
URL: http://www.oxxo.de/works/Glossar_n.php
und bitte, diese seite ist NUR zum testen dieses problems.
outfit und abmessungen sind hier nicht relevant!
css und html sind validiert.
um das problem einzugrenzen habe ich alle css declarationen aus dem style entfernt. die css-anweisungen im html stehen allerdings noch drinn.
also bitte nicht drann stören, das dürfte wohl keinen einfluss haben.
hoffentlich weis jamand Rat!
schon einmal vorab danke!