RE: [WSG] Lower portion of lower case "y" does not appear in h1 in IE7

2007-08-11 Thread Joyce Evans
Very nicely stated. Unfortunately, I have not yet adjusted to the possibility that a visitor to a site might change the text size on me. I need to change my way of thinking. Thanks for the feedback. Joyce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf O

RE: [WSG] (X)HTML Best Practice Sheet updated for MSIE

2007-08-11 Thread Philip Kiff
Philip Kiff wrote > Tested this link: > http://keryx.se/[...].html Ooops. That isn't the link I tested. I tested the xhtml one that is supposed to get rewritten in the htaccess rules: http://keryx.se/resources/html-elements.xhtml Phil. *

RE: [WSG] (X)HTML Best Practice Sheet updated for MSIE

2007-08-11 Thread Philip Kiff
Keryx Web wrote: > This is the set of rules in my .htaccess that I think should do > the trick: > [snip] > It works with FFox, Opera 9.2, Safari for Windows (complained at first > about too many redirects for no apparent reason) and MSIE 6. Tested this link: http://keryx.se/resources/html-elements

Re: [WSG] Lower portion of lower case "y" does not appear in h1 in IE7

2007-08-11 Thread Paul Novitski
At 8/10/2007 05:01 PM, Joyce Evans wrote: When I view the following link (which I’m working on) in IE7, the lower portion of the “y” in the word “Physician” does not appear. I see the entire “y” in IE 6 and FF 2 but not in IE7. This text is sitting within an h1 tag within a #title tag. Doe

Re: [WSG] (X)HTML Best Practice Sheet updated for MSIE

2007-08-11 Thread Keryx Web
I have now made it possible for MSIE to see my sheet as well. I have provided an plain HTML version, but do not want any linking to it. This is the set of rules in my .htaccess that I think should do the trick: --- RewriteEngine On # The simple html version shall not be directly acc

Re: [WSG] (X)HTML Best Practice Sheet goes live - correct link

2007-08-11 Thread Keryx Web
[EMAIL PROTECTED] skrev: I'm afraid this doesn't give me much confidence when your label for HTML5 is (X)HTML 5 One of the major points about HTML5 is that it is _not_ XML based. Already answered by liorean. May I add that prominent members of the WHAT-WG mailing list have read and OK'd my do

Re: [WSG] Lower portion of lower case "y" does not appear in h1 in IE7

2007-08-11 Thread E Michael Brandt
Thank you, but I need the background image that I used in the #title tag, How about putting the background image on the H1 instead? -- E. Michael Brandt www.divaHTML.com divaGPS : you-are-here menu highlighting divaFAQ : FAQ pages with pizazz www.valleywebdesigns.com JustSo PictureWindow Ju

Re: [WSG] (X)HTML Best Practice Sheet goes live - correct link

2007-08-11 Thread liorean
On 11/08/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm afraid this doesn't give me much confidence when your label for > HTML5 is (X)HTML 5 > One of the major points about HTML5 is that it is _not_ XML based. The HTML 5 WG have not only a non-SGML serialisation for text/html as one of th

Re: [WSG] Markup an Address?

2007-08-11 Thread Brad Pollard
Use a microformat: http://microformats.org/wiki/hcard - Original Message - From: Diego La Monica To: wsg@webstandardsgroup.org Sent: Saturday, August 11, 2007 5:52 PM Subject: Re: [WSG] Markup an Address? Ryan Moore: Looking for best practice markup for addresses.

Re: [WSG] Markup an Address?

2007-08-11 Thread Diego La Monica
Ryan Moore: > > Looking for best practice markup for addresses. > > is it correct to use > > > Main Office > 123 Fake Street > Somewhere, SomeCountry, SomeZip > > > or is there a better practice for this? Diego La Monica: Ryan, I don't think is the correct use for dl+dt/dd because dt is a term

RE: [WSG] (X)HTML Best Practice Sheet goes live - correct link

2007-08-11 Thread michael.brockington
I'm afraid this doesn't give me much confidence when your label for HTML5 is (X)HTML 5 One of the major points about HTML5 is that it is _not_ XML based. Second point would be what do you mean by Block(ish)? Regards, Mike *** Lis

Re: RE: [WSG] Lower portion of lower case "y" does not appear in h1 in IE7

2007-08-11 Thread Ashung
http://www.nichemktghouston.com/mneiman/mneiman.css body { /*text-align: center - centers the web page for IE only*/ text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 16px; margin: 0px; back