07.09.2008, 13:47
schau hier verändere den Code so:
oder je nach Bildgrösse anzupassen
Code:
<style type="text/css">
body, html {
background: #F5F6F8;
background-repeat:repeat-x;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #000000;
margin: 5px;
padding: 0;
}
marquee ul {
margin: 0;
padding: 0;
float: left;
}
marquee li {
margin: 5px;
padding: 5px;
list-style-type: none;
float: left;
border: 1px solid #000000;
text-align: center;
background-color: #ffffff;
height: 250px;
[B][SIZE="4][color=Red]width: 250px;[/color][/SIZE][/B]
}
marquee a {
font-size: 11px;
color: #990000;
}
</style>
oder je nach Bildgrösse anzupassen