Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Positioning of Links Units in Top not getting aligned Re: CSS Positioning of Links Units in Top not getting aligned

#108003
thekchunter
Member

Possible spam, but one thing I do suggest is setting your left and right floats as their own style:

.right {
float: right;
}

.left {
float: left;
}