See here my sidebar on the right pushes my second blog post down. Now I already set the css for my menu to clear:both. Any suggestions?
sorry I don't understand what you are asking?? [edit] just implemented my new plugin with myspace friends feature and know you see how the second post is pushed down.
plugin made by myself and it isn't the cause. I had this problem before installing the plugin. I tested with hardcoding some mumbojumbo text in the sidebar menu. Somehow <div id="menu"> is not cleared. (css isn't my cup-of-tea) this is my menu css #menu { background: #fff; border-left: 1px dotted #000; border-top: solid 3px #000; float:right; top:230px; padding-top: 20px; padding-right: 0; padding-bottom: 10px; padding-left: 10px; clear:both; } Code (markup): Any other suggestions?
found a solution tx to Moshu. turns out .feedback class uses "clear: both" declaration, which conflicts with my css.