ActionAthena

Joined: 25 Mar 2008 Posts: 18 Location: Minnesota? Massachusetts? Vermont?
|
Posted: Wed Mar 10, 2010 9:31 am Post subject: More Sidebar Problems |
|
|
I'm sorry to be posting again about something sidebar-related, but I seem to have another issue with it.
When my posts are shorter than the length of all my sidebar stuff, things in the sidebar seem to jump away from the sidebar, and sit, annoyingly, in the middle of the page. I don't know where I'm going wrong in the sidebar code. Is there some obvious bit of code I should be putting around all of my sidebar items?
Here's the whole sidebar file:
| Code: | <div id="ohnosearch">
<div id="onnobutton">
<!-- Begin Ohnorobot.com Comic Search Box for Action Athena -->
<form action="http://www.ohnorobot.com/" method="get"><table border="0">
<tr><td>Search Action Athena: <input type="text" name="s" value="">
<input type="hidden" name="comic" value="1499">
<input type="submit" id="submit" name="search" value="Search"></td></tr>
<tr><td align="center">Powered by <a href="http://www.ohnorobot.com/">OhNoRobot.com</a></td></tr>
</table></form>
<!-- End Ohnorobot.com code -->
</div>
</div>
<div id="youtubebox"> <a href="http://youtube.com/AthenaCurrier"><img src="http://actionathena.com/images/dudeyoutube.jpg"></a> </div>
<div id="youtubebox"> <a href="http://www.facebook.com/pages/Action-Athena/204383254595?v=photos#!/pages/Action-Athena/204383254595?ref=ts"><img src="http://actionathena.com/images/facebook.jpg"></a> </div>
<div id="youtubebox">
<ul><!-- open whole list -->
<b> UPCOMING EVENTS: </b>
<li><a href="http://sophia.smith.edu/conbust/">ConBust</a></li>
<ul>
<li>Smith College, Seelye Hall</li>
<li>Northampton, MA</li>
<li>Friday-Sunday March 26-28</li>
</ul>
</li><!-- closing list under section one -->
<li><a href="http://zinefest.org/">Zinefest</a>
<ul>
<li>Stevens Square Center for the Arts</li>
<li>Minneapolis, MN</li>
<li>Saturday July 10 11am-5pm</li>
</ul>
<!-- closing list under section two -->
<li><a href="http://mplsindiexpo.com/">Mpls Indie Xpo</a>
<ul>
<li>The Soap Factory</li>
<li>Minneapolis, MN</li>
<li>Saturday August 21 9am-5pm (event), 7pm (after-party)</li>
</ul>
</li><!-- closing list under section three -->
</ul><!-- closing whole list -->
</div> |
You can see what I'm talking about by looking at my post from today. (Note where the "facebook" button is.)
http://actionathena.com/2010/03/10/things-that-lonely-middle-aged-women-like/
Thanks so much,
Athena |
|