css - Position absolute is not within the relative parent -
for whatever reason, simplest of styling fails work @ point. ff31.0.1 works fine, chrome works fine, ie11 works fine, ff29.0.1 refuses acknowledge simple style.
see example:
http://twitchplayspokemon.org/
next larger images, there should smaller sprites next them. people reporting cases this: http://i.imgur.com/1q2qmpf.png
the <td>
contains both images styled position: relative;
whilst second image position: absolute; bottom: 0; right: 0;
. why not work?
you should not use css position property table cells. i'd suggest either not using tables or not depending on relative positioning.
another option fill table cell relatively positioned <div/>
tag can work absolutely positioned child elements.
Comments
Post a Comment