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
Ranked #72.8K
2 Posted Topics
Try adding a float: left to the div that wraps those elements.
Give this a try. #menu { background-color: #333; color: white; height: 40px; float: left; width: 100%; } #col { background-color: #9CF; display: block; height: 100%; width: 300px; margin-left: auto; margin-right: auto; }
The End.
socr18