Mark Batty wrote:

> http://public.softectra.com/dev/lang/markup/css/cssd/021105_1/index.html
>  ...What I would like is the hnav to stay the same distance above the
>  #filler div.

You may try injecting something like:

#branding {
position: relative;
min-height: 130px;
border-bottom: solid 20px #69C;
}

#branding .hnav {
position: absolute;
bottom: 0;
}

Note: I didn't fine-tune that border-color.
---

HTML Tidy have some issues with your source-code. Probably a misplaced
div-closing tag, but I didn't check any further.
Anyway: this issue made a proper test/debugging/fix of your other
problems too time-consuming.

Tidy <http://www.w3.org/People/Raggett/tidy/> can help you with your
source-code.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to