On the wireless theme there is a broken image icon showing up on mobile devices relating to the empty image tag below that has the classes 'opaque' and 'avatar' associated to it. The broken image icon doesn't show up on any browsers I've used on the PC.
Code: [Select]
Code: [Select]
<section>
<header class="title">
<span class="greeting">Hello, <span>ziycon</span>!</span>
</header>
<div id="userbox">
<img src="" class="opaque avatar">
<ul>
<li><a href="/do/unread/">Unread posts</a></li>
<li><a href="/do/unreadreplies/">Unread replies</a></li>
</ul>
<p class="now">April 22nd, 2013, 09:31 AM</p>
</div>
</section>#userbox img.avatar {
float: right;
margin: 0 0.2em 0 1em;
max-width: 70px;
padding: 0;
}
img.opaque {
border-radius: 6px 6px 6px 6px;
box-shadow: 1px 1px 3px #776666;
}
This topic was marked solved by 



