View Full Version : CSS Frames
rob11
05-11-2007, 04:15 PM
1) Script Title: http://www.dynamicdrive.com/style/layouts/item/css-fixed-layout-21-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
thetestingsite
05-11-2007, 04:22 PM
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:
<div class="innertube"><iframe src="test.html" name="main"></iframe></div>
Hope this helps.
rob11
05-11-2007, 09:49 PM
I wish it would of helped too!
I believe it's iframes I'm working with.
Maybe this will get the help I need.:rolleyes:
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. :)
skyline
05-11-2007, 09:50 PM
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.php?validtype=&contrast=&pricolor=&seccolor=&category=&css=yes&search=search&page=7
good luck
rob11
05-15-2007, 02:37 AM
Thanks for replying. Unfortunately I can't figure it out.:confused:
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.
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:
<div class="innertube"><iframe src="test.html" name="main"></iframe></div>
Hope this helps.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.