I thought i never explained it right  . in ap-gfx.com/joomla/index.php you will notice i have 2 boxes within a wrapper div. these two boxes are each held in a column div the column div used is;
HTML Code:
.leftcolumn
{
width: auto;
height: auto;
float: left;
}
so these two columns are placed side by side. but when i try to do it with the two right columns it doesnt work.
HTML Code:
.rightcolumn
{
width: auto;
height: auto;
float: right;
}
look at my html source and youll see that the text in the doc should be the other way round .
__________________
My webmaster news & tips blogs with free scripts and tutorials - Please login or register to view this content. Registration is FREE
|