FancyPrairie
Programmer
I've created a popup menu that consists of a table with 2 columns and several rows. The first column contains an image (gif), then second column text. As the user moves from one row to the next I highlight the current row by applying a gradiant to the row. Everything ok so far.
However, when I apply a dropshadow to the table, any image or text that has the gradiant applied to it changes to the color of the dropshadow. For example, if the dropshadow is red, then the images are red as well as the text.
I have tried placing a div tag around the table and setting it's background-color to white and applying the dropshadow to it, but the same effect occurs.
What am I doing wrong?
However, when I apply a dropshadow to the table, any image or text that has the gradiant applied to it changes to the color of the dropshadow. For example, if the dropshadow is red, then the images are red as well as the text.
I have tried placing a div tag around the table and setting it's background-color to white and applying the dropshadow to it, but the same effect occurs.
What am I doing wrong?