|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Found and downloaded Starbox from DHTMLsite.com and i'm desperately trying to
add it onto my dreamweaver site. How can I do this??? .starbox .stars { background: #cccccc; } .starbox .rated .stars { background: #dcdcdc; } .starbox .rated .hover .stars { background: #cccccc; } .starbox .colorbar { background: #1e90ff; } .starbox .hover .colorbar { background: #ffcc1c; } .starbox .rated .colorbar { background: #64b2ff; } .starbox .rated .hover .colorbar { background: #1e90ff; } .starbox .ghost { background: #a1a1a1; } .starbox .indicator { clear: both; } .starbox .dotted .stars, .starbox .dotted .hover .stars, .starbox .dotted .rated .stars, .starbox .dotted .rated .hover .stars { background: url(../images/starbox/background_dotted.gif) top left repeat-x; } .starbox .dotted .colorbar, .starbox .dotted .hover .colorbar, .starbox .dotted .rated .colorbar, .starbox .dotted .rated .hover .colorbar { background: #000000; } .starbox .dotted .ghost { background: #666666; } .starbox .pointy .colorbar { background: #ffcc1c; } .starbox .pointy .hover .colorbar { background: #ff9231; } .starbox .inverse .stars { float: right; } .starbox .inverse .indicator { clear: both; display: block; text-align: right; } |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Those are CSS rules. Put them into your stylesheet.
By themselves, though, those rules will do nothing for you. You need to also have appropriately coded HTML on your page. -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "NikoNeeds" <webforumsuser@macromedia.com> wrote in message news:fq2fhq$ded$1@forums.macromedia.com... > Found and downloaded Starbox from DHTMLsite.com and i'm desperately > trying to > add it onto my dreamweaver site. How can I do this??? > > > > > .starbox .stars { background: #cccccc; } > .starbox .rated .stars { background: #dcdcdc; } > .starbox .rated .hover .stars { background: #cccccc; } > .starbox .colorbar { background: #1e90ff; } > .starbox .hover .colorbar { background: #ffcc1c; } > .starbox .rated .colorbar { background: #64b2ff; } > .starbox .rated .hover .colorbar { background: #1e90ff; } > .starbox .ghost { background: #a1a1a1; } > .starbox .indicator { clear: both; } > > .starbox .dotted .stars, > .starbox .dotted .hover .stars, > .starbox .dotted .rated .stars, > .starbox .dotted .rated .hover .stars { background: > url(../images/starbox/background_dotted.gif) top left repeat-x; } > .starbox .dotted .colorbar, > .starbox .dotted .hover .colorbar, > .starbox .dotted .rated .colorbar, > .starbox .dotted .rated .hover .colorbar { background: #000000; } > .starbox .dotted .ghost { background: #666666; } > > .starbox .pointy .colorbar { background: #ffcc1c; } > .starbox .pointy .hover .colorbar { background: #ff9231; } > > .starbox .inverse .stars { float: right; } > .starbox .inverse .indicator { clear: both; display: block; text-align: > right; > } > |
|
![]() |
| Outils de la discussion | |
|
|