[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)

[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 __

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 better

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 any

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 image

[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

[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 --

[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

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: div id=container div id=headerYour header goes here/div div id=bodyYour body contents goes here/div div id=bottom_sectionYour bottom_section text goes here/div /div 2) Now use the following in your css file or

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 articulate

[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

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