My problem is at http://jesdisciple.110mb.com/; I believe the layout is from here. The contentdiv, because it has 100% width, refuses to stay beside the menudiv.
But the page hasn't always had this problem; where'd I mess up? Thanks!
My problem is at http://jesdisciple.110mb.com/; I believe the layout is from here. The contentdiv, because it has 100% width, refuses to stay beside the menudiv.
But the page hasn't always had this problem; where'd I mess up? Thanks!
Last edited by Jesdisciple; 08-10-2008 at 04:25 AM.
looks right to me...
--------------------------------------------------Reviews, Interviews, Tutorials, and STUFF--------------------------------------------------Home of the SexyBookmarks WordPress plugin
jbert (08-10-2008)
Scroll down the page to "So... This is my home page (for now)." That should be up top. The problem is more severe on longer pages, e.g. http://jesdisciple.110mb.com/site.php.
add this:
Code:#leftcolumn { background:#5588CC none repeat scroll 0 0; border-right:3px solid #CC8855; float:left; height:100%;position:absolute;width:247px; }
--------------------------------------------------Reviews, Interviews, Tutorials, and STUFF--------------------------------------------------Home of the SexyBookmarks WordPress plugin
jbert (08-10-2008),Jesdisciple (08-10-2008)
That's a step in the right direction, but now the footer is stalking the content... http://jesdisciple.110mb.com/
Thanks!
Code:#contentwrapper { float:left;height:100%; padding-bottom:24px;width:100%; }
and...
Code:#footer { background:black none repeat scroll 0 0;clear:both;color:#FFFFFF;display:block; height:24px;padding:4px 0; text-align:center; width:100%; }
--------------------------------------------------Reviews, Interviews, Tutorials, and STUFF--------------------------------------------------Home of the SexyBookmarks WordPress plugin
jbert (08-10-2008),Jesdisciple (08-10-2008)
That almost did it. Check the Site section; the content goes off the page. I think I remember it doing this before...
no problem
--------------------------------------------------Reviews, Interviews, Tutorials, and STUFF--------------------------------------------------Home of the SexyBookmarks WordPress plugin
jbert (08-10-2008),Jesdisciple (08-10-2008)
Erm... I apparently edited my post as you submitted yours.
But I really do appreciate your help either way.
Well, firebug is really going nuts on me... so I can't reallly do much to try to help... but my first suggestion would be to try putting the
Code:<div id="footer">© 2008 Jesdisciple</div>
OUTSIDE the maincontent DIV, preferably right before the </body> tag
--------------------------------------------------Reviews, Interviews, Tutorials, and STUFF--------------------------------------------------Home of the SexyBookmarks WordPress plugin
Bookmarks