Matthias Apsel: Off-Canvas: Wieso funktioniert das Schließen?

Beitrag lesen

Om nah hoo pez nyeetz, Siri!

Es ist z.B. wohl egal, ob ich diese Kombination: [...] verwende

nicht ganz.

<!doctype html>  
<html>  
  <head>  
    <meta charset = "utf-8">  
    <title>transitions</title>  
    <style>[code lang=css]      div { width: 150px; height: 40px; margin: 20px; background-color: gold;}  
      div:hover { background-color: red; width: 300px;}  
	  
      /* transitions */  
	  
      #div1 { }  
      #div1:hover { transition: all ease 2.5s;}  
	  
      #div2 { transition: all ease 2.5s; }  
      #div2:hover { }  
	  
      #div3 { transition: all ease 2.5s; }  
      #div3:hover { transition: none;}  
	  
      #div4 { }  
      #div4:hover { }
~~~     </style>  
  </head>  
  <body>  
    <div id="div1">langsam >> schnell</div>  
    <div id="div2">langsam >> langsam</div>  
    <div id="div3">schnell >> langsam</div>  
    <div id="div4">schnell >> schnell</div>  
  </body>  
</html>[/code]  
  
  
Matthias

-- 
1/z ist kein Blatt Papier.  
![](http://www.billiger-im-urlaub.de/kreis_sw.gif)