Ok, spent a bit of time on this but have nothing for it. When you disable the bridge the pages source code does not change (if you have the vb widget off too). I can only assume there is some style issue in there somewhere but that is really outside of my realm.
I asked a designer if they could see what the issue was and they said it rendered fine in 9, but not 7. His advice was:
Quote:
move content/sidebar into the same parent div
swap content/sidebar positions
and use float: right on the sidebar
something like:
<div id="content">
<div id="sidebar" style="float: right">....</div>
<div id="content">....</div>
</div>
|
Wish I could be more helpful.
Also, when I moved the RSS widget out of the sidebar it lost the RSS settings, sorry about that.