wickedXxxxlegox Posted October 11, 2012 Share Posted October 11, 2012 Hello everyone, On my website http://wizzletalk.comlu.com, I am trying to Align the leftbar to the left, but it keeps making my container go down. Is there a way to fix this? Thanks ahead! Quote Link to comment Share on other sites More sharing options...
DarkerAngel Posted October 11, 2012 Share Posted October 11, 2012 Have you tried playing with: float? Quote Link to comment Share on other sites More sharing options...
wickedXxxxlegox Posted October 12, 2012 Author Share Posted October 12, 2012 Have you tried playing with: float? No, I haven't. Let me try... Quote Link to comment Share on other sites More sharing options...
wickedXxxxlegox Posted October 12, 2012 Author Share Posted October 12, 2012 (edited) Doesn't work. Edited October 12, 2012 by wickedXxxxlegox Quote Link to comment Share on other sites More sharing options...
Pikachu2000 Posted October 12, 2012 Share Posted October 12, 2012 "Doesn't work" is a pretty useless response. Post the code you tried, and a description of how it "doesn't work". Quote Link to comment Share on other sites More sharing options...
wickedXxxxlegox Posted October 12, 2012 Author Share Posted October 12, 2012 "Doesn't work" is a pretty useless response. Post the code you tried, and a description of how it "doesn't work". I just read your subtitle. Now I know that you have mental problems. .container { height:700px; width: 700px; border:1px solid #fff; border-radius:0px 5px 5px 0px; margin: 0 auto; background-color:#FFF } .leftbar { height:700px; width: 200px; border:1px solid #fff; border-radius:5px 0px 0px 5px; float: left; background-color:#FFF } Quote Link to comment Share on other sites More sharing options...
Pikachu2000 Posted October 12, 2012 Share Posted October 12, 2012 You post a useless response, but think I have mental problems? That's hilarious. Quote Link to comment Share on other sites More sharing options...
wickedXxxxlegox Posted October 12, 2012 Author Share Posted October 12, 2012 You post a useless response, but think I have mental problems? That's hilarious. So, there's the code. have any idea how to fix it? Quote Link to comment Share on other sites More sharing options...
Jessica Posted October 12, 2012 Share Posted October 12, 2012 What is it with the entitled whiny children tonight? Quote Link to comment Share on other sites More sharing options...
Pikachu2000 Posted October 12, 2012 Share Posted October 12, 2012 So, there's the code. have any idea how to fix it? No, because you still haven't explained what it should look like. I can tell you however, that you have a parse error on the first line of your style.css file. You can check the validity of your CSS here: http://jigsaw.w3.org/css-validator/ Quote Link to comment Share on other sites More sharing options...
wickedXxxxlegox Posted October 12, 2012 Author Share Posted October 12, 2012 @Jessica, the website is supposed to have the container right next to the leftbar, side by side, instead of the container moving further down the page. 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.