Log in

View Full Version : Removing background-color for <td>.



nani.aaguri.rao
09-22-2008, 10:29 AM
Hi All,

I'm trying to remove the background-color of <td>.The prolem i am facing is, I have a drag and drop section and on my site i have different colors in different sections. The drag and drop section have a round cornered when i am placing it in any other section the background-color at those corners is not transparent.

I tried making background-color : none; but we don't have any such property.

I also tried giving background-color : transparent; but it is also not working fine.

How can i remove or override the background-color.

I will be thankful, if anyone can help me out of this problem.

regards,

nani.

Medyman
09-22-2008, 10:33 AM
Try adding the !important (http://www.w3.org/TR/CSS2/cascade.html#important-rules) deceleration at the end to override the style. Also, take a look at this post (http://snook.ca/archives/html_and_css/tiling-background-ie/).