On Fri, Aug 5, 2011 at 12:03 AM, mouryan ekambaram <[email protected]> wrote: > If you have not solved the problem yet making following changes in > main.css file at line 621: > #gmain3 { > background-image: url("../site_images/backlt2.gif"); > color: #FFFFFF; > float: left; > margin: 0 2em 2em; > padding: 12px; > width: 722px; > } > Eka
> On Thu, Aug 4, 2011 at 10:48 PM, Beth Lee <[email protected]> wrote: >> On this page: >> http://www.callibeth.com/about.php >> the bottom of the div gmain3 is covered up by the footer when the height of >> the browser windows is between 305px and 750px tall. >> Thanks for your reply. Your suggestions do the following: 1. correct the syntax of the background-image selector. I wrote this stuff when I was a real newbie (now I'm only a quasi-newbie), and it turns out that I don't need the background-image line at all. 2. change the margin from [0 2em 0 2em] to [0 2em 2em 0]. This change doesn't seem to affect the problem at all. My original statement of the problem was slightly wrong. The issues actually lies within the 665-775px browser-window height. Within these resolutions the gmain div is covered up by the footer and there is no scroll bar to allow the user to access the bottom of the gmain div. At larger and smaller heights this is not a problem. Beth ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
