Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~78 People Reached
Favorite Forums
Favorite Tags
Member Avatar for drarock

Hello I have a div inside other div with a margin-top, it looks good in Ie7 but i have an issue in firefox, it doesn't work the margin-top [code] /*CSS*/ #main{background-color:#003399; height:50px; margin-top:10px; width:300px;} #child{background-color:#993300; height:50px; margin-top:10px; margin-bottom:10px; margin-right:10px;} /*HTML*/ <div id="main"> <div id="child">test</div> </div>[/code]

Member Avatar for MidiMagic
0
78