Malcolm Beck´s: Marquee soll auf einem 'bestimmten Bereich' laufen

Beitrag lesen

hi,

Hier mal die Update Version;

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">  
<head><title>Malcolm Beck`s</title>  
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  
<meta http-equiv="Content-Style-Type" content="text/css" />  
[code lang=css]<style type="text/css">  
html, body {  
  margin: 0; padding: 0; height: 100%; font: normal 100.1% Verdana;  
}  
 #wrapper, #bilder, #lauftextBox { /* CSS kürzen */  
  margin: 0; padding: 0;  
  float: left;  
  height: 100%;  
}  
#wrapper {  
  margin: 15px 0 0 15px;  
  width: 60em;  
  height: 80%;  
  border: 1px solid #F00;  
}  
#bilder {  
  width: 30em;  
  background: #FF0;  
}  
#lauftextBox {  
  padding-left: 15px;  
  border-left: 4px solid #3CF;  
}  
#lauftextBox marquee {  
  height: 100%;  
}  
p {  
  margin: 15px; padding: 0;  
}  
</style>

</head><body>

<div id="wrapper">

<div id="bilder"><p>Hier die Bilder</p></div>
   <div id="lauftextBox"><marquee direction="up" scrollamount="10">Ich laufe bis ganz nach Oben</marquee></div>

</div>

</body></html>[/code]

Browsersupport:

• Firefox 2.0.17
• IE 7, 6, 5.5, 5.1    (könnten dennoch Probleme verursachen)
• Safari auf Win XP
• Google Chrome
• Opera 9.27

Alle Angaben ohne Gewähr.

holla holla