Hi
I have a page which has a list displaying 5 images horizontally. Associated with each of these images there is some hidden text which is loaded into a display area by javascript when the image is clicked, at the same time an image that looks like a pointer is moved from one image to another by changing the background in a different but overlapping list item.
This all works in firefox, safari has the pointer image out by 1 pixel, ie7 has a large gap and opera has the pointer image overlapping the text display area.
The site can be viewed at http://www.web-devel.co.nz/redbookpos/index.php.
Can anyone suggest a better way of doing this that will work across all browsers?
Thanks
Richard