I know there are a lot of you interested in Web Design and CSS coding, so I thought it might be a nice idea to post some of your CSS tips, tricks or links to share with others.
I will start the ball rolling
CSS contents and browser compatibility information at quirksmode where they have a great chart to tell you what pieces of css code are compatible with which browser. QuirksMode
To always show the vertical scrollbar in Firefox, regardless of whether there is content to scroll.
An overview of Current CSS Layout Techniques at Particletree
Randomize… Pretty much anything!
This is a simple tutorial for users of all levels
Link here
I will randomly continue to post more information to this thread to help build up a good source of info for css coding. I invite you to do the same so we can continue to build on it
I will start the ball rolling

CSS contents and browser compatibility information at quirksmode where they have a great chart to tell you what pieces of css code are compatible with which browser. QuirksMode
To always show the vertical scrollbar in Firefox, regardless of whether there is content to scroll.
Code:
html {
overflow: -moz-scrollbars-vertical;
}
An overview of Current CSS Layout Techniques at Particletree
When it comes to understanding the world of standards based design, you have to think medieval. Creating a web site in CSS is like building a manor. You are a lord, setting aside land for specific purposes, hoping the user rotates their content appropriately. Most of you will build villages attracting only a few peasants to comment on various decrees, some of you will build castles and a very small number will build what I can only describe as cathedralsâ€â€structures that warrant pilgrimages from thousands across the globe.
Randomize… Pretty much anything!
This is a simple tutorial for users of all levels
So… you want a random background image? Or a random stylesheet, even? Try this out – it’s quick, easy – and will use PHP and CSS.
Link here
I will randomly continue to post more information to this thread to help build up a good source of info for css coding. I invite you to do the same so we can continue to build on it
