Page 1 of 1

placing problem

Posted: Fri Aug 11, 2006 7:39 pm
by Grover
Hello there,

I facing a problem was nearly killing me. I restart with cmsms. I have less then more experience with CSS and html. I the German forum part I got a lot of help. Thanks there. But to solve this I can not find anything.

If you have a look at http://cms.eids.de/mittelalter.html There is written "TEST dass soll links stehen this left LEFT" I like to have this in a div box at the left side in the same height like the content.


Thanks

G.

[attachment deleted by admin]

Re: placing problem

Posted: Fri Aug 11, 2006 8:05 pm
by Dr.CSS
You could take the left div out of content and put it in the twocols div, make twocols wider and make 'left' float:left and 'content' float:right



                       

      TEST
      dass soll links stehen
this left LEFT
   

Change to..


        TEST I don't know what this is but it gets an error call in my browser.
      dass soll links stehen
this left LEFT
   
       

     

Re: placing problem

Posted: Sat Aug 12, 2006 8:40 am
by Grover
Thanks, but if you have a look now you can see that the content are not longer inside the outer and container. This is to use float:


EDIT: It works. I put "left" float:left" and remove "content" float:right  Thanks

G.