Re: [css-d] Images vs inline styles vs width/height

2005-05-24 Thread jack fredricks
> Just for clarification, since most of the replies have been taken out of > context, it is the positioning information within the asterisks that I > was suggesting the author handle with CSS and move to the CSS file. The > comment "move to the CSS file" had nothing to do with dimensions. > http:/

Re: [css-d] Images vs inline styles vs width/height

2005-05-24 Thread Uwe Kaiser
David Laakso schrieb: On Tue, 24 May 2005 17:01:51 -0400, Uwe Kaiser <[EMAIL PROTECTED]> wrote: Two interesting articels: By Dave Shea http://www.mezzoblue.com/archives/2005/05/10/image_attrib/index.php By Dimitri Glazkov http://glazkov.com/blog/archive/2005/04/18/430.aspx regards Uwe Ka

Re: [css-d] Images vs inline styles vs width/height

2005-05-24 Thread David Laakso
On Tue, 24 May 2005 17:01:51 -0400, Uwe Kaiser <[EMAIL PROTECTED]> wrote: Two interesting articels: By Dave Shea http://www.mezzoblue.com/archives/2005/05/10/image_attrib/index.php By Dimitri Glazkov http://glazkov.com/blog/archive/2005/04/18/430.aspx regards Uwe Kaiser -- jack fredricks

Re: [css-d] Images vs inline styles vs width/height

2005-05-24 Thread Uwe Kaiser
Two interesting articels: By Dave Shea http://www.mezzoblue.com/archives/2005/05/10/image_attrib/index.php By Dimitri Glazkov http://glazkov.com/blog/archive/2005/04/18/430.aspx regards Uwe Kaiser -- jack fredricks schrieb: david laasko wrote recently; Move the inline styles for all t

Re: [css-d] Images vs inline styles vs width/height

2005-05-23 Thread Gunlaug Sørtun
Paul Novitski wrote: At 03:16 PM 5/23/2005, Gunlaug_Sørtun wrote: Filling stylesheets with a lot of different image-dimensions rarely ever makes good sense. My experience and conclusions are just the opposite: I like keeping image dimensions in the stylesheet along with all of the other

Re: [css-d] Images vs inline styles vs width/height

2005-05-23 Thread Paul Novitski
jack fredricks wrote: is it ok to move an image's width and height attribs into a style sheet? I'm old skool, and I was brainwashed into making sure I always specify them in the html source (to aid with page render pre image download). At 03:16 PM 5/23/2005, Gunlaug_Sørtun wrote: I think t

Re: [css-d] Images vs inline styles vs width/height

2005-05-23 Thread Gunlaug Sørtun
jack fredricks wrote: is it ok to move an image's width and height attribs into a style sheet? I'm old skool, and I was brainwashed into making sure I always specify them in the html source (to aid with page render pre image download). I think the old school method is still the most efficient

[css-d] Images vs inline styles vs width/height

2005-05-23 Thread jack fredricks
david laasko wrote recently; >>>Move the inline styles for all the images to the CSS file. and it made me wonder... is it ok to move an image's width and height attribs into a style sheet? I'm old skool, and I was brainwashed into making sure I always specify them in the html source (to aid with