I am trying to adapt to CSS which I know is much cleaner and easier to make changes down the road. The problem that I am having is I create a class at the TD level, but nothing is changing. It appears to be getting the attributes from either my Table class or body class. What is the order of...
Would your solution work with my code below? I am new to JavaScript, but I sure am getting a good dose of it. ;-)
Partial code:
<div align="center">
<center>
<table class="tableoptions">
<?php
for ($i = 1; $i <= 250; $i++) {
$options = $i + 9;
$cost = $i + 259;
if ($a_row[$options] >...
Hi - I have been fighting with this for a couple of days now. I have a dynamic table that is built via a query which has a checkbox at the beginning of the row. When a user clicks or checks a checkbox I need to have the row highlight to a different color and then if the user unchecks the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.