Hi, auf meinem Blog http://www.saraarauhito.net schneidet Safari leider den Footer des Design ab. Weiß jemand woran das liegt? Dieser wird nur ganz klein und Eng in der unteren linken Ecke dargestellt. Alle anderen Browser zeigen ihn jedoch über 100% der Breite an!
Code aus dem Footer:
PHP
<br class="clear" />
<div id="bottom">
<div id="bottom-left">
<?php if ( !function_exists('dynamic_sidebar')
|| !dynamic_sidebar(2) ) : ?>
<h2>Favoriten</h2>
<ul>
<li><a href="http://www.spiegel.de">Spiegel Online</a></li>
<li><a href="http://www.mactechnews.de">MacTechNews.de</a></li>
<li><a href="http://www.macuser.de">Macuser.de</a></li>
</ul>
<?php endif; ?>
</div>
<div id="bottom-mid">
<?php if ( !function_exists('dynamic_sidebar')
|| !dynamic_sidebar(3) ) : ?>
<h2>??</h2>
<ul>
<li><a href="http://www.nttdocomo.co.jp">NTTDoCoMo</a></li>
<li><a href="http://au.kddi.com">AU by KDDI</a></li>
<li><a href="http://mb.softbank.jp/mb/">Softbank</a></li>
</ul>
<?php endif; ?>
</div>
<div id="bottom-right">
<?php if ( !function_exists('dynamic_sidebar')
|| !dynamic_sidebar(4) ) : ?>
<?php endif; ?>
</div>
</div><!-- end of bottom -->
</div>
<div id="footer">
<div> </div>
Die Seite läuft mit <a href="http://www.wordpress.de">WordPress <?php bloginfo('version'); ?></a> und dem Theme <a href="http://www.iriemate.de/wordpress/">Simplicity plus</a>
<div> </div>
</div>
<?php do_action('wp_footer'); ?>
</body>
</html>
Alles anzeigen