Results 1 to 4 of 4

Thread: Frames and floating menus

  1. #1
    Join Date
    Dec 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Frames and floating menus

    I'm working on redoing navigation on a site and it uses frames. the left frame is the navigation and what i want is to do an on mouse over for the links.

    what i was wondering is can a floating menu like i used in the trial float over a different frame?

    should i scrap it?
    Last edited by jscheuer1; 11-05-2012 at 07:18 PM. Reason: Format

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I'd say scrap it. Use a server side or AJAX include. However, if you want to stick with it, this:

    http://www.dynamicdrive.com/forums/s...270#post184270

    By another member of these forums might work out for you.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Dec 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    you are the first of three people that have said ajax so i'm looking that way. i just wish i had stuck with HTML in 1999 when i learned most of what i know. there is a lot more to it now and i would know a lot more if i didn't take a 8 year break.

    thanks for the pointers

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Using an include can get tricky insofar as the code that's imported becomes a part of the 'top' page. So paths on the import, if relative, become relative to the 'top' page. When importing one should make every effort not to import additional <DOCTYPE>, <html>, <head>, or <body> tags. AJAX is even trickier because its content arrives after page load, and therefore <script> and <style> tags become at best problematic, and at worst useless. With a server side include, at least it arrives in 'real time', as the page is loading.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •