| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
|
2 columns
i still haven't conquered a good method of displaying to divs side by side to form to columns. right now i'm trying .one{width:20%} .two{width:80%} <html> <body> <div class=one></div> <div class=two></div> </body> </html> puesdo code thanks |
|
|
|
|
|
#5 (permalink) |
|
Registered User
|
ok...kinda on the same line. i've noticed if you float the 2 and set them to the width that added together equals the width....and no borders. alot of times the right most one will got the next line. cause it runs out of space. do divs have border widths even if there are nonde in the css |
|
![]() |