Separate the footer container and the page container. That is, close the page container do a <br clear="all"> and then put the footer container.
andy -----Original Message----- From: Ines Robbers [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 10:20 AM To: [EMAIL PROTECTED] Subject: [wdvltalk] css: three x three boxes dynamically and in the right order hello list, i am building university homepage at the moment and i want it to be without tables. i have three boxes from left to right: a left menu, a middle and right men�. underneath each menu box starts a content box. see here: http://www.uni-potsdam.de/u/stud/tests/layout.html since the left menu box for instance changes its height depending on the respective page i need a way to avoid it from overlapping the contentbox underneath. ie the content box has to dynamically change its position in relation to the height of the menu box. well, i figured out that one by sticking them all in containers. (one for the left, one for the middle, one for the right :-) now comes the problem: the site has to be accessable for disabled people and be readable in a text based browser. with my approach however, the footer for instance is right after the main content in the flow of the html. only after the footer there comes the other two content boxes and menus. well, has anyone of you a better approach which solves both problems - the overlapping and the order of the html flow? many thanks for help!!! ines > -----Original Message----- > From: Mark Groen [mailto:[EMAIL PROTECTED]] > Sent: 25 July 2002 06:10 > To: [EMAIL PROTECTED] > Subject: [wdvltalk] RE: Colored Scroll Bars > > > On July 25, 2002 at 7:49, Wolf, Michael wrote: > > > Robin, > > > > If memory serves me correctly, and it may not be as I continue to age, > > the colored scroll bar effect will not work through a linked style > > sheet. > > Nope, linked style sheets doesn't matter. For future > comaptibility? it's been > recommended to me, (can't remember where I read it, but it > works), put your > scrollbar attributes with the html element rather than the body element. > Ex: > > html { scrollbar-face-color: #808080; > scrollbar-arrow-color: #ffff00; > scrollbar-base-color: #808080; > scrollbar-shadow-color: #00009d; > scrollbar-highlight-color: #c0c0c0; > scrollbar-3d-light-color: #00009d; > } > > > Cheers, > > Mark > > > ____ * The WDVL Discussion List from WDVL.COM * ____ > To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] > Send Your Posts To: [EMAIL PROTECTED] > To change subscription settings to the wdvltalk digest version: > http://wdvl.internet.com/WDVL/Forum/#sub > > ________________ http://www.wdvl.com _______________________ > > You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] > To unsubscribe send a blank email to %%email.unsub%% > ____ * The WDVL Discussion List from WDVL.COM * ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
