Jump to content

Css Align


wickedXxxxlegox

Recommended Posts

"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
 }

Link to comment
Share on other sites

 

 

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/

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.