PHP and Web Technologies Freak
Jonathan Snook posted good CSS stuff on Text Rotation with CSS that takes a nice bit of markup like this:
<div class="example-date">
<span class="day">31</span>
<span class="month">July</span>
<span class="year">2009</span>
</div>
and converts it to:
all via the CSS:
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
yeah as you can see it’s working on IE too. Not bad ha?
I saw this and this post on smashin magazine.
You can download this sheets for free
CSS 3
HTML 5
CSS designers allways have same problem; when the page is short there is no scroll in firefox but there is in ie. We can’t remove IE’s scrolls but we can put scrolls to Firefox.
Here we go;
html {
overflow: -moz-scrollbars-vertical;
}
I made a quick list for Free CSS theme sites.
Here is the list;
http://www.freecsstemplates.org/css-templates/
http://www.free-css-templates.com/
http://www.freecsstemplates.org/
http://csscreme.com/freecsstemplates/
http://www.templatemo.com/
http://www.solucija.com/free-templates
It may be useful sometimes to provide your visitors with the option to change the appearance of your website. Perhaps you may want to provide theme support for your site. Or you may simply want to provide a bigger font size version of your site for older users who may not be able to read [...]
Navigation menus have to be intuitive, precise and easy-to-use. One simple, basic principle, which is common for all kinds of nav bars you would ever want to use for your projects.
You’ll find 50 user-friendly CSS based menu and navigation solutions.
11 CSS navigation menus : at Exploding Boy
12 more CSS Navigation Menus. : at Exploding Boy
14 [...]