hallo!
ich bastle gerade an einer seite, hier mal ein link dazu
http://sonja.kilu.de/test/index.html
(wenn was nicht passt nicht wundern das is nur als "anzeig beispiel" gedacht
mein erstes problem:
ich will das da kein abstand zwischen der "navigationsleiste" und der iframe ist, also wirklich gar nichts
zweitens:
beim herumprobieren ist mir irgentwie passiert das die iframe plötzlich nur mehr so gross war wie sie jetzt ist, aber wie ihr im code sehen werdet ist das nicht so gewollt
also die codes:
index.html:
[code lang.html]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Test</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<img src="logo.png"><br>
<center>
<img src="img/left.png" vspace="0" hspace="0" /><a href="home.html" target="iframe"><img src="img/home.png" onmouseover="this.src='img/home_.png'" onmouseout="this.src='img/home.png'" vspace="0" hspace="0" /></a><img src="img/platz.png"><a href="leistung.html" target="iframe"><img src="img/leistung.png" onmouseover="this.src='img/leistung_.png'" onmouseout="this.src='img/leistung.png'" vspace="0" hspace="0" /></a><img src="img/platz.png"><a href="kontakt.html" target="iframe"><img src="img/kontakt.png" onmouseover="this.src='img/kontakt_.png'" onmouseout="this.src='img/kontakt.png'" vspace="0" hspace="0" /></a><img src="img/platz.png"><a href="angebot.html" target="iframe"><img src="img/angebot.png" onmouseover="this.src='img/angebot_.png'" onmouseout="this.src='img/angebot.png'" vspace="0" hspace="0" /></a><img src="img/right.png" vspace="0" hspace="0" />
</center>
<center>
<iframe src="" name="iframe" width="899" height="500"></iframe>
</center>
<center>
<img src="img/leftu.png" vspace="0" hspace="0" /><img src="img/leer.png" /><img src="img/leer.png" /><img src="img/leer.png" /><img src="img/leer.png" /><img src="img/rightu.png" vspace="0" hspace="0" />
</center>
</body>
</html>[/code]
sorry das es sooo übersichtlich ist, aber bei der navi leiste wären abstände würde ich bei den einzelnen bilder zeilen umbrüche machen
und hier der css
body {
background: url("back.jpg") repeat-x top center;
color: black; background-color: #8dcfee;
font-size: 100%;
font-family: Helvetica,Arial,sans-serif;
margin: 0; padding: 0em;
min-width: 40em;
text-align: center;
ich hoffe ihr könnt mir helfen
l.g. sonja