Home › Forums › CSS › Need CSS HTML help.its about position:absolute,relative, float. › Re: Need CSS HTML help.its about position:absolute,relative, float.
May 7, 2012 at 3:52 am
#102407
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?!