Hi, i have a problem: with chrome, firefox ecc. my blog runs ok... but with internet explorer, blog are cutted, wideget are under blog entry, tabbed siderbar are broken. all blog is on the left...
What i have to do?
I have arras last versione (1.0.5.1)
Wordpress last version (3.1.2)
Internet Explorer 9
My blog:
THANKS!
Resolver tabbed sidebar in this way:
1. Open your library/widgets.php file in your Arras theme.
2. Find the line: "echo '<div id="s-popular" class="widgetcontainer clearfix">';"
3. Replace it with: "echo '<div id="s-popular" class="widgetcontainer clearfix">
';"
4. Two lines below that, you'll see: "echo '</div><!-- #s-popular -->';"
5. Replace it with: "echo '
</div><!-- #s-popular -->';"
6. Problem solved.
Remain the problems of bad layout and cut post...
Please help^^
OPS again...
the solution for broke tabbed siderbar is:
1. Open your library/widgets.php file in your Arras theme.
2. Find the line: "echo '<div id="s-popular" class="widgetcontainer clearfix">';"
3. Replace it with: "echo '<div id="s-popular" class="widgetcontainer clearfix"><ul>';"
4. Two lines below that, you'll see: "echo '</div><!-- #s-popular -->';"
5. Replace it with: "echo '</ul></div><!-- #s-popular -->';"
6. Problem solved.
Sorry