Re: [css-d] Inaccessible block at some screen resolutions

2011-08-07 Thread Beth Lee
Earlier, I've written at various times: 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 665px and 750px tall. Within these resolutions the gmain div is covered up by the footer and

Re: [css-d] Inaccessible block at some screen resolutions

2011-08-06 Thread Beth Lee
On Fri, Aug 5, 2011 at 12:03 AM, mouryan ekambaram mouryan3...@gmail.com 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: #FF;    float: left;    margin: 0 2em

Re: [css-d] Inaccessible block at some screen resolutions

2011-08-06 Thread David Laakso
On Thu, Aug 4, 2011 at 10:48 PM, Beth Leecallib...@gmail.com 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. My original statement of the problem was

Re: [css-d] Inaccessible block at some screen resolutions

2011-08-05 Thread mouryan ekambaram
Hi Beth Lee, 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: #FF; float: left; margin: 0 2em 2em; padding: 12px; width: 722px; } Regards Eka On Thu,

Re: [css-d] Inaccessible block at some screen resolutions

2011-08-05 Thread Ghodmode
On Fri, Aug 5, 2011 at 1:18 AM, Beth Lee callib...@gmail.com 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. It's been 4 years, and it's time to redesign,

Re: [css-d] Inaccessible block at some screen resolutions

2011-08-05 Thread David Laakso
On 8/5/11 2:15 AM, Ghodmode wrote: On Fri, Aug 5, 2011 at 1:18 AM, Beth Leecallib...@gmail.com wrote: http://www.callibeth.com/about.php What did you mean by a sticky footer? Greetings from an interested bystander-- Beth does not seem to be with us at the moment... It means to take a

Re: [css-d] Inaccessible block at some screen resolutions

2011-08-05 Thread Ghodmode
On Fri, Aug 5, 2011 at 2:48 PM, David Laakso da...@chelseacreekstudio.com wrote: On 8/5/11 2:15 AM, Ghodmode wrote: On Fri, Aug 5, 2011 at 1:18 AM, Beth Leecallib...@gmail.com  wrote: http://www.callibeth.com/about.php What did you mean by a sticky footer? Greetings from an interested

[css-d] Inaccessible block at some screen resolutions

2011-08-04 Thread Beth Lee
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. It's been 4 years, and it's time to redesign, but I'm looking for a quick fix in the meantime. Can anybody suggest