MyBB Community Forums

Full Version: Chrome???????
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What is the deal with chrome? I have installed 10 themes on my site in the last few weeks and there is always a problem with every single one of them! This is Apart Leaf theme. Please view the attachment. Anyone know what I can do here? Ive cleared the chrome history.

chrome its in beta stage my forum also have problems with gif image in chrome
Maybe in the header template try to change:

<li><a href="http://www.getreadyforum.com/boards/calendar.php" class="calendar">Calendar</a></li>

To this:

<li><a href="http://www.getreadyforum.com/boards/calendar.php"><img src="http://www.getreadyforum.com/boards/images/toplinks/calendar.gif" alt="" title="" />Calendar</a></li>

And see if it works.

===
If it doesnt work this is how it looks now if you forget the code and want to revert it.
<li><a href="http://www.getreadyforum.com/boards/calendar.php" class="calendar">Calendar</a></li>