I will figure it out, for sure, but what is the bottom gap? No heights, clear, on all pages and as far as I have looked (not enough) all browsers.
Note: I have yet to complete spell checking and validation, but it's on the immediate agenda.
css is
Float questions: I have been agonizing over floats for the last couple of days and have it worked out, but I have a few questions - just curious on these:
1) is it not at all possible to put a border on a div containing a float without ..well, the float floating to the top and just being sloppy all over the place?
2) #tips will not float correctly unless placed directly below the containing "wrapper", that is first in the html progression. Since "tips" is on the left hand side of the page, I would have expected to have to put it below the "sidebar" and contained "menu" segments </div>s. Is there some kind of right to left rule here that I can't find, or am I just missing another punctuation mark somewhere?
Note: I have yet to complete spell checking and validation, but it's on the immediate agenda.
css is
Float questions: I have been agonizing over floats for the last couple of days and have it worked out, but I have a few questions - just curious on these:
1) is it not at all possible to put a border on a div containing a float without ..well, the float floating to the top and just being sloppy all over the place?
2) #tips will not float correctly unless placed directly below the containing "wrapper", that is first in the html progression. Since "tips" is on the left hand side of the page, I would have expected to have to put it below the "sidebar" and contained "menu" segments </div>s. Is there some kind of right to left rule here that I can't find, or am I just missing another punctuation mark somewhere?