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.
2 Posted Topics
Hi, First post here :) Basically I have 2 columns, both with different background colours that need to be the same height Both columns are fluid - they use a percentage of the screen for their width so are not fixed for example the left column is 25% and black …
Hi there, A simple way to do this, since you have only 2 columns is to use the float command. For your menu element you can write: #menu { float: left; width: 100px; margin: 0px 10px 0px 0px; } you don't need to declare a height, it will auto extend …
The End.
Pete_UK