Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Equally spread ul links of different widths Re: Equally spread ul links of different widths

#99168
wolfcry911
Participant

add these:

#menu {
float: left;
position: relative;
left: 50%;
}

#menu li {
position: relative;
left: -50%;
}