![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Here is one way that seems pleasant enough in all my browsers: http://dorayme.890m.com/alt/twoBytwo.html OK, the only thing that thios doesn't seem to always do is extend the bottom of #nav or #content to the bottom of #main I'm certain that there are many things this does not do. |
|
But instead or in addition, here is something and a bit more to tackle some of your concerns: http://dorayme.890m.com/alt/twoBytwo_faux.html |
#2
| |||
| |||
|
|
dorayme wrote: Here is one way that seems pleasant enough in all my browsers: http://dorayme.890m.com/alt/twoBytwo.html OK, the only thing that this doesn't seem to always do is extend the bottom of #nav or #content to the bottom of #main I'm certain that there are many things this does not do. ... it doesn't make me breakfast, but I was referring to the most obvious failing that was visible to me as far as the effect I'm trying to obtain with CSS. |
|
But instead or in addition, here is something and a bit more to tackle some of your concerns: http://dorayme.890m.com/alt/twoBytwo_faux.html Right, now I'm wondering about another problem that I have that the table solution doesn't fix. In the 2 by 2 table, if there isn't enough content to reach the bottom of the screen, I end up with a gap at the bottom of the table that is filled in the document body or html background. |
#3
| |||
| |||
|
|
http://dorayme.890m.com/alt/twoBytwo_faux.html Right, now I'm wondering about another problem that I have that the table solution doesn't fix. In the 2 by 2 table, if there isn't enough content to reach the bottom of the screen, I end up with a gap at the bottom of the table that is filled in the document body or html background. Well, do you see a gap with the above url (which does not have enough content to fill many a screen)? Tell me? Maybe there is on some browsers? I am not seeing any gap on my Firefox, Safari, iCab, MacIE 5, Opera, Camino. |
#4
| ||||
| ||||
|
|
dorayme wrote: http://dorayme.890m.com/alt/twoBytwo_faux.html Right, now I'm wondering about another problem that I have that the table solution doesn't fix. In the 2 by 2 table, if there isn't enough content to reach the bottom of the screen, I end up with a gap at the bottom of the table that is filled in the document body or html background. Well, do you see a gap with the above url (which does not have enough content to fill many a screen)? Tell me? Maybe there is on some browsers? I am not seeing any gap on my Firefox, Safari, iCab, MacIE 5, Opera, Camino. That url has enough content to fill my screen with any browser (I'm limited to 1024 x 768 here) However, if I put a single paragraph in the content, with just one word in it, then the effect becomes apparent. |
|
However, as I said, that's a problem that the table solution also has, so it's not a great issue. |
|
Something else I have been trying to do, and sort of solved, is to have a "footer bar" across the bottom of the #content div, with 3 elements, a left aligned left element, a center aligned center element, and a right aligned right element. .... http://sined.servebeer.com/denis/css/footer_test.html .... |
|
Incidentally, during this discussion I have also realised that my thinking was being constrained by my table solution to the original problem .... there's actually no reason that the #nav division should be the same width as the logo image. |
#5
| |||
| |||
|
|
dorayme wrote: http://dorayme.890m.com/alt/twoBytwo_faux.html Right, now I'm wondering about another problem that I have that the table solution doesn't fix. In the 2 by 2 table, if there isn't enough content to reach the bottom of the screen, I end up with a gap at the bottom of the table that is filled in the document body or html background. Well, do you see a gap with the above url (which does not have enough content to fill many a screen)? Tell me? Maybe there is on some browsers? I am not seeing any gap on my Firefox, Safari, iCab, MacIE 5, Opera, Camino. That url has enough content to fill my screen with any browser (I'm limited to 1024 x 768 here) However, if I put a single paragraph in the content, with just one word in it, then the effect becomes apparent. However, as I said, that's a problem that the table solution also has, so it's not a great issue. Something else I have been trying to do, and sort of solved, is to have a "footer bar" across the bottom of the #content div, with 3 elements, a left aligned left element, a center aligned center element, and a right aligned right element. |
#6
| |||
| |||
|
|
In article <ccFek.75497$7v1.13483 (AT) newsfe30 (DOT) ams2>, Denis McMahon <denis.mcmahon (AT) ntlworld (DOT) com> wrote: dorayme wrote: http://dorayme.890m.com/alt/twoBytwo_faux.html Right, now I'm wondering about another problem that I have that the table solution doesn't fix. In the 2 by 2 table, if there isn't enough content to reach the bottom of the screen, I end up with a gap at the bottom of the table that is filled in the document body or html background. Well, do you see a gap with the above url (which does not have enough content to fill many a screen)? Tell me? Maybe there is on some browsers? I am not seeing any gap on my Firefox, Safari, iCab, MacIE 5, Opera, Camino. That url has enough content to fill my screen with any browser (I'm limited to 1024 x 768 here) However, if I put a single paragraph in the content, with just one word in it, then the effect becomes apparent. However, as I said, that's a problem that the table solution also has, so it's not a great issue. Something else I have been trying to do, and sort of solved, is to have a "footer bar" across the bottom of the #content div, with 3 elements, a left aligned left element, a center aligned center element, and a right aligned right element. I modified something I've had around to make a footer as I imagine you want (with floated list items): http://netweaver.com.au/alt/twoBytwo_faux_footer.html In Safari, there are no scrollbars vertical when "not needed" as one would want. But in most other browsers there are and I have not quite worked out why but I will look again harder! You don't need to put in the star hack for IE6, you can use a conditional to deliver a different style sheet for this instruction (I left all styles in the head for your convenience). Anyway, this page might be what you want? You can remove the header pic and put your own in on the left as you want, you can stick text in the header (in the markup you will see it there but commented out, you can turn it back on) |
#7
| |||
| |||
|
|
Denis McMahon (now puzzling over html 4.01, xhtml 1.0 and xhtml 1.1) |
#8
| |||
| |||
|
|
dorayme wrote: http://netweaver.com.au/alt/twoBytwo_faux_footer.html Thanks, it looks ideal. I'm still working my way through the css and trying to understand the interactions and how it all goes together, but I think it solves everything. Thanks again |
![]() |
| Thread Tools | |
| Display Modes | |
| |