Website CSS tutorial

Post at Fri, 24.October.2008 10:22:59 AM . 1796 Hits . 1 Comment
CSS Play Bagi teman-teman yang sedang belajar CSS maupun mencari inspirasi design CSS, ada satu website yang sangat bagus untuk dikunjungi yaitu CSS Play di www.ccsplay.co.uk . Di sini kamu bisa mendapatkan banyak tutorial CSS dan model-model design menggunakan CSS, banyak contoh-contoh menu , layout,dll; semua menggunakan full CSS tanpa javascript.  Salah satu ...[ READ MORE ]
 

How to create Reflection Text using Photoshop

Post at Tue, 07.October.2008 01:32:32 PM . 685 Hits . 0 Comment
riunixThis tutorial will be explain how to make refelection effect to the text. We will use vector mask to make the effect and use gradient color.  Here the tutorial    :


First create new file 400x200px with white background.
...[ READ MORE ]
 

Center Div using CSS

Post at Thu, 24.July.2008 10:32:02 PM . 676 Hits . 1 Comment
How to create Div element to Center alignment?  just set your left and right margin to "auto" . Here the sample :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"...[ READ MORE ]
 

CSS Transparent(Cross browser)

Post at Mon, 21.July.2008 10:50:30 PM . 1589 Hits . 1 Comment
I wanna share something about CSS. I will tell u how to make element become transparent and cross browser. Just use these code below :
     opacity:0.6;
     filter:alpha(opacity=60);




filter:al...[ READ MORE ]
 

Currency Conversion using Google

Post at Fri, 30.November.2007 12:14:07 AM . 735 Hits . 2 Comments
Using Google search engine is not only for searching , but you can convert currency too.
So if you want to know about the value of currency of a country, just use Google .  How? 
 
Thas's simple ,  ...[ READ MORE ]