Good evening list,

 Fiddling with a mockup and i ran into 2 problems:

[1] the text on the right hand side of the top ("mad cow..") shoves to the
left when resizing the viewport. Is there a way to let it stay put?

[2] in IE6 the whole page is shoved to the right and the #masthead image is
not showing up.

 http://www.dzinelabs.com/sandbox/madcow/madcow.html

 
As to #1: You declared a min-width of 780px for the body tag. You declared
no width for the masthead div so it collapses as the width of the viewport
is reduced, but only until the viewport reached 780px width. The h1 is set
to position:absolute right:20px so it follows the right edge as the viewport
is reduced in width.

One possible fix: declare a width for #masthead.

I'll leave #2 for someone else.

Walt


______________________________________________________________________
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/

Reply via email to