Hallo, könnte mir jemand den Quelltext anpassen damit der DIV Frame & das jpg immer mittig zentriert sind ?
Danke
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>...</title>
<style type="text/css">
</style>
</head>
<style type="text/css">
#style0 { position: absolute; left: 118; top: 21;}
#style1 { position: absolute; left: 262; top: 155;}
</style>
<base target="home">
<style type=text/css>
</style>
<div id="style0">
<body>
<div align="center"><img src="1.jpg" width="780" height="580" usemap="#Map" border="0"></div>
<map name="Map">
<area shape="rect" coords="9,185,82,163" href="text">
<area shape="rect" coords="7,236,107,209" href="text">
<area shape="rect" coords="9,282,76,253" href="text">
<area shape="rect" coords="5,328,102,296" href="text">
<area shape="rect" coords="7,375,127,344" href="text">
<area shape="rect" coords="5,419,108,391" href="text">
<area shape="rect" coords="6,465,84,439" href="text">
<area shape="rect" coords="635,38,742,20" href="text">
<area shape="rect" coords="653,62,741,47" href="text">
</map>
</div>
</div>
<div ID="style1"><iframe src=""text">" name="text" width="545" height="350" align="center" frameborder="0"> </iframe></div>
</body>
</html>
Alles anzeigen