I'm trying to get a series of DIV tags to align horizontally, with each DIV being a menu item. What's the best way to do this, if any? For example:
<div>Menu item 1</div> <div>Menu item 2</div> <div>Menu item 3</div>
I would use <span>, except I need to define an explicit width for each DIV among a few other things.
Thanks,
<div>Menu item 1</div> <div>Menu item 2</div> <div>Menu item 3</div>
I would use <span>, except I need to define an explicit width for each DIV among a few other things.
Thanks,
Comment