I did this footer which including a swf file, so that I add it as an iframe. However it keeps off set of the table. A link to my page can be found here.
The spinning logo is the iframe window which can’t be align with other images. Does anybody know what’s wrong with it?
The
tdcontaining the flash logo hasmarginandpaddingset to0but the othertdtags havepadding-top 5px;Just give that
tda padding-top of 5px and it is aligned. (I would change the current padding topadding:5px 0 0 0since it’s set as important and would over-ride a padding-top)