[css-d] overflow:hidden and display:table

2009-03-03 Thread Ian Young
Moving on from yesterday's vertical align div, I have set up code to vertically align images in a wrapping div. That's fine. However, images which are larger than the div and which normally would be controlled by overflow:hidden, now spill over. Any thoughts?

Re: [css-d] overflow:hidden and display:table

2009-03-03 Thread Gunlaug Sørtun
Ian Young wrote: Moving on from yesterday's vertical align div, I have set up code to vertically align images in a wrapping div. That's fine. However, images which are larger than the div and which normally would be controlled by overflow:hidden, now spill over. They don't spill over -

Re: [css-d] overflow:hidden and display:table

2009-03-03 Thread Ian Young
Moving on from yesterday's vertical align div, I have set up code to vertically align images in a wrapping div. That's fine. However, images which are larger than the div and which normally would be controlled by overflow:hidden, now spill over. Any thoughts?

Re: [css-d] overflow:hidden and display:table

2009-03-03 Thread Ian Young
-Original Message- From: Gunlaug Sørtun [mailto:gunla...@c2i.net] Sent: 03 March 2009 11:41 To: Ian Young Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] overflow:hidden and display:table Ian Young wrote: Moving on from yesterday's vertical align div, I have set up code to

Re: [css-d] overflow:hidden and display:table

2009-03-03 Thread Philippe Wittenbergh
On Mar 3, 2009, at 8:09 PM, Ian Young wrote: Moving on from yesterday's vertical align div, I have set up code to vertically align images in a wrapping div. That's fine. However, images which are larger than the div and which normally would be controlled by overflow:hidden, now spill over.

Re: [css-d] overflow:hidden and display:table

2009-03-03 Thread Philippe Wittenbergh
On Mar 3, 2009, at 8:49 PM, Ian Young wrote: That fixes the overflow, but the cell now shrinks to size of image, which is not what we want. No, the cell doesn't shrink. Except maybe sometimes in Firefox 3. I'm not sure why. I think it is a timing issue somehow. Those pages are terribly

[css-d] Best use of html and css

2009-03-03 Thread Sarah Atkinson
³There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult.² -C.A.R. Hoare I love this quote and

Re: [css-d] Best use of html and css

2009-03-03 Thread Gunlaug Sørtun
Sarah Atkinson wrote: I would just like to know how you feel about the best use of html and css after all they are two different things that can¹t realy work without the other. HTML should work just fine without CSS, just not provide the rich appearance. Any suggestions on not making a new

[css-d] Site check: List Item menu in different browsers

2009-03-03 Thread scott.blanchard
My site is located here: http://www.eco-tune.net http://www.eco-tune.net/ The menu at the top should look like it does in this image: http://www.eco-tune.net/images/menu.jpg As you can see from the image, their should be a 1 pixel white separator between the top menu and the submenu

Re: [css-d] Site check: List Item menu in different browsers

2009-03-03 Thread designer
Hi Scott, It seems to be a function of text size. It works at some settings (small), but falls apart as you enlarge. Your text height is set in ems, whereas your margins etc are in pixels. HTH, Bob - Original Message - From: scott.blanch...@sungard.com To:

[css-d] Problem with extra white space appearing

2009-03-03 Thread Joe Polk
Thanks in advance for your consideration and help regarding this issue. I helped my client purchase and implement a web site template for their new business. Unfortunately, there is a problem with part of the CSS which pushes out the content area of the site past the width that it is supposed to

Re: [css-d] Site check: List Item menu in different browsers

2009-03-03 Thread Gunlaug Sørtun
scott.blanch...@sungard.com wrote: http://www.eco-tune.net/ The menu at the top should look like it does in this image: http://www.eco-tune.net/images/menu.jpg You're positioning the wrong way round for such a construction, which makes it weak for the slightest changes in

Re: [css-d] Problem with extra white space appearing

2009-03-03 Thread Els
Joe Polk wrote: Thanks in advance for your consideration and help regarding this issue. I helped my client purchase and implement a web site template for their new business. Unfortunately, there is a problem with part of the CSS which pushes out the content area of the site past the width

Re: [css-d] Problem with extra white space appearing

2009-03-03 Thread Ib Jensen
2009/3/3 Joe Polk josephp...@gmail.com: Thanks in advance for your consideration and help regarding this issue. I helped my client purchase and implement a web site template for their new business. Unfortunately, there is a problem with part of the CSS which pushes out the content area of the

Re: [css-d] Problem with extra white space appearing

2009-03-03 Thread Gunlaug Sørtun
Joe Polk wrote: The web site is under development at http://www159.pair.com/ngllc/ Does anyone know how I can modify the stylesheet so that I can have the white background in the content area, but have it not push out? Add... table { table-layout: fixed;} ...to prevent expansion beyond

[css-d] CSS3

2009-03-03 Thread Atkinson, Sarah
Does anyone know when Browsers will start supporting CSS3? __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies --

Re: [css-d] CSS3

2009-03-03 Thread Jack Timmons
On Tue, Mar 3, 2009 at 1:34 PM, Atkinson, Sarah sarah.atkin...@cookmedical.com wrote: Does anyone know when Browsers will start supporting CSS3? Define Start supporting CSS3? Most of the major browsers do. Not sure about IE8, but FF, Safari, and Opera support some CSS3 standards. They don't

Re: [css-d] CSS3

2009-03-03 Thread Jack Timmons
On Tue, Mar 3, 2009 at 1:43 PM, Jack Timmons jorac...@gmail.com wrote: On Tue, Mar 3, 2009 at 1:34 PM, Atkinson, Sarah sarah.atkin...@cookmedical.com wrote: Does anyone know when Browsers will start supporting CSS3? Also: http://www.css3.info -- -Jack Timmons http://www.trotlc.com

Re: [css-d] CSS3

2009-03-03 Thread Ankeet P
On Tue, Mar 3, 2009 at 2:34 PM, Atkinson, Sarah sarah.atkin...@cookmedical.com wrote: Does anyone know when Browsers will start supporting CSS3? Perhaps the question should be when will CSS3 be officially recommended? Or when browsers start conforming to more of the standards (i.e. border-radius

[css-d] em units - how to test

2009-03-03 Thread Michał Zieliński
I used to create layouts using pixels units. I`d like to give ems a try in my upcoming project. How should I test my layout? I`ve got laptop with all kind of browser installed (ie6,ie7,ie8,o9.x,ff2,ff3, safari3) Can I test it on this machine only or I should also take under consideration things

Re: [css-d] em units - how to test

2009-03-03 Thread Ed Seedhouse
2009/3/3 Michał Zieliński zie...@gmail.com: I really need to have layout (font size) the same on every machine. By the same I rather mean more or less. I definitely don`t want to explain people why they have font about 20px large while on the next monitor it is 12px. Sorry, this is something

Re: [css-d] em units - how to test

2009-03-03 Thread Ian Young
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d- boun...@lists.css-discuss.org] On Behalf Of Michal Zielinski Sent: 03 March 2009 21:21 To: css-d@lists.css-discuss.org Subject: [css-d] em units - how to test I used to create layouts using pixels units.

Re: [css-d] em units - how to test

2009-03-03 Thread Gunlaug Sørtun
Michał Zieliński wrote: I used to create layouts using pixels units. I`d like to give ems a try in my upcoming project. Good. Ems, percentage = relative font sizes = can be easily resized even in IE. How should I test my layout? I`ve got laptop with all kind of browser installed

Re: [css-d] em units - how to test

2009-03-03 Thread david
Michał Zieliński wrote: Btw. I`d like to use method with 62.5% in body with 100% font-size in html (for ie). Seems to be reasonable and easy to use and maintain. Seems pretty unreadable to me. Fortunately, there is nothing whatsoever that you can do to force your font sizes on any visitor

Re: [css-d] em units - how to test

2009-03-03 Thread Keith DiSarno
Seems pretty unreadable to me. Fortunately, there is nothing whatsoever that you can do to force your font sizes on any visitor using a modern browser short of making he page one big image. Don't them any ideas! :-) - Keith

Re: [css-d] css-d Digest, Vol 76, Issue 3

2009-03-03 Thread peter . twiggs
I am currently out of the office and will return on Monday the 9th of March. If you have any urgent queries please contact Steve Lee on 0113 391 2929. Regards Peter __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] em units - how to test

2009-03-03 Thread Ankeet P
On Tue, Mar 3, 2009 at 6:39 PM, Keith DiSarno kdisa...@gmail.com wrote: Seems pretty unreadable to me. Fortunately, there is nothing whatsoever that you can do to force your font sizes on any visitor using a modern browser short of making he page one big image. Don't them any ideas!   :-)

Re: [css-d] em units - how to test

2009-03-03 Thread david
Ankeet P wrote: On Tue, Mar 3, 2009 at 6:39 PM, Keith DiSarno kdisa...@gmail.com wrote: Seems pretty unreadable to me. Fortunately, there is nothing whatsoever that you can do to force your font sizes on any visitor using a modern browser short of making he page one big image. Don't them any

[css-d] Semantic UL Class Name

2009-03-03 Thread Brian Hazelton
Hi, I have a site that I have been making very semantic and css based but I have a problem. I want to create a class that removes the bullets from an unordered list that I can use on multiple lists. What class name would you give it since it will be applied to multiple ul's, each contains