penguin-of-doom
Neues Mitglied
Hey,
ich habe bei meiner Homepage die ich neu eingerichtet habe, ein Problem mit dem Mouseover... In dem Bild wird es verdeutlicht:

da wird irgendwie alles verschoben, ich hoffe, ihr könnt mir helfen, das in diesem Code zu bearbeiten:
ich hoffe, ihr könnt mir helfen =)
ich habe bei meiner Homepage die ich neu eingerichtet habe, ein Problem mit dem Mouseover... In dem Bild wird es verdeutlicht:

da wird irgendwie alles verschoben, ich hoffe, ihr könnt mir helfen, das in diesem Code zu bearbeiten:
Code:
div
{
border: 1px solid black;
margin:5px;
}
#header
{
}
#navigation
{
margin-top: 5px;
float:left;
width:180px;
}
#content
{
margin-top: 5px;
margin-left: 200px;
padding:5px;
}
#footer
{
text-align: center;
margin-top: 130px;
}
div#navigation ul, div#navigation li
{
list-style-type: none;
padding:0;
margin:5px;
padding-bottom:2px;
}
li
{
border:1px solid #555;
padding:5px;
width:160px;
background-color: #ccc;
height:20px;
padding:5px;
vertical-align: middle;
}
div#navigation a
{
color:#000;
text-decoration:none;
display:block;
padding:0.3em;
}
div#navigation a:hover
{
background-color:#666666;
font-weight:bold;
color:#ffffff;
}
ich hoffe, ihr könnt mir helfen =)