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
>
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
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
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
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
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
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
> 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
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
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
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
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
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
13 matches
Mail list logo