Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.



Thank you for your comments. I fixed the problem.
First I added the #kwicks li {...width:178;}. Yes it fixed the “staircase effect” but brought up new issues.
Then I remembered kari.patila’s comment in which he told me to set the ul {width:100% or auto} which didn’t work.
But now I have tried #kwicks li {...width:auto;} which is working perfectly in Firefox and IE.
Thank you kari.patila, axe_sosharp and keif!
Solution:
ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#kwicks li {
float:left;
display:block;
width:auto;
}
Website: Undying Legends
1 to 6 of 6