Re: [css-d] html 5 and styling

2009-06-10 Thread David Hucklesby
Erik Vorhes wrote: On Tue, Jun 9, 2009 at 12:59 PM, Nancy Johnsonnjohnso...@gmail.com wrote: However, because of the javascript it worked fine in IE6 and 7. Also, you should probably put that JavaScript in a conditional comment, so only IE sees it. Firefox 3, Safari, and Opera don't have a

Re: [css-d] html 5 and styling

2009-06-10 Thread David Dorward
2009/6/10 David Hucklesby huckle...@gmail.com: Interesting. That's similar to Thierry's suggestion for enabling styling of ABBR in IE 5/6 - It is the same. Using DOM to generate an element of an unknown type in IE registers it in a way that makes that type available for styling. -- David

Re: [css-d] html 5 and styling

2009-06-10 Thread Erik Vorhes
On Wed, Jun 10, 2009 at 9:47 AM, David Dorwarddorw...@gmail.com wrote: 2009/6/10 David Hucklesby huckle...@gmail.com: Interesting. That's similar to Thierry's suggestion for enabling styling of ABBR in IE 5/6 - It is the same. Using DOM to generate an element of an unknown type in IE

Re: [css-d] html 5 and styling

2009-06-10 Thread Nancy Johnson
Thank you for your responses. I will be going through the resources and try what you suggested Nancy On Wed, Jun 10, 2009 at 12:07 PM, Erik Vorhese...@textivism.com wrote: On Wed, Jun 10, 2009 at 9:47 AM, David Dorwarddorw...@gmail.com wrote: 2009/6/10 David Hucklesby huckle...@gmail.com:

[css-d] html 5 and styling

2009-06-09 Thread Nancy Johnson
Hi, I was playing around with html 5.0. This is my first time and I couldn't get the following to style correctly in Firefox 2 or 3 However, because of the javascript it worked fine in IE6 and 7. What am I doing wrong? I couldn't get the H1 style to work within the header. Also, what

Re: [css-d] html 5 and styling

2009-06-09 Thread Erik Vorhes
On Tue, Jun 9, 2009 at 12:59 PM, Nancy Johnsonnjohnso...@gmail.com wrote: I was playing around with html 5.0.  This is my first time and I couldn't get the following to style correctly in Firefox 2 or 3 However, because of the javascript it worked fine in IE6 and 7.   What am I doing wrong?  

Re: [css-d] html 5 and styling

2009-06-09 Thread David Laakso
Nancy Johnson wrote: I was playing around with html 5.0...trimmed Nancy Try: !DOCTYPE HTML html lang=en head meta http-equiv=content-type content=text/html; charset=utf-8 / titleStandard Blog/title style type=text/css html,body {margin:0; padding:0;background:#fff;color:#000;} h1

Re: [css-d] html 5 and styling

2009-06-09 Thread Erik Vorhes
On Tue, Jun 9, 2009 at 12:59 PM, Nancy Johnsonnjohnso...@gmail.com wrote: However, because of the javascript it worked fine in IE6 and 7. Also, you should probably put that JavaScript in a conditional comment, so only IE sees it. Firefox 3, Safari, and Opera don't have a problem, it seems, with