Re: [ITCENTER] Bantuin edit .css

2005-12-23 Terurut Topik iyan
] Date: Wed, 21 Dec 2005 04:59:10 -0800 Subject: [ITCENTER] Bantuin edit .css Maaf Crossposting dan OOT Ada yg bisa bantu mengedit .css - * { margin: 0; padding: 0; list-style: none; text-decoration: none; } body { margin: 25px 0 25px 0; font: normal 11px Trebuchet MS, Sans-serif

Re: [ITCENTER] Bantuin edit .css

2005-12-22 Terurut Topik hendra
] Bantuin edit .css Maaf Crossposting dan OOT Ada yg bisa bantu mengedit .css - * { margin: 0; padding: 0; list-style: none; text-decoration: none; } body { margin: 25px 0 25px 0; font: normal 11px Trebuchet MS, Sans-serif; background: #000; color: #999; text-align: center

[ITCENTER] Bantuin edit .css

2005-12-21 Terurut Topik -inValeed-
Maaf Crossposting dan OOT Ada yg bisa bantu mengedit .css - * { margin: 0; padding: 0; list-style: none; text-decoration: none; } body { margin: 25px 0 25px 0; font: normal 11px Trebuchet MS, Sans-serif; background: #000; color: #999; text-align: center; } #container { width: 320px;

Re: [ITCENTER] Bantuin edit .css

2005-12-21 Terurut Topik R3Z4
coba jawab ya? style untuk hyperlink: a:hover { color: #ff7c11;} a:visited { color: #ff7c11} a:link { color: #ff7c11} style untuk unordered list (bullet) dengan bullet berwarna orange dan tulisan hitam: ul li style=color: #ff7c11font color=#00test 1/font/li /ul style untuk ordered list

Re: [ITCENTER] Bantuin edit .css

2005-12-21 Terurut Topik iyan
Coba jawab juga... kenapa nggak pake class aja? .bulet { color:#ff7c11; list-style: square outside none; } ul li class=bulettest 1/li /ul *NeverTested* kalo nggak pake gambar aja deh... :) R3Z4 wrote: coba jawab ya? style untuk hyperlink: a:hover { color: #ff7c11;} a:visited {