Hallo Kai,
mit deinem geposteten Code sehe ich eine vollkommen leere Seite. Wie du da Kanten beurteilen willst, ist mir unklar.
Aber setze mal die border Einträge in Kraft.
<style type='text/css'>
div.map {
position: absolute;
top: 198px;
left: 810px;
height: 145px;
width: 105px;
_order: 1px solid #f00;
}
div.kurz {
position: absolute;
top: 348px;
left: 810px;
width: 105px;
height: 250px;
_order: 1px solid #0f0;
}
div.bild1 {
position: absolute;
top: 198px;
left: 205px;
height: 400px;
width: 600px;
_order: 1px solid #00f;
}
</style>
</head>
<body>
<div class=map></div>
<div class=kurz></div>
<div class=bild1></div>
</body>
</html>
Du hast noch irgendwelchen anderen Code, der deine Linien stört.
Kalle