Mon, 2014-01-20 12:40
PLEASE HELP!
Above the footer area is a black bar that is displaying a twitter feed in a typewriter style. It works perfectly in all browsers except IE.
Anyone have any ideas of a fix?
Thanks
Lee
Mon, 2014-01-20 16:16
#1
Greetings
Hmmmmm... it would appear that '#twitcker-bar div.box a' has 'display: inline-block' applied and removing that resolves this issue. Having said that, I haven't then tested the other browsers again so hopefully that will give you a starting point. Cheers.
Tue, 2014-01-21 10:14
#2
Thanks! I changed the CSS to
Thanks!
I changed the CSS to display: inline and it now displays correctly on IE.
Thanks for the advice.