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 | [tanya] minta bantuan mastah, gmana caranya buat warna link yang sudah dikunjungi berubah jadi warna semula ? dan berbeda dari warna link yang SEDANG dikunjungi ? |
| | cara 1:
<style> a {color: blue;} a:hover {color: red;} </style> |
| | pelajari CSS untuk tag anchor <a>, terutama untuk untuk state :link,:visited,:hover dan :active..cmiiw ^_^V |
| | a:visited{color:warnanya;} |
| | 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 } |
| | 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 |
| | siap mastah Al Ghurahy saya praktek dulu,mksih (y) | | |
|
Tidak ada komentar:
Posting Komentar