Results 1 to 3 of 3

Thread: hover enlarge question

  1. #1
    Join Date
    Jul 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Red face hover enlarge question

    1) Image Gallery

    2) http://www.dynamicdrive.com/style/cs...image-gallery/

    3) Describe problem: The codes from the above URL worked beautifully, simple and easy to use, my problem is; and please don't laugh, I'm a bit of Myspace junkie; is when the larger image pops up, it's covered by the second column on my page. Is there a way to adjust the code to be on top of everything else? It's almost perfect except for that one thing. You can't see the enlarged images because they are covered. I know how much coders dislike Myspace, but it's just a place for me to tinker. I'm working on getting my own webspace, but I've learned alot about css playing on myspace so please forgive me.

  2. #2
    Join Date
    Jul 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    try changing:

    z-index: 50

    to

    z-index: 99

    Maybe that'll do it.

  3. #3
    Join Date
    Jul 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Well, apparently Myspace deletes any z-index values over 10. Something about possibly covering banner and the like which would be a violation of the TOS. I changed the span left from 230px to 0. It helped. The code still works just like it's supposed to, it's stuffed in a really weird and complicated Myspace setup so... Thanks anyway.

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
  •