[css-d] verify conditional statement placement

2009-06-09 Thread Tammy G.
I just want to verify that the placement of the IE conditional statements are correct or does the /style need to be placed after the last ![endif]--? head title3 Topic Layout with Large Header/title meta http-equiv=Content-Type content=text/html; charset=utf-8 style type=text/css

[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] verify conditional statement placement

2009-06-09 Thread Bob Meetin
Tammy G. wrote: I just want to verify that the placement of the IE conditional statements are correct or does the /style need to be placed after the last ![endif]--? head title3 Topic Layout with Large Header/title meta http-equiv=Content-Type content=text/html; charset=utf-8

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?  

[css-d] Elastic/Fluid Layout - problem scaling images in Safari

2009-06-09 Thread Rod Castello
I'm trying to give my client what he wants and that is to have the site scale up (similar to the way Flash size can resize)  to fit his large monitor.  Screen size 20 1/2 x 13 1/2 set at 1920 x 1200 resolution. It's a gallery of his work, so no long text lines to worry about. I'm using

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

Re: [css-d] Elastic/Fluid Layout - problem scaling images in Safari

2009-06-09 Thread Philippe Wittenbergh
On Jun 10, 2009, at 6:01 AM, Rod Castello wrote: I'm trying to give my client what he wants and that is to have the site scale up (similar to the way Flash size can resize) to fit his large monitor. Screen size 20 1/2 x 13 1/2 set at 1920 x 1200 resolution. It's a gallery of his