Tag Archives: css
Llistes ul multicolumna amb jQuery
Interessant plugin que trenca les llistes ul/ol en vàries columnes http://archive.plugins.jquery.com/node/4786 http://codeasily.com/jquery/multi-column-list-with-jquery
Alineació vertical dins un DIV
http://phrogz.net/css/vertical-align/index.html <div style=”display:table-cell; vertical-align:middle”> … </div> Method 1 The following example makes two (non-trivial) assumptions. If you can meet these assumptions, then this method is for you: You can put the content that you want to center inside a block … Continue reading