On Aug 29, 2009, at 9:17 PM, Duane Nelson wrote: > Good morning, all. Good evening.
> Problem: When a hyperlink bookmark within the main column is click > on a > page, the page "scrolls" down but the top of all three columns > "disappears." > > Example: http://rapicom.net/site-2009/glossary.html (#, A, and B are > operational) > > CSS: http://rapicom.net/site-2009/css/rc.css > > Within their current design (http://rapicom.net/glossary.html), all > seems to work properly in each of the different browsers. But the new > design is causing the problems. If I was to speculate, I think it has > something to do with the way that I've "stretched" with columns: > > #leftcol, #rightcol, #main { > padding-bottom: 32767px; > margin-bottom: -32767px; > } Yup, that is the root of your issues. And the behaviour you see is actually the expected behaviour. Solutions ? Another layout construction is your best bet. This one might be a solution. http://www.satzansatz.de/cssd/companions.html Issue originally documented : http://www.positioniseverything.net/articles/onetruelayout/appendix/equalheightproblems Philippe --- Philippe Wittenbergh http://l-c-n.com/ ______________________________________________________________________ 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/
