Hello,
I have a series of text strings, e.g.:
"Morning Meeting"
"Managers Quarterly Meeting"
"Lunch Meeting"
"Fun"
etc.
I would like to create a list of divs, with float:left, and a border around them, so they float nicely next to each other. The problem is that each div is a different width because of the length of the text.
Is there a way (without using a fixed width) to make them all the same width?
The reason I don't want to use fixed width is that then the heights get messed up, and they are uniform by width, but not by height.
Help
Bryan
I have a series of text strings, e.g.:
"Morning Meeting"
"Managers Quarterly Meeting"
"Lunch Meeting"
"Fun"
etc.
I would like to create a list of divs, with float:left, and a border around them, so they float nicely next to each other. The problem is that each div is a different width because of the length of the text.
Is there a way (without using a fixed width) to make them all the same width?
The reason I don't want to use fixed width is that then the heights get messed up, and they are uniform by width, but not by height.
Help
Bryan