Results 1 to 3 of 3

Thread: Using Frames

  1. #1
    Brian_C_C Guest

    Default Using Frames

    I've not used frames for several years, avoiding them considering the browser problems... are frames still an issue with browsers out their? Are they still an issue with linear readers?

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    linear readers?

    frames have some really ugly side effects, such as hiding the current page's url, which does some odd stuff in itself.

    frames are almost completely compatible except with perhaps mobile browsers.

    framesets, if used properly, can work pretty well in some cases. I'd rather use server side includes (likely php template based), but frames are an option.

    iframes cause some odd issues as well, but the general rule is that if javascript is supported in the browser (not that it needs to be enabled), iframes will be as well.

    So... both will function for basically everyone visiting your site (again, with the exception of mobile devices), but they aren't the most elegant way to display content.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    I used to consider framesets as a bad option, particularly because of the fact that 'normal' menus cannot be dropped on top of the frames.
    But that problem has been solved (see here), so I would say that framesets are OK as long as you use them well. As for bookmarking specific pages of a frameset, you have to use workarounds, though.

    Arie Molendijk.

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
  •