CSS: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 8: Zeile 8:
 
* http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-css-no-hacks
 
* http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-css-no-hacks
 
** At the bottom are examples with 2, 3, 4 and 5 columns.
 
** At the bottom are examples with 2, 3, 4 and 5 columns.
 +
 +
==Two Horizontal Divs==
 +
* http://stackoverflow.com/questions/10490256/given-two-divs-on-the-same-line-how-can-i-make-the-left-div-fill-the-remaining
  
 
[[Category: IT]]
 
[[Category: IT]]

Version vom 2. September 2012, 19:27 Uhr

OSEG Wiki

See what CSS code you can use in the OSEG Wiki:

  • in Commons.css under /** OSEG CSS Code **/
    • The class .round makes tables, divs and spans (everything with a border) round with 10px.

Equal Height Columns

Two Horizontal Divs