segunda-feira, fevereiro 20, 2006

Template de 3 colunas para o Joomla

In this joomla tutorial, we will look at a 3 column theme for your joomla website. Most joomla websites use 3 columns and having the theme start with that is a good foundation. Then later we can hide side columns if there is no content in them for that page.

So for example:
#leftcontent {
position:absolute;
top:20px;
left:50px;
width:200px;
}

will make a box that is 200px wide, and starts 20px from the top and 50px from the left.

Nenhum comentário: