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/

Reply via email to