On Sat, Aug 14, 2010 at 7:05 PM, William Gaffga <[email protected]> wrote: > Hi ... I'm working on a new portfolio site for myself and I've stumbled > across something I just can't seem to figure out, namely, why the Main div > on the page is shifting left by 8 pixels on 2 of my pages. > This is the site: http://www.wilyguy.net/portfolio/index.html > CSS is found here: http://www.wilyguy.net/portfolio/portfolio.css > > These are the offending pages: > > 1. http://www.wilyguy.net/portfolio/html.html > 2. http://www.wilyguy.net/portfolio/images/grfx.php > > So ... the main div is being moved if some content is going beyond some > boundary, as both cases have solutions by minimizing the content. This, > again, makes no sense. >
If it extends below the viewport, the main content div shifts. That's the boundary. (On my MacBook, the Manuals also shifts also for this reason.) I don't see any reason it should be so, but it's a clue. As far as I can see, you have no width margins or padding on html, body, or main div, and your 1px borders shouldn't have any effect. 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/
