Results 1 to 2 of 2

Thread: CSS Menu Links

  1. #1
    Join Date
    Oct 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CSS Menu Links

    I am currently using the excellent "Halfmoon" CSS Menu. At the moment I have copied the code to every page of my website. How can I post links from the Menu using Inline Frames?

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

    Default

    Use the target attribute of the link tag using the frame's name....
    example:
    <iframe name="joe">
    ...
    <a href="..." target="joe">
    //loads in the iframe

    The opposite is also possible, from the frame to the parent.
    I believe that's target="_parent", and/or target="_top"
    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

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
  •