Not sure about the CSS bug. Looks like the div "contentheading cbUserListTitle" needs floating left, or some height set on it. Defo an IE7 vs IE8 CSS issues.
Would this work?
Add some functionality that fires on the page load that would loop through each link on the page. If the link has a "Common Class" (as you said it may), add a click event...
Yep, you should be looking for only the fields that are Speciality ones... The code from before was fine, but you just needed to look for "cbUserListFC_cb_description" as well as...
I can see where you are coming from, but don't think you can do that. The idea of bubbling (or click-through) is when an event is fired for a particular element, then the event "bubbles" up the...
Firstly, can need to give your elements an "ID", so we can get a reference to them.
So, lets give the span an ID of "mySpan" and the Div and ID of "myDiv", as follows:
Firstly, you need to put quotes around "a" and "x". Secondly there needs to be 2 equals signs in the if statement (you only had one). And lastly, and most importantly, you needed to have the...