FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

css box by the side?

 


OutlawSpirit
OK.. so check

http://www.outlawz.frihost.net/thecore/index.php

using css, how would i get another box... down the right hand side of the blue box with all the info in it... where the grey space is... i dunno how to get the side by side Confused
eepman
I think you want a box with the attribute
Code:
float: left;
This should make them both sit next to eachother on the same line. I hope this helps you.
r_y_e_20
eepman wrote:
I think you want a box with the attribute
Code:
float: left;
This should make them both sit next to eachother on the same line. I hope this helps you.


yes you can make a float. and for your contents to be shown.. lets say all your contents is under a frame or div..

<style>
#rightcolumn { float:left; } // you can set a height and width for this also a padding on each sides and border color to make it more visible if you want.//

</style>

then your <div> content must have the

<div id="rightcolumn">
content..................
content..................
content..................
content..................
</div>

hope you get my idea.
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.