Upgrading my old iframe to CSS

Discussion in 'CSS' started by helleborine, Apr 20, 2010.

  1. #1
    Right now my menu is in iframe.

    But the new CSS roll down menu is stuck under the iframe, and partially hidden by the parent page.

    Where can I find info on replacing the iframe with a CSS command?
     
    helleborine, Apr 20, 2010 IP
  2. Paweł

    Paweł Active Member

    Messages:
    210
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #2
    Hello,

    I'm not sure if it helps, but You can use a tabs (especially when there is only a few sites to link). They work pretty well and loads without page reloading in browser (like an iframe do). Here's the exaple link:
    http://nasdcwergf.website.pl/korki/
     
    Paweł, Apr 20, 2010 IP
  3. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #3
    i think you can use z-index and layer the Iframe on top of the content. so that iframe is top of the content and raise the height of the iframe as required by calculating the space will take by the dropdown menu.
     
    radiant_luv, Apr 26, 2010 IP
  4. nezZario

    nezZario Peon

    Messages:
    45
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Try z-index, but browsers have a lot of bugs related to this crap. E.g. flash is always OVER content in browser. It's just a bug
     
    nezZario, Apr 27, 2010 IP
  5. webdesigner

    webdesigner Well-Known Member

    Messages:
    489
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    110
    #5
    You best option would be to replace your iframe menu system to use a standard menu called called in using a SSI. Much simpler & decreases HTTP requests.

    PM if you need anything like that setting up. Not a big job to do at all...
     
    webdesigner, Apr 27, 2010 IP
  6. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #6
    yes, another option suggested by Hand of A'dalWell , you need a server SSI is enabled which parse .shtml files.
     
    radiant_luv, Apr 27, 2010 IP
  7. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #7
    Perhaps this will do the trick,

    I'm assuming (as no link to preview), your code may be missing wmode. Try doing the like example script below

     
    radiant_luv, May 3, 2010 IP