Css, gif in a table, 100% of viewport heigth

pbeckiiPca8

New Member
I have a table, and inside an td tag an gif image:\[code\]<table id="wrapper"> <tr> <td><img src="http://stackoverflow.com/questions/15794639/as.gif" width="auto" height="100%"></td> </tr></table>\[/code\]I tried thousands things to make the gif 100% of the viewport, but somehow it wont function! Here is my css:\[code\]html, body, #wrapper { height:100%; width: 100%; margin: 0; padding: 0; border: 0;}table {height:100%}td {height:100%}tr {height:100%}#wrapper td {text-align: center; }\[/code\]Thanks for help!
 
Back
Top