Selasa, 23 Juli 2013

PHP Indonesia - Facebook: Tanya: Saya punya css isinya: img .post{ widt...

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. NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Tanya: Saya punya css isinya: img .post{ widt...
Jul 23rd 2013, 14:59, by Fi Nofriani

Fi Nofriani 2:59pm Jul 23
Tanya:

Saya punya css isinya:
img .post{
width:10px;
height:10px;
padding:2px;
border-color: greenyellow;
border-style: dotted;
}

img .nega{
width:10px;
height:10px;
padding:2px;
border-color: #F7BE81;
border-style: dotted;
}

Terus ada file php begini:
echo '<p class="bagi">'

. '<img class="post" src="'.base_url().'TAMPILAN/images/positif.png" title="rate this positive" onclick="positif(this);">'
. '<img class="neg" src="'.base_url().'TAMPILAN/images/negatif.png" title="rate this negative" onclick="negatif(this);">';

Kok ga php-nya ga nge-load css-nya, ya?
Makasih..

Rendy Bustari 3:02pm Jul 23
di cssnya
.post{
blablabla
}

ato bisa juga
.bagi img {
blablalba
}

Ryan Dmtry 3:04pm Jul 23
ini jangan pake spasi ==> img .post
tapi disambung img.post { .... }

Fi Nofriani 3:05pm Jul 23
OK noted,

Tapi border-color dan border-style nya kenapa ga respon ya? Cuma ukuran doang yang respons..

Rendy Bustari 3:08pm Jul 23
.bagi img.post{
width:10px;
height:10px;
padding:2px;
border-color: greenyellow;
border-style: dotted;
}

.bagi img.nega{
width:10px;
height:10px;
padding:2px;
border-color: #F7BE81;
border-style: dotted;
}

barusan di tes,
di image pertama ada border ijo

Fi Nofriani 3:10pm Jul 23
Kak Rendy: Lah jadi ndak bisa lagi, jd ndak nge-load semuanya,.

Ryan Dmtry 3:13pm Jul 23
tutup p mana? </p>

Fi Nofriani 3:14pm Jul 23
Ryan: Tutup p-nya ada, ga saya taro lengkap code-nya,,
LEngkapnya begini:

echo '<p class="bagi">'
. '<a href="' . $rss_array[$i]['Url'] . '" onclick="return false;">'
. '<img class="post" src="'.base_url().'TAMPILAN/images/positif.png" title="rate this positive" onclick="positif(this);">'
. '<img class="nega" src="'.base_url().'TAMPILAN/images/negatif.png" title="rate this negative" onclick="negatif(this);">'
. $rss_array[$i]['Title']
. '</a>'
. '<a href="' . $rss_array [$i]['Url'] . '" target="_blank">'
. '<img src="'.base_url().'TAMPILAN/images/open_new_tab.jpg" style="width:12px;height:12px;padding:2px;" title="open in new tab">'
. '</a>'
. '<br/>'
. $rss_array [$i]['Description']
. '</br>'
. '<hr/>'
. '</p>';

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