this was css related but sounds like you got it working in last post

Wolfram Rösler wrote:
Hi,

  
this is your code stating <a> width is 32, then you have img margin as much as 10, losing 1/3 of space inside <a>
no need for margin on <img>
$('#Flags').html(HTML).Fisheye(
{
 maxWidth: 48,
items: 'a',
 itemsText: 'span',
container: '.fisheyeContainter',
 itemWidth: 32,
 proximity: 32,
 halign : 'center'
});
    

Sorry, I'm afraid I don't quite understand. Could you elaborate?

  

Reply via email to