Results 1 to 3 of 3

Thread: Pop up image viewer & positioning solved maybe

  1. #1
    Join Date
    Jun 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Pop up image viewer & positioning solved maybe

    The only hurdle left is to get the padding to work in Fire Fox if anyone has a suggestion for that? I tried putting padding: 2px; for example in the span style but it didn't work either.

    Using the span style to position the images differenty than the class file default.

    Code:
    <A class=thumbnail href="#" >
    FOO
    <SPAN style="LEFT: 40px; POSITION: absolute; TOP: 20px">
    <IMG src="directory/yourpic.jpg">
    </SPAN>
    </A>

  2. #2
    Join Date
    Jan 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    try putting the style attribute to the img.

  3. #3
    Join Date
    Jun 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    No, you need to style the span in this case.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •