Re: [css-d] background fix...

2011-11-08 Thread Michael Beaudoin
On Nov 3, 2011, at 9:38 PM, Ed Goodson wrote: I am working up a site that has different backgrounds/color per section. I have a background here that runs short. What am I missing to get the color to fill the rest? Do I have to put the container in another container? Check here: http://ww

Re: [css-d] mobile css reference

2011-11-08 Thread Tom Livingston
The media type of 'handheld' is not well supported. Typically, a very basic stylesheet of text styles and maybe some spacing is really the safest you can do for less-than-"smart" devices. You could then add polish with media queries for smarter devices. HTH On Tue, Nov 8, 2011 at 2:16 PM, Chris

[css-d] mobile css reference

2011-11-08 Thread Chris Kavinsky
Can anyone recommend a good mobile css reference? I'm trying to build a handheld css file for a site I'm working on and can't seem to get it to read properly. __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/

Re: [css-d] how to center "some" table columns

2011-11-08 Thread Angela French
Thank you for all the suggestions. >-Original Message- >From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css- >discuss.org] On Behalf Of Jukka K. Korpela >Sent: Tuesday, November 08, 2011 10:07 AM >To: css-d@lists.css-discuss.org >Subject: Re: [css-d] how to center "s

Re: [css-d] Center page in browser

2011-11-08 Thread David Laakso
On 11/8/11 12:57 PM, DC Cocioba wrote: What am I missing? body{ /*width: 1000px; delete*/ } ~d __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discus

Re: [css-d] how to center "some" table columns

2011-11-08 Thread Jukka K. Korpela
11/8/2011 3:29 AM, Philippe Wittenbergh wrote: >> In the table linked to below, I would like to center >> the third, fourth, and fifth columns of data. [...] >> http://www.sbctc.ctc.edu/college/_f-tuitionwaivers_runningstartNEW.aspx > > td:first-child + td + td, > td:first-child + td + td + td, >

[css-d] Center page in browser

2011-11-08 Thread DC Cocioba
I am trying to center my page so that it displays centered in browser. What am I missing? I define the #wrapper¹s width, centered in using margin: 0 auto; Here is my css and html below: body{width: 1000px;font-family: Arial, sans-serif;font-size: 12px;color: #333;text-align:ce