Forum Moderators: not2easy
i have a horizontal menu, with 7: li a
the first li is 20 characters long, and the last is about 7 characters long...
so obviously the first {li a} is long than the last...
problem is i can not get the list to span the entire set width of 720px that is the parent container...
i tried width:100% on the {li a} but did not work...
any solution to this not using JS?