[css-d] Crashin Column

2011-03-25 Thread Thomas Pauly
The right-hand column on this page:
http://www.theablebaker.com/archive-specials.html
is crashing through the footer.

I'm baffled by my overly complicated layout but I wan to be able to fix it 
before I redesign.

Any help would be greatly appreciated.

Thomas Pauly
973.273.4702 | tho...@tpauly.com

__
css-discuss [css-d@lists.css-discuss.org]
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/


Re: [css-d] Crashin Column

2011-03-25 Thread Claude Needham
On Fri, Mar 25, 2011 at 4:14 PM, Thomas Pauly tho...@tpauly.com wrote:
 The right-hand column on this page:
 http://www.theablebaker.com/archive-specials.html
 is crashing through the footer.

 I'm baffled by my overly complicated layout but I wan to be able to fix it 
 before I redesign.

 Any help would be greatly appreciated.
 Thomas Pauly

One possible fix is to add the property overflow: hidden to the div
id=mosaic

This does not address the underlying issues created by the javascript.
But it will make your page look better.

Regards,
Claude Needham
__
css-discuss [css-d@lists.css-discuss.org]
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/


Re: [css-d] Crashin Column

2011-03-25 Thread Thomas Pauly

On Mar 25, 2011, at 7:26 PM, Claude Needham wrote:

 On Fri, Mar 25, 2011 at 4:14 PM, Thomas Pauly tho...@tpauly.com wrote:
 The right-hand column on this page:
 http://www.theablebaker.com/archive-specials.html
 is crashing through the footer.
 
 I'm baffled by my overly complicated layout but I wan to be able to fix it 
 before I redesign.
 
 One possible fix is to add the property overflow: hidden to the div
 id=mosaic
 
 This does not address the underlying issues created by the javascript.
 But it will make your page look better.
 
 Regards,
 Claude Needham

Thanks, that helps for now. There's definitely something wrong with my code, 
though. I made the left-hand column longer and that's crashing through too.
http://www.theablebaker.com/archive-specials-alt.html

Thomas Pauly
973.273.4702 | tho...@tpauly.com


__
css-discuss [css-d@lists.css-discuss.org]
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/


Re: [css-d] Crashin Column

2011-03-25 Thread HallMarc Websites


 -Original Message-
 From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-
 discuss.org] On Behalf Of Thomas Pauly
 Sent: Friday, March 25, 2011 7:15 PM
 To: CSS List
 Subject: [css-d] Crashin Column
 
 The right-hand column on this page:
 http://www.theablebaker.com/archive-specials.html
 is crashing through the footer.
 
 I'm baffled by my overly complicated layout but I wan to be able to fix it
 before I redesign.
 
 Any help would be greatly appreciated.
 
 Thomas Pauly
 973.273.4702 | tho...@tpauly.com
 

First things first, you are calling your style sheet twice.  Please remove
the link rel=stylesheet type=text/css media=screen,print
href=http://www.theablebaker.com/css/fontfix-layout.css;. right after the
keyword meta.

__
css-discuss [css-d@lists.css-discuss.org]
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/