I am creating menu for a website. for each item (Home, Contact us, About us) I use Background color and text of size 125X30. In CSS, When i use float it works correct. But when i removed float, all individual item such as home, contact etc come down one by one. I need it left to right in a single line without float. Help me
Share
Rajasekar,
Stu Nicholls of CSSplay has the following horizontal menu without using floats:
CSS
html
Further explanation (including the use of display:inline-block) is on CSSplay.