Forums

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

Home Forums CSS css help for float Reply To: css help for float

#296995
vulkanus
Participant

Hi,

Try this:

.homepage {
padding-left: 20px;
float: left;
left: 100px;
position: absolute;
top: 0;
}

nav {
margin: 0 auto;
text-align: right;
float: right;
right: 100px;
position: absolute;
}