Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23

Thread: Shapely Bodies

  1. #11
    Join Date
    Jun 2008
    Posts
    589
    Thanks
    13
    Thanked 54 Times in 54 Posts
    Blog Entries
    1

    Default Aha!!!

    You were right! Alright, pretend you have a picture frame (the iframe in this case) and there are elements in it, some stacked on top of the other. Well, when you put a transparent sheet over it, you can't reach it's elements, right? No matter how large the z-index number is, you won't be able to reach the link because the picture is covering the iframe. So even if your link was at the TIPPY TOP, you couldn't touch it, because something was in the way. You were correct. There may be a way to fix this problem.

    Try to make images to go around the iframe so that you can reach it's elements. Try to make images like the outer part of the triangle and surround the iframe with it. That should work.

    Any help, questions, or comments, PM or post. And whatever you may choose to do, let there be a way to reach the iframe's contents.

    -magicyte

  2. The Following User Says Thank You to magicyte For This Useful Post:

    simonjones (09-02-2008)

  3. #12
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Simon,

    As you stated in your first post (and everyone else caught on later), the general premise of the situation can't be changed with your current coding. Usining Magictye's analogy, a picture isn't accessible through its frame.

    So, the trick is to remove the glass!

    Bascially, instead of using a transparent window through which you can view the text, you can make the frame in the shape that you need.

    I would recommend some CSS based techniques to achieve your goal. (There are 4 links there).

    Hope that helps

  4. The Following User Says Thank You to Medyman For This Useful Post:

    simonjones (09-02-2008)

  5. #13
    Join Date
    Jun 2008
    Posts
    589
    Thanks
    13
    Thanked 54 Times in 54 Posts
    Blog Entries
    1

    Default

    How is it possible to reshape an iframe with CSS?

    -magicyte

  6. The Following User Says Thank You to magicyte For This Useful Post:

    simonjones (09-02-2008)

  7. #14
    Join Date
    Jul 2007
    Posts
    35
    Thanks
    25
    Thanked 0 Times in 0 Posts

    Default

    Thanks again – to all of you. Loads to think about, study and experiment with here. Glad I’ve got the week off work.

    Excellent, helpful and friendly forum, by the way.

  8. #15
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Quote Originally Posted by magicyte View Post
    How is it possible to reshape an iframe with CSS?

    -magicyte
    You can't...

    My suggestion was to get rid of the iframe and use "CSS frames"
    Sorry if that isn't clear.

  9. #16
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    My question is this: If you have images with links on (under, in) them.. why not just use image mapping? You can make the image once, then make it again with the text or link items on it, then map them...
    Wouldn't it be easier, or am I just missing the point?
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  10. The Following User Says Thank You to BLiZZaRD For This Useful Post:

    simonjones (09-02-2008)

  11. #17
    Join Date
    Jul 2007
    Posts
    35
    Thanks
    25
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by BLiZZaRD View Post
    My question is this: If you have images with links on (under, in) them.. why not just use image mapping? You can make the image once, then make it again with the text or link items on it, then map them...
    Wouldn't it be easier, or am I just missing the point?
    I have considered image mapping. Having never used it before, I might be wrong, but wouldn’t that mean the image mapped link(s) would be static? If so, it wouldn’t work for what I want. I intend for the shape/image to remain static, while the text beneath (and links) would be scrollable. I feel sure the CSS frames will be my answer.

  12. #18
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Okay, sorry I must have missed that part. Yes mapping makes them static.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  13. #19
    Join Date
    Jul 2007
    Posts
    35
    Thanks
    25
    Thanked 0 Times in 0 Posts

    Default

    Just another thank you for everyone’s ideas and help – I finally managed what I wanted using CSS frames. Learned a lot of other interesting things in the process too, so it was doubly worthwhile.

    Thanks again, I’ll come back to bother you all when I think of another daft idea

  14. #20
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Quote Originally Posted by simonjones View Post
    Just another thank you for everyone’s ideas and help – I finally managed what I wanted using CSS frames. Learned a lot of other interesting things in the process too, so it was doubly worthwhile.

    Thanks again, I’ll come back to bother you all when I think of another daft idea
    Glad you got it working Simon. Do you have the page up? I'd love to see how it turned out.

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
  •