[WSG] Re: EMBED tag

2004-05-11 Thread east
Chris Keane writes: If it is the only thing causing a site not to validate, what harm is it really? Won't it push IE into quirks mode because it's not validating? * The discussion list for http://webstandardsgroup.org/ See

[WSG] Re: list 'buttons' in IE

2004-05-06 Thread east
Barbara Dozetos: try adding border:1px solid #f0e7d7; to ul.navlist li like so: ul.navlist li { display: block; margin: 0%; padding: 0px; border:1px solid #f0e7d7; } On 07/05/2004, at 1:07 AM, Barbara Dozetos wrote: Hi folks -- I asked about this yesterday, but got no response. In the

[WSG] Re: Ten questions for Anne van Kesteren

2004-05-04 Thread east
Hey all. Just recently I had the idea that making the decision to go EITHER XHTML or HTML (serving strictly the proper MIME types with each) isn't necessary, since well formed XHTML is ALSO well formed HTML. With a miminmal amount of PHP effort this is possible, and I have done it on my

[WSG] Re: Ten questions for Anne van Kesteren

2004-05-04 Thread east
, that means it's well formed, right? Tim Lucas writes: east spoke the following wise words on 4/05/2004 10:27 PM EST: With a miminmal amount of PHP effort this is possible, and I have done it on my personal website, and written about it here: http://eastsdomain.com/43. If you're going to do

[WSG] Re: New suckerfish menus

2004-05-21 Thread east
I've found a potential CSS incompatibility with the dropdowns. On my 'About Me' page http://eastsdomain.com/site/people/noa/, when the dropdown CSS is active, my content containing box doesn't expand vertically to accomodate all the content. I figured out this was because of the left:-999em

[WSG] Re: PHP and XHTML 1.0 Strict

2004-08-25 Thread east
There is an issue with session generation through a web form and validation. Automatically creating a session that is to be passed through a POST creates a hidden input field directly after the first form tag. Since in XHTML, a form requires that a block level element (like fieldset) enclose