Hi,
ich habe eine Seite mit mehreren divs und die Formatierung ist auch ok:
div#maincontent{
position: fixed;
top: 130px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto;
background: #fff;
}
Dynamic Drive CSS Library
filltext(255)
Credits: Dynamic Drive CSS Library
Allerdings benötige ich innerhalb des divs ASP Controls, welche wiederum ein form tag erforderlich machen:
Und nun funktioniert mein CSS nicht mehr.
Frage:
Wie kann ich divs anwenden, wenn diese innerhalb einer Form sind?
Hat vielleicht jemand eine Lösung?
Danke,
Andre