I've read quite a few posts in the forum about this but I've not found a solution yet.
The problem I have is that the width and padding settings render deferently on IE 6, Mozila 1.4 and Opera 7.11
Example:
menuwidth=200
padding=5
itemwidth=200 (on all menu items)
In IE you get the intended result; a menu that is 200px wide and the text is padded in by 5px all round.

In Mozila you get a menu that is 210px wide!! It apears that mozila adds the padding each side to the width.

In Opera you get a mix (maybe this a clue to the location of the problem) The menu border gets rendered at 200px wide but then the items run over it and end up at 210px wide!

I've had the same problem with another javascript news scroller I used a couple of weeks ago but I couldn't sort it out.
Any ideas??
Most of the other posts sugested the use of both menuwidth and itemwidth wich is what I've done.
BTW I'm using version 5.21 (still in demo mode till I'm sure it works fine for my use)