Results 1 to 3 of 3

Thread: Boarder frames

  1. #1
    Join Date
    May 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Boarder frames

    Does firefox allow boarder frames on html websites?

    The reason I ask is because I added them to the site and they show up in IE but not in firefox so I assumed they didnt work in FF is this correct?

    Also is the any way I can add a similar style of boarder frames using javascript as I have seen this done but they're movable so also if anyone can help me doo this but if possible lock them into place I would be grateful.

    If you need to see the site I can upload it to my hosting and supply a link.

    Thanks in advanced

  2. #2
    Join Date
    Oct 2007
    Location
    Germany, Berlin
    Posts
    41
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    What the **** are border frames? embedded frames (work in nearly every browser)? Do you simply mean the question how to change the position of an element? That works via css like this:
    Style (css):
    Code:
    #container { position:absolute;top:23px;left:23px; }
    html:
    Code:
    <div id="container">asdf</div>
    or...
    Code:
    <iframe id="container" src="page.html" name="Bildframe" width="300" height="200" align="left" scrolling="yes" marginheight="0" marginwidth="0">
      <p>Your Browser cannot display embedded frames :(</p>
    </iframe>
    For the future: Try to post the concerning part of your code if you want an answer or give the link.
    Check out this link for simple information about css & html if you can speak german or french: http://www.selfhtml.de/tutorial/html-css.php
    (click the first link for german version)

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

    Default

    Sorry was told they were called frame boarders as they are on the sides of frames, I have found a site using the same kind of style with the boarders that I wish to add to my site as well.

    Link is www.brid-cruise.co.uk

    PS. no, I'm english

    Thanks

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
  •