Posted on 17 May 2010. Tags: alpha opacity, opacity, transparency element
CSS3 Opacity Property allows us to make the transparency of an object or element. Use of this property will be helpful to give the impression more beautiful on the menu, pictures or other elements. Opacity property takes values between 0.0 (equivalent to 100 transparency%) and 1.0 (no transparency). Suppose we make a transparency of 60%, [...]
Posted in CSS, CSS 3, Tutorial, Wordpress
Posted on 11 May 2010. Tags: create list, list css, list style
List-style allows us to create or install a sign or bullet in each list post or other lists. Rules that apply to list-style is as follows: List-style allows us to create or install a sign / bullet in each list post or other lists. Rules that apply to list-style is as follows: ul {list-style: <value [...]
Posted in CSS, Tutorial, Wordpress
Posted on 10 May 2010. Tags: box shadow, css3, rounded corner, shaded box
In the post this time, We’ll try one of the greatness of the CSS3 Box shadow and rounded Corners. To try this css code, please you are using a browser chrome firefox 3.6 or 4.1 or the latest released safari please follow the following steps : 1. Add the following code in to your style.css [...]
Posted in CSS, CSS 3, Tutorial, Wordpress
Posted on 07 May 2010. Tags: dropdown menu, menu css, Wordpress
In the post this time, You deserve for it. This post shows you how to create dropdown menus. Dropdown menus is very important for a site that makes a lot of pages and categories. Let us consider how to create it. Please try to follow in the steps as follows. This way I assume we’re [...]
Posted in CSS, Menu, Tutorial, Wordpress
Posted on 06 May 2010. Tags: menu css, rounded corner, rounded menu
In the previous post we’ve tried to create a menu with rounded corners using images , in the post this time we will make the same menu but the direct use css code. How create it not too difficult, you can follow the following steps . 1. Add the following code into the css style [...]
Posted in CSS, Menu, Tutorial, Wordpress