- Registriert
- 12.04.06
- Beiträge
- 571
Hallo
Habe ein Problem bei der Formatierung der divs.
Das Unschoene sollte auf einen Blick zusehen sein:
Hier online
Das ganze seht ihr hier:
das fette klappt nicht!
Seht ihr einen Fehler oder koennt ihr mir sonst irgendwie helfen? Sollte heute unbedingt in ordnung sein.
Noch etwas, im Firefox werden die Fotos gelb umrandet, wegen der Link definition, wie kein ich die ausnehmen aus der Definition?
Danke wapplegraph
Habe ein Problem bei der Formatierung der divs.
Das Unschoene sollte auf einen Blick zusehen sein:
Hier online
Das ganze seht ihr hier:
das fette klappt nicht!
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Documento sin título</title>
<style type="text/css">
a:link { color:#FFFFCC; }
a:visited { color:#FFFFCC; }
a:active { color:#FFFFFF; }
div#name {
text-align:center;
color:#FFFFCC;
font-family:American Typewriter;
width:150px;
height:110px;
float:left;
margin-top:10px
}
div#bild {
margin-left:40px;
margin-top:150px
}
</style>
</head>
<body style="background-color:#000000">
<table align="center" width="520px" style="font-family:American Typewriter;font-size:12pt;color:#FFFFCC;margin-top:30px">
<tr align="center" valign="middle" style="height:30px;font-weight:bold">
<td width="80" style="background-color:#CC534B"><a href="../../index.html">Inicio</a></td>
<td width="70" style="background-color:#256CA2">Fotos</td>
<td width="120" style="background-color:#2E1FBF"><a href="cirriculum.html">Curriculum</a></td>
<td width="100" style="background-color:#844E73"><a href="contacto.htm">Contacto</a></td>
<td width="70" style="background-color:#7B0006">Precios</td>
<td width="80" style="background-color:#E6A802">Enlaces</td>
</tr>
</table>
<div style="margin-top:150px;margin-left:250px;float:left">
<a href="botellas/daten.htm"><img src="../../fotos%20pg.%20web/botellas/botellasSonnestube192g.jpg" height="110px" width="150px"></a>
</div>
<div id="bild" style="float:left">
<a href="cortezas/daten.htm"><img src="../../fotos pg. web/cortezas/corteza117.jpg" height="110px" width="150px"></a>
</div>
[B]<div style="margin-left:40px;margin-top:150px">
<a href="onirico/daten.htm"><img src="../../fotos pg. web/onírico/Arboles2.jpg" height="110px" width="150px"></a>
</div>[/B]
<div id="name" style="margin-left:250px ">
Botellas</div>
<div id="name" style="margin-left:40px ">
Cortezas</div>
[B][COLOR="Red"]<div id="name" style="float:none ">
Onírico</div>
[/COLOR][/B]
<div style="margin-left:250px;margin-top:50px;float:left">
<a href="paletas/daten.htm"><img src="../../fotos pg. web/paletas/paletaVIII_06_47.jpg" height="110px" width="150px"></a>
</div>
<div style="margin-left:40px;margin-top:50px;float:left">
<a href="plantas/daten.htm"><img src="../../fotos pg. web/plantas/adornosatardecer94g.jpg" height="110px" width="150px"> </a>
</div>
[B]<div style="margin-top:50px;margin-left:40px">
<a href="reflejos/daten.htm"><img src="../../fotos pg. web/reflejos/reflejo3.jpg" height="110px" width="150px"></a>
</div>
[/B]
<div id="name" style="margin-left:250px ">Paletas</div>
<div id="name" style="margin-left:40px ">Plantas</div>
<div id="name">Reflejos</div>
</body>
</html>
Seht ihr einen Fehler oder koennt ihr mir sonst irgendwie helfen? Sollte heute unbedingt in ordnung sein.
Noch etwas, im Firefox werden die Fotos gelb umrandet, wegen der Link definition, wie kein ich die ausnehmen aus der Definition?
Danke wapplegraph