I'm trying to duplicate a particular image swap effect shown here:
http://css.maxdesign.com.au/listamatic/horizontal18.htm
However, I'm confused as to how the padding values are calculated and I was
hoping someone could provide a little insight. Are the padding values
contingent upon the length and size of the text? Is there a way to achieve
this effect w/out using padding values? I attempted to set display: block
on the a elements, but that caused the list items to stack on top of each
other, despite the fact that their display style is set to inline.
TIA~
PJ