Membuat background terpisah dua sehingga bagian paling bawah bisa stretching mengikuti ukuran content.
HTML-nya:
<div id="nonFooter">
<center><img src="images/blank.gif" width="5" height="1800" /></center>
</div>
<div id="footer">
<img src="images/bg_bottom.jpg" />
</div>
CSS-nya:
html
{
height: 100%;
}
body
{
height: 100%;
margin:0px;
padding:0px;
background-image: url(images/bg_mid.jpg);
}
#nonFooter
{
position: relative;
min-height: 100%;
background-image: url(images/bg_top.jpg);
background-repeat: no-repeat;
z-index: 20;
}
* html #nonFooter
{
height: 100%;
}
#footer
{
position: relative;
margin-top: -398px;
z-index: 1;
height: 1px;
}
#footer img {
top: -398px;
z-index: 1;
}
20070809
20070803
misc 206 stuff again:
Q:
"The ideling goes up and the accelerator gets stuck. Upon advice of
Astra, I have changed the complete idle, it was fine for 200km after
which the problem re appeared.
Next they told me its dust from the Bensin, I cleaned the entire tank.
It was ok for the next 200km and the problem is back again.
Now I have shown it to many mechanics and everytime they just clean the
idle unit and the problem goes off for a temporary period and comes back
agin after 200-300km.
Does anyone else have a similar experience?
Any info on the above will be highly appreciated."
A:
"There are three items to be check regarding accelerator matter, they are
idle regulator, variable speed sensor and flap opening adjuster,
sometime it's not easy to indicate which get the problem or broken ...
since you have bough and changed the idle regulator, I strong recommend
back again to Astra for asking about part and services guarantee ... oh
yaa, asking to mechanic for checking all vacuum hoses also, sometimes
there are cracked already ... hope it would help, sorry for my English!"
Q:
"The ideling goes up and the accelerator gets stuck. Upon advice of
Astra, I have changed the complete idle, it was fine for 200km after
which the problem re appeared.
Next they told me its dust from the Bensin, I cleaned the entire tank.
It was ok for the next 200km and the problem is back again.
Now I have shown it to many mechanics and everytime they just clean the
idle unit and the problem goes off for a temporary period and comes back
agin after 200-300km.
Does anyone else have a similar experience?
Any info on the above will be highly appreciated."
A:
"There are three items to be check regarding accelerator matter, they are
idle regulator, variable speed sensor and flap opening adjuster,
sometime it's not easy to indicate which get the problem or broken ...
since you have bough and changed the idle regulator, I strong recommend
back again to Astra for asking about part and services guarantee ... oh
yaa, asking to mechanic for checking all vacuum hoses also, sometimes
there are cracked already ... hope it would help, sorry for my English!"
misc 206 stuff
dapet dari milis 206:
"Guna Motor dengan pak Daryono, dia punya banyak instrument cluster (panel instrument komplit) 206, 306 (saya pernah lihat sendiri), harganya kekeluargaan kok, cuman tempatnya lumayan jauh didaerah Sunter. Pak Dar ini sering dapat barang lelangan dari Astra, kadang walau barangnya berdebu, bisa2 barang baru.
Mangga dicoba di 021- 65306065, atau 08164804239, kalau cari barang2 aneh, kontak beliau, cuman saya harapkan anda mesti agak gigih nawarnya.
Semoga membantu."
"Guna Motor dengan pak Daryono, dia punya banyak instrument cluster (panel instrument komplit) 206, 306 (saya pernah lihat sendiri), harganya kekeluargaan kok, cuman tempatnya lumayan jauh didaerah Sunter. Pak Dar ini sering dapat barang lelangan dari Astra, kadang walau barangnya berdebu, bisa2 barang baru.
Mangga dicoba di 021- 65306065, atau 08164804239, kalau cari barang2 aneh, kontak beliau, cuman saya harapkan anda mesti agak gigih nawarnya.
Semoga membantu."
20070801
slideshow pake javascript
sebuah script slideshow yg cukup powerfull adalah
http://electricprism.com/aeron/slideshow/
script ini akan memakai object unordered-list sebagai navigasi di dalam slideshownya.
apabila ingin memakai list-item menggunakan angka, ganti saja unordered-list tadi dengan ordered-list.
how to do it?
1. buka slideshow.rc1.raw.js (or whatever the file name is)
2. cari this.ul = new Element('ul');
3. ganti dengan this.ul = new Element('ol');
jangan lupa edit juga css-nya agar tampilan tidak berantakan.
http://electricprism.com/aeron/slideshow/
script ini akan memakai object unordered-list sebagai navigasi di dalam slideshownya.
apabila ingin memakai list-item menggunakan angka, ganti saja unordered-list tadi dengan ordered-list.
how to do it?
1. buka slideshow.rc1.raw.js (or whatever the file name is)
2. cari this.ul = new Element('ul');
3. ganti dengan this.ul = new Element('ol');
jangan lupa edit juga css-nya agar tampilan tidak berantakan.
a:hover di IE
Dalam men-develop web dg CSS, biasanya kita akan menemukan design yang menginginkan link mengubah property CSS pada saat event mouse-over.
solusi standard yang biasa dipakai adalah dengan menggunakan code:
a:hover
tetapi ternyata IE tidak akan melakukan perubahan property seperti FF.
solusi yang paling cepat dan sederhana ternyata adalah dengan mengisi target href di tag <a> itu dengan nilai "#".
sepertinya IE memperlakukan tag anchor point ( tag <a> tanpa href) berbeda dengan tag link biasa ( tag <a> dengan href ).
bah... ternyata solusinya gitu doang...
capek muter2 keliling. hahahaha
solusi standard yang biasa dipakai adalah dengan menggunakan code:
a:hover
tetapi ternyata IE tidak akan melakukan perubahan property seperti FF.
solusi yang paling cepat dan sederhana ternyata adalah dengan mengisi target href di tag <a> itu dengan nilai "#".
sepertinya IE memperlakukan tag anchor point ( tag <a> tanpa href) berbeda dengan tag link biasa ( tag <a> dengan href ).
bah... ternyata solusinya gitu doang...
capek muter2 keliling. hahahaha
Subscribe to:
Comments (Atom)