layer background div

liunx

Guest
<!-- m --><a class="postlink" href="http://acemo.orderofbanor.com/">http://acemo.orderofbanor.com/</a><!-- m -->
working on new layout...
how i can get the black background part to go as far to the bottom as the "Today's Birthdays" part goes?

The header, navbar and contents are div blocks inside the layer div block.
dun look at the colours.. didnt picked the colours yet, just trying to get a nice layout first.

1 thing.. if u kno a solution in javascript, dont even bother posting because i refuse to use javascript since alot of ppl block javascript and i want my site to be shown correctly to everyone.

EDIT: ok.. javascript can be posted.. but add an good explenation why i should use javascript, dun think will be easy to convince me tho.You have your navbar and content divs both floated. This takes them out of the flow which doesn't allow the background of your image to come down all the way. Google for "clear floats". One partial solution is not to float your content div and only float the navbar to the left but adjust the content left margin and width.

Also, you need a doctype to keep IE on the same terms as modern browsers or else you'll have many problems later.Thanks ill try googling for that..

the doctype stuff.. will do!Check this for some practical tips. <!-- m --><a class="postlink" href="http://www.alistapart.com/articles/holygrail">http://www.alistapart.com/articles/holygrail</a><!-- m -->
 
Back
Top