Dalai-Lama
Neues Mitglied
Hallo Leutz,
ich programiere gerade eine Hp für Info:-D
Ganz links soll das das Menu mit dem Schatten, in der Mitte den normalen Text und ganz rechts sollen Erklärungen erscheine, wenn man über einen Link fährt! Wär toll wenn ihr mir helfen könntet
Gruß
ich programiere gerade eine Hp für Info:-D
HTML:
<html>
<head>
<title>Menüs mit Schatten</title>
<style type="text/css">
<style type="text/css">
}
a:link {color:red; text-decoration:none}
a:visited {color:green; text-decoration:none}
a:active {color:blue; text-decoration:none}
a:hover {color:red; text-decoration:underline}
div
{
font-size:12px;font-family:Verdana;
border:1px solid #000000;background-color:#efefef;
height:50%;
float:left;
}
</style>
<body>
<style type="text/css">
#shadow{
background-color:#bbbbbb;
width:120px;
height:220px;
margin:10px 0px 0px 10px;
}
#menu{
position:relative;
top:-230px;
width:120px;
height:220px;
background-color:#F0F4D6;
border:1px solid #000000;
}
div
{
</style>
<div style="width:58%;margin:0px 1%;"><a href="">Blasebalg </a></div>
<div style="width:18%;">Blasebalg </div>
<p style="clear:left;">Irgendein Text ohne Spaltenlayout</p>
</head>
<img src="animake_3.gif" width="64" height="80" border="0" alt="">
<body>
<div id="shadow"></div>
<div id="menu">
<a href="#"></a><br><br>
<a href="#">link </a><br><br>
<a href="#">LINK </a><br><br>
<a href="#">LINK </a><br><br>
<a href="#">LINK </a><br><br>
<a href="#">LINK </a><br><br>
<a href="#">LINK </a><br><br>
</div>
</body>
</html>
Gruß
Zuletzt bearbeitet von einem Moderator: