Results 1 to 5 of 5

Thread: CSS Frames

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

    Question CSS Frames

    1) Script Title: http://www.dynamicdrive.com/style/la...1-fixed-fixed/

    2) Script URL (on DD):

    3) Describe problem:
    The menu is in the left column. How do I make the links open in the:

    <div id="contentwrapper">
    <div id="contentcolumn">
    <div class="innertube">

    Thanks

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    You would either need to use AJAX, or use an iframe to open the links in there (or make each page with the same template). If you went with the iframe (or even the same template on each page), simply place the iframe/content in the div with the class "innertube". So it would be something like this:

    Code:
    <div class="innertube"><iframe src="test.html" name="main"></iframe></div>
    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

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

    Default

    I wish it would of helped too!
    I believe it's iframes I'm working with.
    Maybe this will get the help I need.


    Here is the menu:

    <div id="contentwrapper">
    <div id="contentcolumn">
    <div class="innertube">

    <div id="dmlinks" style="font:normal 14px Trebuchet MS, Tahoma;color:#000000;text-decoration:none">
    <a id="dmI0" href="spartaumc.html">Home</a>
    <a id="dmI1" src="spartaumc_history.html" >History</a>
    <a id="dmI2" href="location.html">Location</a>
    <a id="dmI3" href="contact_us.html">Contact Us</a>
    <a id="dmI5" href="pastor_ray.html">Pastor</a>
    <a id="dmI6" href="sup_staff.html">Supporting Staff</a>
    <a id="dmI8" href="sunday_school.html">Sunday School</a>
    <a id="dmI11" href="couplspraying.html">Couples Praying Together</a>
    <a id="dmI15" href="umc_men.html">United Methodist Men</a>
    <a id="dmI16" href="umc_women.html">United Methodist Women</a>
    <a id="dmI17" href="byob.html">B.Y.O.B.</a>
    <a id="dmI18" href="dorcas.html">Dorcas</a>
    <a id="dmI19" href="mary_martha.html">Mary Martha</a>
    <a id="dmI20" href="sarah_ruth.html">Sarah Ruth</a>
    <a id="dmI21" href="wesleyen.html">Wesleyen II</a>
    <a id="dmI22" href="church_events.html">Church Events</a>
    <a id="dmI23" href="pray_list.html">Prayer Requests</a>
    <a id="dmI25" href="com_groups.html">Community Groups</a>
    <a id="dmI26" href="com_events.html">Community Events</a>
    <a id="dmI27" href="veterans.html">Support Our Troops</a>
    <a id="dmI28" href="links.html">Links Of Interest</a>
    </div>

    Thanks for your help.

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

    Default

    I do not know what you want to do, but ck this out you can get some template with free css included!
    http://www.openwebdesign.org/search....=search&page=7

    good luck

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

    Default

    Thanks for replying. Unfortunately I can't figure it out.

    Perhaps this will help.
    Maybe this will get the help I need.


    Here is the menu:

    <div id="contentwrapper">
    <div id="contentcolumn">
    <div class="innertube">

    <div id="dmlinks" style="font:normal 14px Trebuchet MS, Tahoma;color:#000000;text-decoration:none">
    <a id="dmI0" href="spartaumc.html">Home</a> (first menu item)
    <a id="dmI1" href..................

    Thanks again.




    Quote Originally Posted by thetestingsite View Post
    You would either need to use AJAX, or use an iframe to open the links in there (or make each page with the same template). If you went with the iframe (or even the same template on each page), simply place the iframe/content in the div with the class "innertube". So it would be something like this:

    Code:
    <div class="innertube"><iframe src="test.html" name="main"></iframe></div>
    Hope this helps.

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
  •