I need help to remove border-right from every 4th list item in
prototype because of the :nth issue in IE... I can't get it to work. I
would appreciate any help. Here is what I have.
<script type="text/javascript">
$$(".category-silo ul > li:nth-child(4n+4)").invoke("setStyle","border-
right","0");
</script>
Thanks in advanced!
-pork
--
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.