Theiling Online    Sitemap    Conlang Mailing List HQ   

Re: TECH: Website Navigation Question

From:Remi Villatel <maxilys@...>
Date:Monday, March 26, 2007, 23:09
On lundi 26 mars 2007, David J. Peterson wrote:

> With every strategy I've tried, the bar ends at the end of the > navbar text. If I could have it extend to the end of the page, I > could get rid of the images, and define the length in ems. Indeed, > I would be happy to do so: even though the image is tiny, the > fewer images the better. Do you know a way around this problem?
That's easy. Enclose your whole page in a <div> container that has the same background color than your navbar... and don't forget to (re-)give the appropriate background color to the main content area. Schematically: <body> <div class="wholeBody withNavBackground"> <div class="navBar withNavBackground"> </div> <div class="contentArea withAnotherBackground"> </div> </div><!--/wholeBody--> </body> It should also work if you give a background color to the <body> --I haven't tried since I prefer not to mess with the body colors. obConlang: kasa ri-vat·tulu tē fodōcuga. [kasa: Xi:vad.tu4u tE fodOCuga] kasa ri--vat·tulu tē fodōcu-ga 1SG.PROPR+INI TOP--means IND+RTR.PST success-INI = My (past) success [through] the means I'm talking about. = That's the way I succeeded. -- ================== Remi Villatel maxilys_@_tele2.fr ==================

Reply

Mark J. Reed <markjreed@...>