Rank: Enthusiast
Joined: 10/5/2006 Posts: 23
|
Hey has anyone used Tim Geyssens Ajax Poll? I need to use it on one of my sites but the version he's using on his development site and the version that is in his package seem to be different, I have no idea how to set the classes for the clicked and unclicked states. Its a pretty slick little item, but I need some more flexability for my design.
Any help?
Thanks, Chuck
|
 Rank: Addict
Joined: 2/19/2007 Posts: 819 Location: Belgium
|
Hi Chuck, if you leave your emailadres, I can mail you the sourcecode Greetings, Tim
Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
|
 Rank: Addict
Joined: 2/19/2007 Posts: 819 Location: Belgium
|
[/url]I put up the source here : http://tim.netcentric.be/TG.Umb.PollUserControlSource.zip
This is the source of the poll used on this site : url]http://www.xet360.be/nl.aspx. So you will have to modify the html output to your own needs. the css used to display "radiobuttons" Code:
.notchecked{ font-size:12px; padding-left: 14px; margin-left: 8px; color:#4A5C23; text-decoration: none; background: url(/img/unchecked.gif) center left no-repeat; } .notchecked:hover{ text-decoration: underline; }
.checked{ font-size:12px; padding-left: 14px; margin-left: 8px; color:#4A5C23; text-decoration: underline; background: url(/img/checked.gif) center left no-repeat; }
Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
|
 Rank: Addict
Joined: 2/19/2007 Posts: 819 Location: Belgium
|
Oops something went wrong with the url tags, Source: http://tim.netcentric.be/TG.Umb.PollUserControlSource.zipPreview: http://www.xet360.be/nl.aspx
Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
|