Niklas1812
Cadet 4th Year
- Registriert
- Jan. 2010
- Beiträge
- 89
Hallo,
Warum will das Vote Bild nicht zu Test1 und Test2 nach oben ?
html code
css code
Problemseite: http://w-d-b-testgelände.de/
Gruß
Warum will das Vote Bild nicht zu Test1 und Test2 nach oben ?
html code
Code:
<div id="schrift2" style="background-color: #FF8300; width: 946px; height: 65px;" ><p id="schrift4">Test1</p><p id="schrift3">Test2</p><a href="Link"><img id="bild1" src="bild12.png" alt="Vote"></a></div>
css code
Code:
#schrift3 {
font-size: 35px;
text-align: center;
}
#schrift4 {
font-size: 35px;
float: left;
}
#bild1 {
font-size: 35px;
float: right;
}
Problemseite: http://w-d-b-testgelände.de/
Gruß