[css-d] list whitespace bug issue with IE

2007-12-26 Thread Lisa G. Wilcox
I have a site HYPERLINK
http://www.familyfirstdocs.comhttp://www.familyfirstdocs.com
This site was done in Adobe Dreamweaver CS3. It validates and seems to work
on my computer. 
I’ve tested it with Windows XP with IE7, Win XP with Firefox 2.0, WinXP with
Opera 9.25, however, my client who has Windows Vista with IE7 and Windows XP
with IE6 has issues. On Vista with IE 7 the menu juggles over to the left
and in Win XP with IE6 they can’t seem to view the menu properly at all.

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.


Does anyone have any suggestions?


Thanks in advance


Lisa

 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.503 / Virus Database: 269.17.5/1190 - Release Date: 12/19/2007
7:37 PM
 
__
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/

Re: [css-d] list whitespace bug issue with IE

2007-12-26 Thread Gunlaug Sørtun
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/