Riunix's Blog
Post at Fri, 24.October.2008 10:22:59 AM . 1796 Hits . 1 Comment
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 ]
Post at Tue, 07.October.2008 01:32:32 PM . 685 Hits . 0 Comment
This 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 ]
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 ]
<!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 ]
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 ]
opacity:0.6;
filter:alpha(opacity=60);
filter:al...[ READ MORE ]
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 ]