Forums

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

Home Forums CSS Need CSS HTML help.its about position:absolute,relative, float. Re: Need CSS HTML help.its about position:absolute,relative, float.

#102407
timmey
Member

your “margin-top: 200px” is the problem, just remove it.

some other points:

1. top: 150px has no effect, would change if you add position: relative i.e.
2. clear: left and clear: right -> clear: both
3. your div#flash_content ist now 1300px wide, because border will be added
4. you dont need float:left there?!