li

How to i toggle a class on an Li element that is on a seperate page from my click function

Hello...I am attempting to create a dynamic favorites list in this application i'm working on. My problem at the moment is I cannot direct an event to toggle specific li class names. I have a large list of li's and seperate pages associated with them. Each page has a title bar with several image links, phone number, etc. the last image i...

IE7 randomly deletes <li> opening and closing tags

IE7 deletes a tag and randomly places another one a few lines after the tag. This makes zero sense to me haha. Hopefully someone understands the workings of old IE better than me. Thanks for helping! Here is the actual code: <LI><LABEL>Comments (extra card readers, other questions, etc.) </LABEL><TEXTAREA></TEXTAREA></LI> </UL> <TABL...

Placing bottom border under <li>

I need to place a bottom border under outside positioned bullet. I can't use inside positioning because the text wraps under the bullet. Please let me know if its possible to do what i ask. Thank You. ...