Jump to content


CSS layout


3 replies to this topic

#1 Mproject

    Young Padawan

  • Members
  • Pip
  • 23 posts
  • Location:Croatia

Posted 24 May 2006 - 09:35 AM

First of all...sorry 'bout my english :)

Ok..... I want to have a layout without tables, so I start coding on CSS (wow, what wisdom LOL).
Anyway, to skip the bullshit and to show you what bothers me....

The layout should look something like this (picture explains a lot more than words :D )....
Posted Image
..... and the boxes need to be in relative position (in there will be included some stuff so I want to move them automaticly).


I tried with float:left (and combine it with float:right), and clears, but they give me a headace when i try to put 2 left divs with one on the right that has the same heigt as the 2 lefts together... :)
Can somebody help me with some advice how to code this? Or code it and copy it here :D

#2 Indigo

    Official Alien

  • Members
  • PipPipPip
  • 617 posts
  • Gender:Male
  • Location:Trondheim, Norway
  • Interests:Computing in general, especially design and programming of all kinds.

Posted 24 May 2006 - 09:49 AM

If you ain't got too much experience in CSS, this will really be a pain in the... Well, enough about that. :)
My CSS-skills probably won't help here, so I won't code it for you, but check out the recource-forums here, they might have something helpful.

#3 coolaid

    P2L Jedi Master

  • Members
  • PipPipPipPip
  • 1,435 posts
  • Gender:Male
  • Interests:i wonder..

Posted 24 May 2006 - 12:55 PM

the reason you can't do it is probably cause your not handling them like tables.

just look closely. theres two columns.

the left column has two whole new tables inside, the first new table has two more columns.

then on the new left column theres two new tables with no floats.

then the content below is is left in the main left column table.

and the right is too hard to explain.

http://scudworkz.com/dummy.html

#4 Mproject

    Young Padawan

  • Members
  • Pip
  • 23 posts
  • Location:Croatia

Posted 25 May 2006 - 09:53 AM

Hey coolaid...tnx-a-lot for this, but I figured it out in the meantime....

Worked something out like you but, but I didn't go with div's so much "in-depth" (one in another and another...).



Anyway, thanks again for the effort!!!





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users