Ajax Poll Help Needed! Options
chazmonro
Posted: Tuesday, November 06, 2007 9:14:03 PM
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
tim
Posted: Wednesday, November 07, 2007 1:31:41 PM

Rank: Addict

Joined: 2/19/2007
Posts: 738
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
tim
Posted: Wednesday, November 07, 2007 1:37:59 PM

Rank: Addict

Joined: 2/19/2007
Posts: 738
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
tim
Posted: Wednesday, November 07, 2007 1:39:39 PM

Rank: Addict

Joined: 2/19/2007
Posts: 738
Location: Belgium
Oops something went wrong with the url tags,

Source:
http://tim.netcentric.be/TG.Umb.PollUserControlSource.zip

Preview:
http://www.xet360.be/nl.aspx

Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.