Posts Tagged ‘Rounded Edges’
Nifty Rounded Edges Using Only CSS
Written by Jai on May 10, 2008 – 1:25 pm - 1,672 viewsIf you have a Google Analytics account, you must have seen that Google uses slightly rounded edges in the menu buttons on the left. See the picture below :-

Today, I will teach you how to give these nifty little rounded edges to your menu. Given below is the CSS code. This goes into the head section of your HTML file. :-
CSS
<style>
ul {
width:180px;
list-style-type:none;
margin:0 auto;
padding:0;
}
li a {
display:block;
position:relative;
border-width:1px 0;
border-color:#ccc;
border-style:solid;
color:#555;
text-decoration:none;
margin:4px 1px;
}
li a span {
display:block;
position:relative;
margin:0 -1px;
border-width:0 1px;
border-color:#ccc;
border-style:solid;
background-color:#eee;
padding:2px 6px;
}
li a:hover {
border-color:#aaa;
color:#333;
}
li a:hover span {
border-color:#aaa;
background-color:#ddd;
}
</style>
If you enjoyed this post, make sure you subscribe to my RSS feed!Wordpress Theme - Blue Lily
Written by Jai on January 17, 2008 – 10:44 pm - 10,384 viewsI take the pleasure of announcing a brand new free WordPress theme named Blue Lily that I made last night. It is fully XHTML validated, has 3 columns and is widget ready with two sidebars. The theme has a Web 2.0 look using bright colors and rounded edges. Feel free to test run the theme or you can download it for decorating your blog.
Very tired now. Must get some sleep!

If you enjoyed this post, make sure you subscribe to my RSS feed!Wordpress Theme - Rhea V1.0
Written by Jai on November 8, 2007 – 10:43 am - 19,389 views
New Wordpress theme - Rhea V1.0 is now available for public download! This is a Widget ready, Three-column theme with soft colors and rounded edges. We have made a special provision for you to add a Lightbox image gallery to the sidebars. You can download the Nextgen Gallery plugin and then go to the widgets section to add it to your sidebar.
Happy Blogging & please DIGG our theme!!
Starting with 640-822 is a good idea if you eventually plan to go for mcdst or the more advanced mcse certification. However, for an a+ in security training, it is important that you also do ccie and the basic 70-272.
If you enjoyed this post, make sure you subscribe to my RSS feed!











