well I've got a question about how I could solve my navigation. The normal navigationbar issn't usable für me 'cause I've 8 Items. So this Items are in a <div class="navbar"> inside the footer every item has a width of 20% so the last 3 items aren't visible.
So how can I solve the problem to swipe ne navbar items that i can show the unvisable items and swipe back. I hope you understand what my problem is if not feel free to ask for more details. Hopefully you can help me.
well I've got a Problem with my code and hopefully you can help me. The competition is that there is a table width a heckbox inside and if the ckeckbox is checked the tr of this checkbox should get class "sel" and remove this class if it get unchecked. So the problem with the actual code is that everytime a new checkbox got checked the <tr> of the checkbox which was checked before losts the class "sel" and just the last checked checkbox will get it. Do you have an idea how the could must look like to get it work?