code below works fine until there are no messages to echo. my CSS “dayboxes” has a hover that that stops working when there is nothing to echo. if there are messages, everything works fine.
I’m in over my head and need educated please. THANKS!
Hi, PHP does us no good here :). We would like to have a link to look at taht way we can access your images and make it easier for us to debug since it’s already online.
If you could put up an example test page for us to work with that’d be nice.
I’m testing the code on my localhost. it’s not online. let me re-phrase the question please. how would you go about this:
you have a table that displays messages from DB. you want the whole table to “light up” on mouse-over (hover). that highlighting effect kind of prompts the user - “hey, I can double click this”. when they do a new window opens containing a form to write more messages.
the code I have does all of this, except when there are no messages in DB to display. when there are no messages I see no messages, I lose hover effect, and my default background color is gone too. But otherwise I’m very close… but I really don’t understand how all this works together and need some advice please. Thank You!
did you want the TABLE, or the CELL to light up? If your css is coded so that you light up the CELL , and your php renders NO CELL when you have no items, then it would lead to what you are describing, as you ensentially have a cell-less table.