Three divs in a row
-
Hey there,
I thought I would register and pop a question, so I have a main div that houses three other divs which all house a left a middle and a right featured boxes area, I am currently trying to get them to line up next to each other in a row so to speak.
I read a few threads on ways to do this, and tried them, however I had no joy.
The Left, Mid and Rightfeature’s are the divs that house their respective divs.
Any help would be greatly appreciated
.featurescontainer { margin:0 auto; width:900px; height:300px; } #leftfeature { } #midfeature { } #rightfeature { } .featlefttop { background-color:#8e8e8e; width:250px; height:40px; text-align:center; font-family:calibri; font-size:14px; } .featleftmain { background-color:#e5e5e5; width:250px; height:210px; } .featimageleft { height:auto; padding-top:16px; } .featmidttop { background-color:#8e8e8e; width:250px; height:40px; text-align:center; font-family:calibri; font-size:14px; } .featmidmain { background-color:#e5e5e5; width:250px; height:210px; } .featimagemid { height:auto; padding-top:16px; } .featrighttop { background-color:#8e8e8e; width:250px; height:40px; text-align:center; font-family:calibri; font-size:14px; } .featrightmain { background-color:#e5e5e5; width:250px; height:210px; } .featimageright { height:auto; padding-top:16px; }
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Three divs in a row’ is closed to new replies.