Sidebar stuck at bottom of page with last repeatable section--help

I'm new to webpage creating. Here's my situation---I have a content section and then a sidebar on the right. The content section is repeatable. No matter what I do, the sidebar always aligns with the last repeatable section, meaning that it's often at the bottom of the page. The sidebar code looks like this---
        <div id="sidebar">
            <ul>
                    <h2>Primary Texts</h2>
                    <p><a href="primarytextsonline.html">Primary Texts Online</a></p>
                    <p><a href="manuscripts.html">Manuscript Resources</a></p>
            </ul>
        </div>
        <!-- end #sidebar -->
In case it matters, the code right before this dealing with the repeatable content section is:
          <!-- TemplateEndEditable --></div>
        </div>
        <div class="post">
          <div class="entry">
            <div class="entry-bgtop">
              <div class="entry-bgbtm"></div>
            </div>
          </div>
          </div>
        <div class="post"> </div>
        <div style="clear: both;"></div>
        </div>
    <!-- TemplateEndRepeat -->
All I want is for my sidebar to appear at the top, in line with the first chunk of text/content and stay there.

Full style sheet:
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
body {
    margin: 0;
    padding: 0;
    background: #1B120B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #787878;
h1, h2, h3 {
    margin: 0;
    padding: 10;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #CCCCCC;
h1 {
    font-size: 2em;
    color: #CCCCCC;
h2 {
    font-size: 1.8em;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
h3 {
    font-size: 1.6em;
p, ul, ol {
    margin-top: 0;
    line-height: 150%;
ul, ol {
a {
    text-decoration: none;
    color: #CCCCCC;
a:hover {
#wrapper {
    margin: 0 auto;
    padding: 0;
    background: url(images/img05.jpg) repeat-x left top;
/* Header */
#header-wrapper {
#header {
    width: 960px;
    height: 100px;
    margin: 0 auto;
    background: url(images/img02.jpg) no-repeat left top;
/* Logo */
#logo {
    float: left;
    height: 240px;
    margin: 0;
    padding: 0px;
    color: #FFFFFF;
#logo h1, #logo p {
    margin: 0;
    padding: 0;
#logo h1 {
    float: left;
    padding-left: 25px;
    letter-spacing: -1px;
    text-transform: lowercase;
    font-size: 2.6em;
#logo p {
    float: left;
    margin: 0;
    padding: 12px 0 0 10px;
    font: normal 14px Georgia, "Times New Roman", Times, serif;
    font-style: italic;
#logo a {
    border: none;
    background: none;
    text-decoration: none;
    color: #FFFFFF;
/* Search */
#search {
    float: right;
    width: 279px;
    height: 110px;
    padding: 0;
#search form {
    height: 41px;
    margin: 0;
    padding: 10px 0 0 30px;
#search fieldset {
    margin: 0;
    padding: 0;
    border: none;
#search-text {
    width: 195px;
    padding: 6px 10px;
    border: 1px #4C4842 solid;
    background: none;
    text-transform: lowercase;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #808080;
#search-submit {
    display: none;
/* Menu */
#menu {
    width: 960px;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    background: url(images/img03.jpg) repeat-x left top;
#menu ul {
    margin: 0;
    padding: 0px 0px 0px 25px;
    list-style: none;
    line-height: normal;
#menu li {
    float: left;
#menu a {
    display: block;
    height: 18px;
    margin-right: 3px;
    padding: 12px 40px 0px 40px;
    background: url(images/img06.jpg) no-repeat right 10px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    border: none;
#menu a:hover, #menu .current_page_item a {
#menu .current_page_item a {
    padding-left: 0;
#menu a:hover {
    text-decoration: underline;
/* Page */
#page {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    background: url(images/img04.jpg) repeat-y left top;
#page-bgtop {
#page-bgbtm {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
/* Content */
#content {
    float: left;
    width: 640px;
    padding: 0;
.post {
.post .title {
    height: 38px;
    letter-spacing: -0.5px;
    color: #181818;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 20px;
.post .title a {
    color: #181818;
    border: none;
.post .meta {
    margin-top: -10px;
    padding-bottom: 0px;
    padding-left: 20px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
.post .meta a {
.post .entry {
    text-align: justify;
    margin-bottom: 25px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
.links {
    display: block;
    width: 130px;
    margin: 20px 0px;
    padding: 5px;
    background: #A03128;
    border-left: 20px solid #1B120B;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    color: #FFFFFF;
/* Sidebar */
#sidebar {
    float: right;
    width: 250px;
    padding: 10px 0px 0px 0px;
    color: #787878;
#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
#sidebar li {
    margin: 0;
    padding: 0;
#sidebar li ul {
    margin: 0px 15px;
    padding-bottom: 30px;
#sidebar li li {
    line-height: 35px;
    border-bottom: 1px dashed #D1D1D1;
    padding-left: 15px;
#sidebar li li span {
    display: block;
    margin-top: -20px;
    padding: 0;
    font-size: 11px;
    font-style: italic;
#sidebar h2 {
    height: 38px;
    padding: 12px 0 0 15px;
    letter-spacing: -.5px;
    color: #181818;
#sidebar p {
    margin: 0 0px;
    padding: 0px 20px 20px 20px;
    text-align: justify;
#sidebar a {
    border: none;
    color: #B94E0E;
#sidebar a:hover {
    text-decoration: underline;
/* Calendar */
#calendar {
#calendar_wrap {
    padding: 20px;
#calendar table {
    width: 100%;
#calendar tbody td {
    text-align: center;
#calendar #next {
    text-align: right;
/* Footer */
#footer-wrapper {
    width: 100%;
    background: #231202;
#footer {
    width: 960px;
    height: 100px;
    margin: 0 auto;
    padding: 0px 0 15px 0;
    font-family: Arial, Helvetica, sans-serif;
#footer p {
    margin: 0;
    padding-top: 40px;
    line-height: normal;
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
#footer a {
    color: #FFDBD9;

Similar Messages

  • Is possible to take the Infopath form with two repeat section in one SharePoint list

    Is possible to take the Infopath form  with two repeat section in one Sharepoint list 
    Take two repeat section and put them one bellow to other one in a SP list.
    The motive is that the first repeat section is based in account own by the requestor and the second repeat section is when the requestor is doing backup time for some one else where need to log the amount of time that spend in the peer account.
    I have basic logic in the form when requestor said Are you doing backup for some else? and press YES it is be able to use the second repeat section.
     Le me know how much pain full is going tobe or not..
    –Q1: Is possible to do this ?  With codeless or not
    –Q2:What steps I need to do to accomplish this?  feasible or not
    the following picture give a better idea of what I am looking to accomplish:
    CRISTINA&amp;amp MICROSOFT Forum

    Hi,
    Thank you for your question. I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience. Thank you for your understanding and support.
    Thanks,
    Linda Li
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • HELP! My IBOOK is stuck at the white page with the apple sign.

    My ibook is seems like its not starting.
    It only show apple sign with white background and usually while starting my ibook below the apple sign there will be a round thing moving clockwise to indicate that it's starting.
    But now no matter how long i wait, it will only remain at that page
    HELP.
    I'm very sad.

    moreala:
    Welcome to Apple Discussions.
    Your profile says you are running 9.O.x which cannot be right as you are apparently running OS X. Please update your profile when you are able.
    Try this:
    Repair Disk
    Insert Installer disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu (Panther and earlier) or Utilities menu (Tiger) and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.T Status of HDD at the bottom of right panel, and report if it says anything but Verified)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    If DU reports errors it cannot repair you will need to use a utility like Tech Tool Pro or Disk Warrior
    Please post back with update.
    Good luck.
    cornelius

  • My macbook wont turn on. It just get stuck on a white page with the apple logo. WHen I tried rebooting it there was an error in the loading drivers as well as safe booting it. What should I do?

    What should i do

    Insert the install disk and boot from it. Use disk utitlity to repair your drive and check for errors (report any errors back here) then reinstall the os. This should not erase your data.

  • I recently bought a new macbook. after resetting the password, i can't seem to login anymore! the old password doesn't work either. im stuck at the login page with only the cancel button! HELP!!

    HELP

    Reboot holding down the command-r keys into the ML recovery disk. I assume that's the OS you're running on a MacBook Pro not a Mac Pro and not a macbook.
    http://support.apple.com/kb/HT1274

  • My MacBook Pro is stuck on the white page with the apple logo, spinning wheel, and a loading bar. I have waited awhile and the bar hasn't filled up. Any advice?

    I've never had this problem before and I could really use some help.

    I would shut it down (or force shut it down by holding the power button,) and reboot holding the command - R
    and get into the Recovery.  Use the Diskutility to Repair Disk and Repair Permissions.
    If errors show on Disk repair and corrected- run it again until it shows no errors found.
    Relaunch as normal
    http://support.apple.com/kb/HT4718

  • Repeat Group Header On Each Page with Underlay Following Sections

    How to overcome the following problem?
    1. I am using Crystal report 13.0.5.891
    2. I have designed the report with Group Header as [Underlay following section]
    3. I have checked the group to repeat on each page
    4. Number of lines in the group header may vary
    5. Number of lines in details may also vary
    My objective is to print the separator line placed in group footer, after the
    header lines or after the detail lines which one is taking the maximum lines.
    This is not happening, and I am getting the following output, which is not meeting my requirement
    Where the "LINE IN GROUP FOOTER" should appear after "Group 1 Header Line 6" in the second page
    as the report ends there, but in the output, the line is coming just after the end of detail record.
    like following
    As a result of this, the next record of the group is overlapping with the first record and creating a mesh
    ------------------------------------------------------------------------------------------------------------------------------------ PAGE 1 OF 2
    Column Heading 1                       Column Heading 2                      Column Heading 3
    Group 1 Header Line 1                 Detail Record 1 Line 1
    Group 1 Header Line 2                 Detail Record 1 Line 2
    Group 1 Header Line 3                 ----------------------------------------------------------------------------------
    Group 1 Header Line 4                 Detail Record 2 Line 1
    Group 1 Header Line 5                 Detail Record 2 Line 2
    Group 1 Header Line 6                 Detail Record 2 Line 3
                                                      Detail Record 2 Line 4
                                                      Detail Record 2 Line 5
    ======================LINE IN GROUP FOOTER========================
    PAGE BREAK
    ------------------------------------------------------------------------------------------------------------------------------------ PAGE 2 OF 2
    Column Heading 1                       Column Heading 2                      Column Heading 3
    Group 1 Header Line 1                    Detail Record 3 Line 1
    Group 1 Header Line 2                    Detail Record 3 Line 2
    Group 1 Header Line 3                    Detail Record 3 Line 3
    Group 1 Header Line 4                    Detail Record 3 Line 4
    ======================LINE IN GROUP FOOTER========================
    Group 1 Header Line 5
    Group 1 Header Line 6
    Thanks in advance.

    Thanks for you response.
    I have updated the crystal report to 13.0.13.1597.
    Still I am getting the same issue. I am generating the report in PortableDocFormat and exporting the byte array to download from the web browser. The application is developed in ASP.NET 2012 .net version 4.5.
    I am also uploading 2 images of the final pdf that I am getting, for your opinion.
    The report appeared in the first image is ok, where the first group has 2 child records and the second group has 1 child, but whenever I am changing the mapping in the database, where the first group has 1 child and second group has 2 child, my report is not working. as it is clear from the second image
    Also after installing the new version of CR, my existing codes are not working, and giving the following exception in the line where ExportToStream is written.
    Unable to cast object of type 'FileStreamDeleteOnClose' to type 'System.IO.MemoryStream'.
    I have modified the existing code to overcome this exception.

  • I'm using Pages 09 trying to remove a blank page with only 1 section, how can I do that?

    I'm currently working with a Word document in pages that has a blank page in it, that I'd like to remove. There is only 1 section in the document, page break or section break doesn't seem to effect it so I can remove it. I'm using Pages 2009 and OS-X lion. Any suggestions?

    Hi Fred...
    You may get more feedback from Pages users by posting in that forum here.

  • Green line on movies bottom when converted with H264/MPEG4 codecs-HELP PL!

    Hi all,
    Every time I convert movies from any Quicktime-readable format to .mov format (including .mov to .mov), the resulting movie has a (horrendous) *green line* on the bottom.
    This happen only when I use Quicktime Pro. No other application give me this bad result.
    As only one of many examples you can see in this screenshot a movie (right) made using iShowU with "Apple none" codec, which means that is totally uncompressed.
    To reduce the size I have used QT with H264 codec. The result is (always) that green line (left).
    No matter if I change the movie size or crop it. After all when I export it to save, the green line will be there again.
    Could somebody please help me with this issue?
    http://img.skitch.com/20080820-d4623ia122inbdbwex6c7cciyb.png
    *Thank you very much.*

    Thank you David.
    Did work!
    I also read the post you suggested.
    My original video was 426x175 and I changed it in the export properties to 426x 174 . One (1) pixel smaller, and voila!
    Doing this and reading that post doesn't match with Apple's straight forward style.
    Imagine if you have a stubborn movie because of its dimensions?
    I felt like doing medieval engineering.
    Thanks a lot again, David.

  • My macbook will not start up. It gets stuck on the page with the apple and the pinwheel. Can anyone assist?

    My macbook will not start up. It gets stuck on teh opening page with the apple. It was working fine and all of a sudden i cant get it to work. Does anyone know what could be wrong with it? Or, is there a bypass to the start up page?

    You won't lose your files unless something goes very wrong -- which may already have happened. You absolutely must have a backup before you do anything else. If you don't already have one, boot from your installation disc and follow the instructions in this article under "Instructions for backing up to an external hard disk via Disk Utility":
    Mac OS X v10.5, v10.6: How to back up and restore your files

  • Resizing a page with offset

    In Acrobat 9 Pro, I was used to change the format of pages from 120x180 to 148.5x210.
    - Odd pages, not centered, without any offset (page alinged on the left bottom)
    - Even pages, with X offset of 28.5 (page aligned on the right bottom)
    Then I was able to print a correct booklet.
    Now with XI, I don't have problem with odd pages, but even pages give me blank pages.
    Is it a Bug, or has somthing changed ?
    Or is there now a way to avoid changing the format ? I have a 120x180 PDF document that I want to print as a booklet on a A4 paper. The problem if I select a booklet, is that the pages are not aligned correctly to be able to finally cut the A4 paper and get a 120x180 booklet.

    Hello Raghavendra_RT,
    Is that page on SharePoint, or is that on the internet?
    If the second is the case I would just use a hyperlink which opens in a new tab via target blank attribute:
    http://www.w3schools.com/tags/att_a_target.asp
    And you can place it in a content editor web part.
    Btw, with SharePoint 2013 you can use the Script Editor Web Part to embed a form from a source like Survey Monkey:
    http://community.bamboosolutions.com/blogs/sharepoint-2013/archive/2013/05/20/how-to-use-script-editor-web-part-in-sharepoint-2013.aspx
    - Dennis | Netherlands | Blog |
    Twitter

  • How to copy a page( webpart page) with its content using client side.

    How to copy a page(in my case  webpart page) with its content(it may contain webparts) using client code (i mean using SPservices or ECMA script).
    What i am planning is ,to give end user a page where it will contain text box to specify  name of page and a button with the help of  content editor webpart.
    where on click of button we need to write client side code such that it should create a new page from a existing page in a library with given name by user.
    Any suggestion would be helpful. For your information we can do it through UI with the help Site Actions / Manage Content and Structure.But i want to automate it using client side code.Server side code is restricted.
    or can we create a template of an existing page with content without the help of sharepoint designer.
    Thanks in advance
    with regards Ravichandra

    This is good example
    http://balajiindia.wordpress.com/2011/05/27/using-jquery-with-custom-web-services-in-sharepoint/
    Create web service
    http://balajiindia.wordpress.com/2011/05/27/using-jquery-with-custom-web-services-in-sharepoint/. Create method "Create Page" http://www.learningsharepoint.com/2010/09/17/create-publishing-pages-sharepoint-2010-programmatically/
    Build your Java Script. You can use Content Editor Web Part if you want to avoid custom web part development http://www.codeproject.com/Articles/544538/JQuery-with-SharePoint
    Oleg

  • Hpw tp call a 'Page with Flow Logic' from within a View

    Within the same BSP, I have the requirment to call a page in the ;Page with Flow Logic' section from a page in the 'View' section.   
    Is this possible and if it is, how do I do it?  I have tried some calls but they all have failed.
    Thanks
    Glenn

    in the view you want to navigate then try
    <bsp: call > or <bsp: goto>  htmlb tags. or else you can use window.open method and open in a new window.

  • My macbook pro running lion will not boot . it stays on the grey page with the cog spinning. I have tried all methods of booting to no avail. I have removed the bottom and taken out the battery and the ram . will this affect my applecare warranty.

    my macbook pro running lion will not boot . it stays on the grey page with the cog spinning. I have tried all methods of booting to no avail. I have removed the bottom and taken out the battery and the ram . will this affect my applecare warranty. I had to try myself as I'm overseas for two months and nowhere near any sort of help .

    there was a recent software update that seemed to screw HDV up.  Do some searching here over the last month or 2 and you'll find a bunch of posts and some possible solutions.
    Worst case scenario, do as Shane suggests.  But might I suggest you take a look at the user tips section of the forum.  there are some great tips on how to prevent these sorts of problems by cloning your startup drive, etc.

  • My macbook is stuck on a grey screen with language select and every time i click english it brings me back to the same gray page what do i do?

    My macbook Pro is stuck on a grey screen with language select and every time i click english it brings me back to the same gray page with language select what do i do? Also i dont have enough monet to go to the apple store to get it fix and another thing this happen after i tried to factory reset it without the disck uising coomans i found on youtube.Lastly befor doing the comands my macbook would open any applications and the finder would just blink on and off on the dock.
    Heres the link http://www.youtube.com/watch?v=Q5e5thk0O9o

    Shut down your computer and disconnect all peripherals (keyboard & mouse if pertinent) from your computer.  Now reboot.
    If the Mac starts up normally, shut it down again and then plug in one of the peripherals (keyboard or mouse first) and start up your computer again.  If it does so successfully repeat the process, adding one peripheral at a time until your Mac acts up.  At that point, disconnect the last peripheral you added, reboot your Mac and search the peripheral vendor's website for an updated driver. 
    If no driver exists or the problem remain after installing the new driver, try a different cable or a different port on your Mac.
    If none of the above works, again disconnect all peripherals from your Mac, hold down the "shift" key to start up in "Safe Boot" mode. 
    If the Mac starts up correctly, restart without pressing the "shift" key.
    If your computer still does not start up properly, shut it down and restart it while holding down the Apple+Option-P-R keys; keep holding "all 4 keys" down until you hear the startup sound "twice."
    If none of the above work Disconnect all peripherals from your computer. Boot from your install disc & run Repair Disk from the utility menu. To use the Install Mac OS X disc, insert the disc, and restart your computer while holding down the C key as it starts up.
    Select your language.
    Once on the desktop, select Utility in the menu bar.
    Select Disk Utility.
    Select the disk or volume in the list of disks and volumes, and then click First Aid.
    Click Repair Disk.
    (If Disk Utility cannot repair, you will need a stronger utility (3rd party) - Diskwarrior or Techtool PRO)
    Restart your computer when done.
    Repair permissions after you reach the desktop-http://docs.info.apple.com/article.html?artnum=25751 and restart your computer.
    Remove any 3rd party ram.
    Reinstall Leopard - This will install a "fresh" copy Leopard without archiving old system files but leaves the rest of your files in place.
    If you still want to restore your computer to factory level...
    Start up from your install disc, go to Disk Utility and select the disk and click erase - to securely erase data click Security Options and Erase Free Space which will entirely wipe your disk, overwriting it with zeros so that no data is recoverable.
    To restore read the instructions in the Mac OS X v10.5 Leopard - Installation and Setup Guide  PDF

Maybe you are looking for

  • T410s with extremely poor performanc​e and CPU always near 100% usage

    Hi, I've had my T410s for almost a year now and lately its been starting to get extremely slow, which is odd since it used to be so fast. Just by opening one program, Outlook, or IE or Chrome, just one window, it will start to get extremely slow and

  • ASA Routing problems?

    Hi there, i have a problem with Routing on ASA 5505. Here is a brief explanation of the topology: DC Upstream IP: 77.246.165.141/30 ASA 5505 Upstream to DC IP: 77.246.165.142/30 Interface outside. There is a Cisco Switch connected to one of ASA Ether

  • Error generating a Report

    Hi - I am using Reports 7.0 - when I try to generate a report from the Web Application, I get the error message: java.lang.Exception: 1001 at com.hyperion.reporting.webviewer.WebDynamicReport.initializePovList(Unknown Source) at com.hyperion.reportin

  • Problem with extraction of flat file to infocube

    Hi there, We are workin on SAP SCM APO release 7 that has the componente BW release 7. and we're trying to load data from a flat file to infocube like we used to do in release 5. The problem is that we get the message that no data is available everyt

  • Information about outbound delivery and its handling units

    Hi All experts, I am working on a requirement where I have to display information about the following : 1. Outbound delivery number. 2. related Handling units( 1 or 2 ) indentification number. 3. Transport number. 4. Shipping to party. 5. Line items