[css-d] ie7 vertical line

2007-02-07 Thread Melinda Odom
Hi,

I put the styles below on this page and the vertical line works in mozilla
and ie7 but not in netscape.  In netscape all the body text is gone. If I
remove the #container overflow style only ie7 shows the vertical line, the
text is back in netscape but neither netscape or mozilla show that vertical
line.  I'm lost.

http://www.designhosting.biz/test.html

#container {
overflow: hidden;
}

* html #container {
overflow: visible;
}

Sincerely,
Melinda Odom
Design Hosting, Inc.
www.designhosting.biz
479-471-0891
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.29/673 - Release Date: 2/6/2007
5:52 PM

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] ie7 vertical line

2007-02-07 Thread david
Melinda Odom wrote:
 Hi,
 
 I put the styles below on this page and the vertical line works in mozilla
 and ie7 but not in netscape.  In netscape all the body text is gone. If I
 remove the #container overflow style only ie7 shows the vertical line, the
 text is back in netscape but neither netscape or mozilla show that vertical
 line.  I'm lost.
 
 http://www.designhosting.biz/test.html

A number of your links have invalid Name attributes (no spaces allowed 
in names/IDs). I presume you have no title section for a reason? Also, 
you have a number of anchors with IDs and NAMEs defined for them, but 
their values don't match.

HTML Tidy says these are all warnings, so I don't know if that makes a 
difference to your page's problem.

Only thing that CSS validator reports is Do not put style rules inside 
HTML comments as they may be removed by user agent. Don't know if that 
makes a difference here, either.

-- 
David
[EMAIL PROTECTED]
authenticity, honesty, community
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/