Re: [css-d] image layout question

2010-12-27 Thread David Laakso
On 12/27/10 9:41 PM, Matthew P. Johnson wrote: I am working on a personal project. I want to be able to accomplish several things and am wondering if it is possible using css to do so. Here is the list. http://www.ecoitsf.com/test/index.html Matthew P. Johnson Separate "the wheat from th

Re: [css-d] desktop/mobile

2010-12-27 Thread David Laakso
On 12/27/10 10:56 AM, Tim Climis wrote: On Monday, December 27, 2010 09:00:12 am David Laakso wrote: Comments and suggestions appreciated. I get horitzonal scroll between 600px and 480px (before the nav buttons switch over to the vertical layout). Also, on t

[css-d] image layout question

2010-12-27 Thread Matthew P. Johnson
I am working on a personal project. I want to be able to accomplish several things and am wondering if it is possible using css to do so. Here is the list. http://www.ecoitsf.com/test/index.html Matthew P. Johnson | Eco I.T. 708 Bay Road Mill Valley CA 94941 | 415.254.1563 |

Re: [css-d] styling text area

2010-12-27 Thread David McGlone
On Monday, December 27, 2010 10:44:36 am David Laakso wrote: > On 12/27/10 10:29 AM, David McGlone wrote: > > Hi everyone, > > > > I am wondering if it's possible to use css to style a text area in finer > > detail than just using "cols" and "rows" in the tag. I have a text area > > on a contact

Re: [css-d] styling text area

2010-12-27 Thread David McGlone
On Monday, December 27, 2010 10:40:12 am Germán Martínez wrote: > Hi David, > > Yes, it is possible to style a using CSS. > Just add a width, if you want the textarea to fit the width of its > contatiner use width: 100%; (I'd recommend defining a height too). > > Try this code: > > .mailform

[css-d] CSS objects

2010-12-27 Thread Gabriele Romanato
Hi! A little homage to Ingo Chao and his insights: http://onwebdev.blogspot.com/2010/12/css-objects.html HTH :-) http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com/ (English)

Re: [css-d] styling text area

2010-12-27 Thread David Laakso
On 12/27/10 10:29 AM, David McGlone wrote: Hi everyone, I am wondering if it's possible to use css to style a text area in finer detail than just using "cols" and "rows" in the tag. I have a text area on a contact page, but by just using cols and rows I get different results in different browse

Re: [css-d] styling text area

2010-12-27 Thread Germán Martínez
Hi David, Yes, it is possible to style a using CSS. Just add a width, if you want the textarea to fit the width of its contatiner use width: 100%; (I'd recommend defining a height too). Try this code: .mailform { margin: 0 10px; border: 1px solid black; width: 100%; height: 400px; } Let

[css-d] styling text area

2010-12-27 Thread David McGlone
Hi everyone, I am wondering if it's possible to use css to style a text area in finer detail than just using "cols" and "rows" in the tag. I have a text area on a contact page, but by just using cols and rows I get different results in different browsers. Here's my codes: text area code: cs

[css-d] desktop/mobile

2010-12-27 Thread David Laakso
Comments and suggestions appreciated. ~quasimodo Paris -- http://chelseacreekstudio.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wi