View Single Post
02-16-2011, 05:24 PM   #24
Jeff
Administrator
 
Jeff's Avatar
 
Join Date: Jul 2010
Posts: 402
Rep Power: 10
Jeff is getting browny points
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.
Jeff is offline   Reply With Quote