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 Vorhes wrote: > On Wed, Jun 10, 2009 at 9:47 AM, David Dorward wrote: >> 2009/6/10 David Hucklesby : >>> Interesting. That's similar to Thierry's suggestion

Re: [css-d] html 5 and styling

2009-06-10 Thread Erik Vorhes
On Wed, Jun 10, 2009 at 9:47 AM, David Dorward wrote: > 2009/6/10 David Hucklesby : >> 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 tha

Re: [css-d] html 5 and styling

2009-06-10 Thread David Dorward
2009/6/10 David Hucklesby : > 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 Dorward

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 Johnson 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 se

Re: [css-d] html 5 and styling

2009-06-09 Thread Erik Vorhes
On Tue, Jun 9, 2009 at 12:59 PM, Nancy Johnson 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 "nonstandard" HTML 4

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: Standard Blog html,body {margin:0; padding:0;background:#fff;color:#000;} h1 {background-color:#00FF66; font-family: Helvetica, Arial, sans-serif;margin:0;} Standard Blog _

Re: [css-d] html 5 and styling

2009-06-09 Thread Erik Vorhes
On Tue, Jun 9, 2009 at 12:59 PM, Nancy Johnson 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? >  I couldn't get t

[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 resource