Need a custom Top Frame

3 replies
Hello,

I need to insert a top frame into one section of my website but I need this top frame to "eat-up" the header part of the website i'm linking to; as to appear that the website i'm linking to is part of my own website.

I already have the original website owner's permission to do it but I don't know how to do it. All the frame scripts I find display a top header frame but doesn't cover the header of the linked website.

Any ideas?
#custom #frame #top
  • Profile picture of the author Sean Kelly
    You could use a floating DIV and put your frame inside it.

    Google search term: div float

    Sean
    Signature
    http://javadocs.com - Javadocs
    {{ DiscussionBoard.errors[174139].message }}
  • Profile picture of the author hotlvbags
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[3941415].message }}
    • Profile picture of the author ussher
      apply a negative margin the height of the header to the body tag of the bottom frame.
      Signature

      "Jamroom is a Profile Centric CMS system suitable as a development framework for building entire communities. Highly modular in concept. Suitable for enterprise level development teams or solo freelancers."

      - jamroom.net
      Download Jamroom free: Download
      {{ DiscussionBoard.errors[3941567].message }}
  • Profile picture of the author charles123krik
    Good topic,My opinion regarding with this topic.I am always use div layout for frame.I am use the css file for display the custrom frame in div.
    #class
    {
    top:0px;
    margin:1px;
    padding:2px;
    }
    {{ DiscussionBoard.errors[3942500].message }}

Trending Topics