I can't believe that little #nav {position: relative;} was all that was
missing! Like magic! Phew. Georg, you rock. 

As for text size - they were using 10px, which I took the liberty of bumping
up...but I agree that it is still tiny and not accessible. Do you think
adding overflow:auto to the constrained boxes to get a scroll bar on
constrained boxes is a reasonable fix?

One last thing is nagging me on ie6 - can you see why the form elements are
wrapping on internal pages like
http://www.agencycreativetest.com/workplace_business.aspx?


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gunlaug Sørtun
Sent: Thursday, March 13, 2008 12:02 PM
To: Lisa Onizuka
Cc: css-d@lists.css-discuss.org
Subject: Re: [css-d] IE6 woes w/ Suckerfish, absolute positioning,weird
margins

Lisa Onizuka wrote:
> Of course, now the client (a design agency who has not yet shown the 
> redo to their client) wants to hold on to wacky remnants like photos 
> and little corner points and  that are also links, etc...so I added in 
> those extra links. They are currently laid over bg images with 
> absolute positioning, but that makes my suckerfish dropdowns in ie6 go 
> behind the boxes.

Add...
#nav {position: relative;}
...to get those drop-downs in front.

> http://agencycreativetest.com
> 
> In IE6 there is also something pushing the layout out about 5px on the 
> right...

Make that...
* html #main {overflow-y: visible; overflow-x: hidden;} ...and IE6 will
behave.

> It would validate if not for flash stuff left in noscript for older 
> browsers.

Validity is a nice "thing", but that page probably worked better as
table-layout. As it is now it breaks under even the slightest stress caused
by font-resizing - different but badly in all browsers.

regards
        Georg
--
http://www.gunlaug.no
______________________________________________________________________
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/

______________________________________________________________________
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