I have an interesting problem with my site, if I want any background color other than white.
Now if you were to look at this page after that one
http://www.john-neal.com/pastWebsites/index.shtml
You can see that since the content is so short the background color is not stretching to the bottom of the page.
My right side menus when long like the pastWebsites Menu
if the browser window is too small the menu continues down past the bottom of the browser and the scroll bar does not appear.
I think both of my problems are related..
I need my middle content section to always stretch to bottom,
but if you look at my stylesheet you will see it is more complicated then the simple examples.
http://www.john-neal.com/style.css
I wanted to make the middle content a variable width and keep the left and right sidebars from floating over the middle.
With the nesting divs I have got the effect that i wanted.
I still have some bugs in this new design of mine.
I really would appreciate any help, I have been reading through all of the forum, and looking at all the suggested websites on stylesheets.
I have not been able to solve my problem.
Interesting Problem with Layout
1) I hate when this happens.
body {
margin:0px 0px 0px 0px; /* was 9 9 0 9 /*
padding:0;
background-color: antiquewhite; /* was antiquewhite */
}
See /* was 9 9 0 9 /*, where the last /* is round the wrong way, so the background colour is being commented out. You should look to find an editor that highlights comments.
2) See article http://www.alistapart.com/articles/fauxcolumns/
Regards
Day
Interesting Problem with Layout
oh my gosh , thanks so much...
yeah i used to use ultra-edit, but ive been using notepad lately cuz im on a
different computer.....
thanks man....