Forums

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

Home Forums CSS Overlay image on hover? Re: Overlay image on hover?

#118264
wolfcry911
Participant

You’re clearing everything… If you want to float elements next to one another – you can’t first clear the previous float. Remove the clear: both; statements from #content and #communityfeed. Then I want you to remove the extraneous clearing divs after each of those elements and promise never to use them again – there is no reason.

You also can’t use an id more than once per page – change them classes.

You also need to float the #content left