Senin, 02 September 2013

PHP Indonesia - Facebook: [tanya] minta bantuan mastah, gmana caranya buat w...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Mobile Game Development Course

Learn how to create awesome HTML5 games that run on iPhone, iPad, Android and Desktop! Sign up today for this $99 online course.
From our sponsors
[tanya] minta bantuan mastah, gmana caranya buat w...
Sep 3rd 2013, 03:25, by Rasit Ridho

Rasit Ridho 3:25am Sep 3
[tanya]
minta bantuan mastah, gmana caranya buat warna link yang sudah dikunjungi berubah jadi warna semula ? dan berbeda dari warna link yang SEDANG dikunjungi ?

Al Ghurahy 3:27am Sep 3
cara 1:

<style>
a {color: blue;}
a:hover {color: red;}
</style>

Cahya Dsn 3:30am Sep 3
pelajari CSS untuk tag anchor <a>, terutama untuk untuk state :link,:visited,:hover dan :active..cmiiw ^_^V

Aris Gates 3:32am Sep 3
a:visited{color:warnanya;}

Al Ghurahy 3:35am Sep 3
oh yg sedang dikunjungi beda warna, itu bs pake php

anggap hal dan link pny relasi id atw page_number..

if($link_id == $page_id) {
$style = "style=\"color:red;\" ";
//terapkan warna pd link atw background nya
}
else {
$style = "style=\"color:gray;\"";
//default warna
}

Al Ghurahy 3:44am Sep 3
kl murni css hanya antara active, hover, visited. artinya hanya interaksi ktika di sorot dg mouse atw difocus dg key.. bukan sprti menu/navbar yg kl dibuka page nya jd highlighted warnanya...

cmiiw

Rasit Ridho 3:47am Sep 3
siap mastah Al Ghurahy saya praktek dulu,mksih (y)

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar