tags:

views:

26

answers:

0

I have build a top navigation using LI tag with display:inline/float:left property.

We can not set width for the LI tag. The menu items are coming dynamically from the database.

The requirement is, menu should always cover 100% width even in case there is only one item. if there are 5 items then also it should cover 100% space.

Any ideas how this scenario can be achieved ?

Thanks is advance.

Lokesh Yadav