tutorial link
http://css.maxdesign.com.au/listutor...tal_master.htm
on this portion i specify the width and height
#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
width: 15%;
height: 30px;
background-color: #036;
}
and heres the output
http://img150.imageshack.us/img150/3929/menusms7.jpg
anyone knows how to fix <ul> width and have the same width in FF browser
thnx