njrbusiness Posted July 28, 2010 Share Posted July 28, 2010 Hello, my Quick Navigation is under everthing http://www.blazeservers.co.uk/clients/index.php tried this put did not work #content_container{background:#FFF url(images/content_container_bg.gif) repeat-y;border:5px solid #258;color:#666;margin:20px auto 0;padding:0;text-align:left width:950px;;;} Please can someone help Thank you Nick 0 Quote Link to comment Share on other sites More sharing options...
b.ahmed Posted July 28, 2010 Share Posted July 28, 2010 You just need to play with the following part in your style.css make sure that your left container + sidebar width is LESS than the container width. #content_container{ text-align:left; width:950px; margin-right: auto; margin-bottom: 0; margin-left: auto; } #content_left { float:right; width:670px; } #side_menu { float:left; width:219px; } I think this will help you alot. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.