Re: [css-d] problem: printable version of page

2010-09-21 Thread David Hucklesby
On 9/21/10 2:37 PM, Beth Lee wrote: http://chmackellar.ehclients.com/printable_catalog I am making a print version of the above web page. If you go to this page and click print, then view a preview of the page, you will see that there is a ton of space right under the "collection" header, maki

Re: [css-d] property for aligning vertical text in a div

2010-09-21 Thread Lisa Frost
This works much better than fiddling with the top padding on the tag. However i don't understand positioning very well apart from floats. So just to clarify for me: Position relative on the footer div - what's it relative too? Why do we add a 0 on the absolute position. Does bottom not mean righ

Re: [css-d] problem: printable version of page

2010-09-21 Thread Beth Lee
>> http://chmackellar.ehclients.com/printable_catalog >> I am making a print version of the above web page. >> If you go to this page and click print, then view a >> preview of the page, you will see that there is a >> ton of space right under the "collection" header, >> making most of the fir

Re: [css-d] IE problem navigation and other info moving over.

2010-09-21 Thread Duncan Hill
On Tue, 21 Sep 2010 20:33:52 +0100, Carol Swinehart wrote: http://www.bowenhouse.org/ This looks fine in the other browsers I need a fix for IE that doesn't break the other browsers. Thanks, Carol Try removing: position:absolute; margin-left:560px; from your #navigation rules. Duncan

[css-d] problem: printable version of page

2010-09-21 Thread Rory Bernstein
http://chmackellar.ehclients.com/printable_catalog I am making a print version of the above web page. If you go to this page and click print, then view a preview of the page, you will see that there is a ton of space right under the "collection" header, making most of the first page blank. Doe

Re: [css-d] Styling form elements

2010-09-21 Thread Tim White
On Tue, Sep 21, 2010 at 10:31 AM, Thierry Koblentz wrote: >> Hope this might be useful for beginners: >> >> http://onwebdev.blogspot.com/2010/09/css-styling-form-elements.html > > I don't think using a UL for this makes sense. > If you want to wrap every label/input pair then why not using DIVs? I

[css-d] IE problem navigation and other info moving over.

2010-09-21 Thread Carol Swinehart
http://www.bowenhouse.org/ This looks fine in the other browsers I need a fix for IE that doesn't break the other browsers. Thanks, Carol __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinf

Re: [css-d] Image scaling

2010-09-21 Thread Chetan Crasta
Firefox in Linux does not implement bicubic resampling of scaled images. It instead uses nearest-neighbor resampling. This is a known issue and, unfortunately, there is no workaround. Here are two links where the issue is discussed: http://forums.mozillazine.org/viewtopic.php?f=38&t=1081435&start=0

Re: [css-d] Image scaling

2010-09-21 Thread Francesco
On Tue, Sep 21, 2010 at 9:32 AM, Sandy Feldman wrote: > ok, every now and then I laugh out loud at something on the list ... > > thanks! > Sandy > Me too, Sandy! And now I have an irrepressible urge for a delicious breakfast sandwich to accompany my fresh coffee. -- Francesco

Re: [css-d] Image scaling

2010-09-21 Thread Francesco
On Tue, Sep 21, 2010 at 5:25 AM, Philip Taylor (Webmaster, Ret'd) wrote: > > Sorry, an irrepressible urge to be pendatic forces me > to opine that ASP is a technology, not a language. I have an irrepressible urge to conclude you must have meant "pedantic." -- Francesco Sanfilippo, Microsoft ASP

Re: [css-d] Styling form elements

2010-09-21 Thread Thierry Koblentz
Hi Gabriele, > Hope this might be useful for beginners: > > http://onwebdev.blogspot.com/2010/09/css-styling-form-elements.html I don't think using a UL for this makes sense. If you want to wrap every label/input pair then why not using DIVs? Isn't what they are for? -- Regards, Thierry www.tj

Re: [css-d] Image scaling

2010-09-21 Thread Philip Taylor (Webmaster, Ret'd)
Tim Climis wrote: Using a server side language (eg php, perl, asp, etc) to shrink images, and save them to the server. That way you shrink the image once and use it over and over again, rather than sending everyone who visits your site a big image (slowing page load) and then making their com

Re: [css-d] Image scaling

2010-09-21 Thread Tim Climis
On Saturday, September 11, 2010 6:49:33 pm Cheryl Smith wrote: > You do know that you can use server-side processing to scale images, yes? > > Cordially, > David > - > > Server-side processing?? > Using a server side language (eg php, perl, asp, etc) to shrink images, and save th

[css-d] Styling form elements

2010-09-21 Thread Gabriele Romanato
Hi! Hope this might be useful for beginners: http://onwebdev.blogspot.com/2010/09/css-styling-form-elements.html HTH ^^ Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com/

Re: [css-d] Image scaling

2010-09-21 Thread Yogesh Agashe
Thank you all for your quick reply and my apologies for late answer. @David Laasko- Thank you for the pointer on working example. It works as expected and cross browser. @tedd- Thanks. I followed your and David's method and it helped me solve the problem. @David Hucklesby- This simple line takes