Lisa G. Wilcox wrote:

> <http://www.familyfirstdocs.com>

> I don’t have IE6 on my computer but I’ve ran the browser
> compatibility check in Dreamweaver CS3 and it gives me an  Extra
> Whitespace in List Links bug issue. I’ve tried to apply the fixes it
> recommends and the client still has the issue.

1: delete the entire <!--[if lt ie 7]> 'ie-win.css' stylesheet, as
nothing in there makes any sense.

2: add...
#menuh ul li {height: 1%;}
...as 'hasLayout' trigger for IE6.

3: since IE6 doesn't react on :hover on anything but anchors, add a
'whatever:hover.htc' file...
<http://www.xs4all.nl/~peterned/csshover.html>
...to add the necessary functionality.

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