can anybody help me figure out why right hand nav bar on blognerds(dot)com keeps collapsing to bottom??...this is driving me crazy.....any help?? thanks tony
I don't know. I see the feedburner is pretty wide and that 'get this widget' (technorati) thing and this link: scottymac.blogspot.com looks wide. try adding overflow: hidden; to the css class that controls that sidebar.
????...wow...that is greek to me....and i'm greek!!!...lol....where and how should this read?...i go to css file to add this??...where exactly in css file??
Looks like sidebar has a lot of assignments... Search for this #sidebar and add the overflow: hidden; to every occurrence of #sidebar EX: #sidebar a,#sidebar a:visited { color:#ffa200; text-decoration:none; } will look like this: #sidebar a,#sidebar a:visited { color:#ffa200; text-decoration:none; overflow: hidden; } Code (markup): ...can't be sure that's all that's needed.
Sure. Try with every occurrence. You could also remove some of the wider objects and see if the sidebar comes back.
i dont want to completely break this site...lol....where would i see wider objects?.....can i paypal you $5 to do this???......
No, no luck. I noticed it's only on the front page. Looks like a table is not balanced. May be in one of the posts. I don't know.
hhhm....k...thanks webray!...this seems to be a tough one.....anyone else have any thoughts on waht is causing this??
try adding this line: #content { width: 100%; } Code (markup): just below this other line on your .html file: <style id="konaStyle" type="text/css"> Code (markup):