you should probably post this on the jquery board, not this one

http://groups.google.com/group/jquery-en?pli=1

snippets of html and css won't help,  really need to post a link to see the problem, either link to yours or source you got it from

when folks can see the whole module and all the css at work on various elements is far easier to assess with browser debug tools

Wolfram Rösler wrote:
Hi,

  
I would use CSS for this. Have each image have a right (or left)
margin of the appropriate size.
    

I tried this:

        HTML = ...
          + '<a href="" class="fisheyeItem">'
          + '<img style="margin-left: 5px" src="" alt="My
text">'
          + '<span>My text</span></a>';

but this cuts off 5 pixels from the right of each but the rightmost
image, and the images seem to overlap when the mouse goes over them. I
then tried "margin-right" instead, which showed no effect at all. Then
same thing happens when I put margin-left or margin-right into the CSS
file's ".fisheyeItem img" or ".fisheyeItem span" sections.

margin-left and margin-right in the ".fisheyeItem" style of my CSS
file don't show any effect either.

Putting &nbsp; between the <img>s or <span>s also doesn't work.

Any further ideas?

Thanks for your help
Wolfram



  


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to