David Laakso wrote:..., anyone have an idea on moving the whole thing a.>> little to the right in Win/IE?Try adding:
<http://www.dlaakso.com/photographs/adi/>
body { margin: 0; padding: 0; }
A small unrelated note: Your width expression for IE allows the content to
use almost all the window width (97%) until about 1000px, then, if the
browser is made larger then that, the content is suddenly shrinked to a
fixed 590px causing a jump. Is this intended? If you use "979px" instead of
"590px" in your expression you get a smoother behaviour.
Thanks...the obvious always eludes me-- tried adding body { margin: 0; padding: 0; } (deleting the "expressions") and using min-max.js instead. Works like a charm. I'll make the correction to the "expressions" that you provided, and replace the min-max.js with it.
Many thanks, Bruno.
Best regards Bruno
Best, and regards to Sparky. ~david --
______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
