Forums

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

Home Forums CSS Aligning items in CSS Re: Aligning items in CSS

#127829
CrocoDillon
Participant

You can start by setting `float: left;` on `#slider` and `float: right;` on `#sidebar-top`.

EDIT: Oops, too late xD