Riunix's Blog
Post at Fri, 24.October.2008 10:22:59 AM . 1256 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 Thu, 24.July.2008 10:32:02 PM . 340 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 . 1106 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 ]
