thiagocavaloti / recaptcha

Automatically exported from code.google.com/p/recaptcha
0 stars 0 forks source link

css stopping the empty td from displaying with the background image. #138

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add the following css:
 table { width: 250px !important }
2. It may need to be done using the asp.net control, as that is what I am using.

What is the expected output? What do you see instead?
The td tags that are empty that are used to display background-images do not 
appear. Removing the line for setting the table widt will fix this.

What version of the product are you using? On what operating system?
This happened in all browsers I tried (IE7, IE8, IE9 & chrome) 

Please provide any additional information below.
I am only creating this issue because I was unable to find a similar one in the 
list and it would have saved me 3+ hours of going through different ideas. 
Hopefully this can help someone else.

Original issue reported on code.google.com by andrewba...@gmail.com on 25 Apr 2012 at 3:32