Log in

View Full Version : Highslide problem


marcopolo
02-20-2012, 06:57 PM
Could anyone help me.

On one of my pages I use this code to show some images.

<a class="highslide" href="..//DBoftheMonth/DBKing-MX.jpg" onclick="return hs.expand(this, { align: 'center' })"><img src="..//DBoftheMonth/DBKing-MX.jpg" alt="" height="160" width="200"/></a>

http://www.os-db.net/content.php?426-DB-of-the-Month-(previous-winners)

In a test I actually tried one image repeated dozens of times, side by side and it was ok so I'm a little stuck why lots of different images play up.

On the Mac using Chrome it's hit and miss whether the magnifier appears, Safari works ok and on Window7 Ie9 is ok.

Firstly is the code I've placed inline ok and it it simply Chrome on the MAC is limited

Thanks

Mark

Lynne
02-20-2012, 07:55 PM
What do you have the urls as "..//directoryname" ? Why not just "/directoryname" ?

marcopolo
02-21-2012, 05:53 AM
Just habit, though I doubt if that's going to be the cause

Lynne
02-21-2012, 05:53 PM
It works fine for my on Mac/Chrome. The only thing I notice is that my cursor sometimes goes 'under' the image. Is that the problem you are talking about?