hallo, ich brauche dringend hilfe bei meinem css design... ich bekomme die beiden navigationen, links und rechts, einfach nicht editiert..
ich hätte sie gerne weiß, eine schriftgröße größer und in einer anderen schriftart..
könnte mir jemand helfen?
Code: #header_container, #title, #pre_content, #post_content, #sidebar_container, #extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6, #counter {
display:none;
}
* {
margin:0;
padding:0;
}
body, html {
width:100%;
background-image:url(http://s3.imgimg.de/uploads/billldd09b8f69ejpg.jpg);
}
#wrapper {
width:100%;
padding-bottom:25px;
}
#head {
width:500px;
height:332px;
background-image:url(http://s3.imgimg.de/uploads/SKINSHEADER22daf3d8jpg.jpg);
margin:auto;
}
#wrapper2 {
position:relative;
width:900px;
height:657px;
background-image:url();
margin:auto;
}
#content {
position:absolute;
top:75px;
left:175px;
background:none;
width:400px;
height:400px;
padding:5px;
overflow:auto;
}
#nav_container {
position: absolute;
top:100px;
left:25px;
}
#nav_right {
position: absolute;
top:100px;
right:25px;
}
/* keine Auflistungspunkte vor Navi-Links */
ul, li {
list-style-type: none;
padding: 0px;
margin: 0px; }
/* Abstand zwischen Schrift zum Rand */
li a {
padding-right: 20px;
padding-top: 5px; }
/* Coolmenü positionieren, Werte bei "top" , "left" und "width" anpassen */
div.menu {
width:500px;
margin:auto;
position:relative;
z-index:2;}
/* Breite der Menüpunkte einstellen */
.menu li {
width: 100px;
float: left; }
/* Aussehen der Menüpunkte einstellen (Hintergrund, Schriftart und Größe) */
.menu a {
background-image: url(URL);
font-size: 14px;
text-align: center;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
cursor: pointer;
display: block;
height: 23px;
}
/* Aussehen der Menüpunkte beim Hover Effekt */
.menu a:hover {
background-image: url(URL);
}
#smenu1, #smenu2, #smenu3, #smenu4, #smenu5 {
font-size: 16px;
display: none;
width: 100px;
float: left; }
#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a {
font-weight: bold;
padding-top: 5px;
cursor: pointer;
}
|