Re: [css-d] CSS: a static standard

2010-06-05 Thread David Laakso
Gabriele Romanato wrote: > Hi, > a personal view about one problem of CSS that I'd like to share with > you for getting some feedback and (I hope) a useful discussion without > preconceived ideas: > > http://onwebdev.blogspot.com/2010/06/css-static-standard.html > > bye > > Gabriele Romanato >

[css-d] CSS: a static standard

2010-06-05 Thread Gabriele Romanato
Hi, a personal view about one problem of CSS that I'd like to share with you for getting some feedback and (I hope) a useful discussion without preconceived ideas: http://onwebdev.blogspot.com/2010/06/css-static-standard.html bye Gabriele Romanato http://www.css-zibaldone.com http://www.css

Re: [css-d] equal columns

2010-06-05 Thread David Laakso
Stuart King wrote: > I am trying to make 6 equal columns underneath the img toc_header. Is there > a way I can make the equal, and horizontal? > > Would it be better if I made a ul? > > http://www.flatsnapavalley.com/pages/menu.html > > thank you > > --stuart > It might be better to try an a

Re: [css-d] need page to take up entire screen

2010-06-05 Thread Jay Tanna
OK try this: 1) Create a basic html doc like this as your test page: Your header goes here Your body contents goes here Your bottom_section text goes here 2) Now use the following in your css file or whatever method you use to style your page: html, body { margin:0; padding:0

[css-d] Need content to take up entire page

2010-06-05 Thread BHomis
Hi. I'm trying this email again in hope of the HTML showing up properly. I apologize for any inconvenience. I'm creating a nested DIV page (one column) and I'm encountering a problem. I would like the paragraph named "bottom_section" to go to the bottom of the page, regardless of the u

[css-d] Sorry if it's not working

2010-06-05 Thread BHomis
Well, I don't know about everyone else, but the HTML is showing up all screwy in my email. Sorry. bhomis __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://cs

[css-d] need page to take up entire screen

2010-06-05 Thread BHomis
Hi. I'm creating a nested DIV page (one column) and I'm encountering a problem. I would like the paragraph named "bottom_section" to go to the bottom of the page, regardless of the users screen resolution. Right now, the way it is, everything is in order, but the "bottom_section" doesn't

Re: [css-d] equal columns

2010-06-05 Thread Thierry Koblentz
> You haven't said whether you want all columns to be equal in length as > well as width! Assuming you want equal in both, then the simplest way > is to use a background image in div wrapper something like this (please > try this in your test document first and also have a simple background > imag

Re: [css-d] equal columns

2010-06-05 Thread Jay Tanna
You haven't said whether you want all columns to be equal in length as well as width! Assuming you want equal in both, then the simplest way is to use a background image in div wrapper something like this (please try this in your test document first and also have a simple background image han

Re: [css-d] equal columns

2010-06-05 Thread Tim Snadden
On 6/06/2010, at 12:57 AM, Stuart King wrote: > I am trying to make 6 equal columns underneath the img toc_header. > Is there > a way I can make the equal, and horizontal? .menu16 { width: 16.6667%; float: left; text-align: center; /* <-- maybe? */ } > > Would it be be

Re: [css-d] CSS visited links and generated content

2010-06-05 Thread Thierry Koblentz
Hi Gabriele, > just made this test/showcase: > > http://onwebdev.blogspot.com/2010/06/css-visited-links-with- > generated.html I'm not sure about your use of padding in these rules. For example: a:visited:before { content: url("img/visited.gif"); padding-left: 15px; } The padding

[css-d] equal columns

2010-06-05 Thread Stuart King
I am trying to make 6 equal columns underneath the img toc_header. Is there a way I can make the equal, and horizontal? Would it be better if I made a ul? http://www.flatsnapavalley.com/pages/menu.html thank you --stuart __ css

[css-d] CSS visited links and generated content

2010-06-05 Thread Gabriele Romanato
Hi there! just made this test/showcase: http://onwebdev.blogspot.com/2010/06/css-visited-links-with-generated.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