Posted by
admin on
Dec 8th, 2009 |
1 comment
W3C has offered some new options for borders in CSS3, of which one is border-radius. Both Mozila/Firefox and Safari 3 have implemented this function, which allows you to create round corners on box-items. This is an example:
This is an example of a paragraph with rounded corners.
Below is the code used to create the rounded corner effect, you can image the endless possibilities with creation of buttons...
Posted by
admin on
Jul 27th, 2009 |
no comments
Calculation of Fonts in em format
EM Calculator: Em Calculator is a small JavaScript tool which helps making scalable and accessible CSS design. It converts size in pixels to relative em units, which are based on a text size.
Test various fonts
TypeTester: The Typetester is an online application for comparison of the fonts for the screen. Its primary role is to make web designer’s life easier. As...
Posted by
admin on
Jun 29th, 2009 |
no comments
Sometimes there are cases within development where a specific CSS hack may need to be applied to have a design render correctly across all browsers. Usually this can be avoided by evaluating your initial design and implementation of various CSS methods. I find this scenario occurs often in my workplace when ever markup is contracted out and returned, most times I find myself hacking the returned...