Results 1 to 6 of 6

Thread: Iframe Help

  1. #1

    Default Iframe Help

    Is there any way to stop the iframe from moving to different places on different screen resolutions?

    Here is my code:

    Code:
    <style type="text/css">
       #FRAME5 {position:absolute;
            left: 405px;
            top: 230px;
            width: 166px;
            height: 93px;
            z-index: 100
           }
    </style>
    <div id="FRAME5">
    <iframe name="FRAME5"  width="450" height="410" src="Untitled-2.html" frameborder="0" scrolling="yes"></iframe>
    </div>
    +REP for help.

  2. #2
    Join Date
    Jan 2007
    Posts
    825
    Tokens
    0

    Default

    Really you should use and Ifame to enclose a FRAME. That way problem solved
    That post was really sensible!

  3. #3

    Default

    Quote Originally Posted by Mashi View Post
    Really you should use and Ifame to enclose a FRAME. That way problem solved
    Care to explain that?

  4. #4
    Join Date
    Jul 2005
    Location
    -
    Posts
    2,995
    Tokens
    0

    Latest Awards:

    Default

    bet ure using layers :|

  5. #5
    Join Date
    Oct 2007
    Location
    Luton, England
    Posts
    1,548
    Tokens
    388
    Habbo
    DeejayMachoo

    Latest Awards:

    Default

    Quote Originally Posted by Jamie. View Post
    bet ure using layers :|
    exactly my initial thought

  6. #6

    Default

    Well can somebody explain what I should do?
    I don't know what you mean by these layers...

Posting Permissions

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