ich hab 2 probleme
1. jedes kästchen sollte gleich lang sein, es geht beim ie
beim ff werden die kästchen nur so lang wie das wort .
2. ich möchte unter dem <hr> tag ein hintergrundbild einfügen
bitte helft mir, sorry das ich euch nerve aber ich
mach das noch nicht so lange.
also danke schon im voraus.
das ist der qt:
<html>
<head>
<style>
body {
scrollbar-face-color: 000000;
scrollbar-shadow-color: ff0000;
scrollbar-highlight-color:ff0000;
scrollbar-3dlight-color:000000;
scrollbar-darkshadow-color:000000;
scrollbar-track-color:000000;
scrollbar-arrow-color:ff0000; }
</style>
<style type="text/css">
<!--
#navi {
margin:auto;
width: 800px;
}
body {text-align:center
}
body {
font-family:arial,sans-serif;
font-size:10pt;
}
body {
background-color: #000000;
}
a:link, a:visited, a:active, a:focus {
color:#ff0000;
text-decoration: none;
}
a.cssmenu:link {
width : 100px;
color : black;
background-color : #ff0000;
text-align : center;
text-decoration : none;
font-size : 12px;
border-top : 1px solid silver;
border-right : 1px solid black;
border-left : 1px solid silver;
border-bottom : 1px solid black;
padding-top : 2px;
padding-right : 4px;
padding-left : 4px;
padding-bottom : 2px;
margin-top : 30px;
margin-right : 10px;
}
a.cssmenu:visited {
width : 100px;
color : black;
background-color : #ff0000;
text-align : center;
text-decoration : none;
font-size : 12px;
border-top : 1px solid silver;
border-right : 1px solid black;
border-left : 1px solid silver;
border-bottom : 1px solid black;
padding-top : 2px;
padding-right : 4px;
padding-left : 4px;
padding-bottom : 2px;
margin-right : 10px;
}
a.cssmenu:hover {
width : 100px;
color : #ff0000;
background-color : #0000ff;
text-align : center;
text-decoration : none;
font-size : 12px;
border-top : 1px solid silver;
border-right : 1px solid black;
border-left : 1px solid silver;
border-bottom : 1px solid black;
padding-top : 2px;
padding-right : 4px;
padding-left : 4px;
padding-bottom : 2px;
margin-right : 10px;
}
//-->
</style>
</head>
<div id="navi">
Home
About me
Photos
Videos
Contact
</div>
<hr>
</body>
</html>