i have an accordion navigation and the headers, which should expand on
click, should link to my different sites.everything works fine, however,
when the link_to method is nested in a tag where my shared css class,
which javascript uses do locate my expandable headers, appears, the link
doesn't work any longer.
what does mean doesn't work any longer? the link isn't displayed? it's
displayed but does not react to clicks?
yeah. the link is displayed, but doesn't work. if i change the class to
any other css class (not used from javascript) everythings just fine.
BUT i NEED to work with a shared class in this case.
"when the link_to method is nested in a tag"
what tag?
now we're missing the one thing: the CSS content for sharedClass
since that's obviously the source of the trouble
yeah. the link is there, but doesn't link to my view
means?
the link is there, the href is correct but doesn't work (my guess)
the link is there but the href points to nowhere? (can't imagine that,
since ling_to is very reliable)