The background images should be different for all menu items.
a1("align=center;bgimage=disco.gif;text=Disco");
My Question:
How can we change the background-position.
Background: We want to use rollover effects without preloading the images.
In CSS:
.elem {background-image:url(URL);background-position:0 0}
.elem:hover {background-image:url(URL);background-position:100 10}
