Peter Hyde-Smith wrote:

>>> http://www.fatpawdesign.com/DAC/DACproducts.html

> All: Thanks for the look-see and feed-back.

> Georg: I think I have the transparent borders issue fixed. Would you 
> please make another quick check?

Borders ok. IE6 need a little bit more help though.

1: There's the extra "white-space" spacing between list-items in the
right-hand navigation. To fix without negative side-effects, add a very
precise 'hasLayout' trigger to anchor...

* html .rightcolcontainer li a  {width: 92%;}


2: #viewcart doesn't shrinkwrap so the button ends up on left side in a
full-width #viewcart container, and the "margin-doubling on floats" bug
is also bugging IE6. To fix, add...

* html #viewcart {width: 150px; display: inline;}


That's it. Don't think I have missed any IE6 or IE7 bugs in there :-)

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