UnknownSoldier
Neues Mitglied
HTML:
body {
background: url("../img/bg.jpg");
background-repeat: repeat-x;
font-family:arial;
}
#content {
width:900px;
margin:30px auto;
background-color: #D5D5D5;
}
#inside {
width:700px;
height:401px;
}
#right {
background-image:url("../img/rechts.jpg");
width:219px;
height:401px;
float:right;
margin: 0px;
padding:0px;
}
#header {
width:708px;
height:152px;
float:right;
}
#header1 {
float:left;
}
#left {
float:left;
background-image:url("../img/links.jpg");
width:192px;
height:423px;
}
ul {
margin-left:0px;
padding-left:0px;
margin-top:30px;
width:192px;
}
ul li {
background-image:url("../img/button.jpg");
background-repeat: no-repeat;
width:192px;
height:21px;
list-style-type:none;
color:black;
}
ul li a {
padding-left:125px;
text-decoration:none;
color:black;
display:block;
}
#textcontent {
margin-left:20px;
padding-top: 25px;
padding-left: 20px;
width:700px;
text-align:center;
}
#buttonleiste {
background-color: #434343;
color:white;
height:174px;
}
#leftmenue {
padding:0px;
margin-top:30px;
}
Nun wollte ich bei diesem Teil:
ul li a {
padding-left:125px;
text-decoration:none;
color:black;
display:block;
}
Padding-right nehmen, aber das macht er nicht. Der Text bleibt dann einfach unveränder.
Jemand eine Idee woran es liegen kann?
Vielen Dank
MfG
Destruction