| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: Apr 2008
Posts: 5
|
Can't Create a Second Column in CSS
I did a lot of searching on Google and tried a lot of methods, but nothing seems to work. It currently has one column; I need to create a second column to the right of the existing column. Code:
|
|
|
|
|
|
#2 (permalink) |
|
Senior Member
Join Date: Dec 2006
Location: Switzerland
Posts: 318
|
if you dont show the html code that goes with it, will be very hard to give you advice what your missing is a float. If you want to build css columns without table use, then you need to learn to use css "float". Search for css faux columns or css float for more info. a few links to get you started. Floatutorial: Step by step CSS float tutorial CSS Float Property A List Apart: Articles: Faux Columns |
|
|
|
#5 (permalink) |
|
Registered User
Join Date: Apr 2008
Posts: 5
|
My web site looks wonderful in Firefox, but the columns are weird in Internet Explorer. Code:
Code:
|
|
|
|
#7 (permalink) |
|
My Brand New Computer!
Join Date: Mar 2007
Location: London
Posts: 238
|
Why have you gota div id of href? Just style the <a> Why have you got a div id of header? just use <h1> Why have you got a div class of Title? just use <h2> or <h3> why have you got a div class of text? just use <p> You may as well use table if you are going to use div's like that. |
|
|
|
#9 (permalink) |
|
Registered User
Join Date: Apr 2008
Posts: 5
|
I redid the coding from scratch. Everything is perfect now, but the background of the footer isn't showing. Code:
Code:
|
|
![]() |