css - Best Way to Position ASP.NET Panels Side by Side -


i'm looking best solution position 2 or more containers side side (left , right) opposed on top of eachother. i've looked other posts , add style="float:left;" ok, others suggest adding style="display:inline;" doesn't anything. there better suggestion?

thank in advance.

i use kind of style often:

      .rightcol   {     width: 60%;     float: right;     height: 30px;   }    .leftcol   {     width: 40%;     float: left;     height: 30px;     text-indent: 10px;   } 

define own dimensions , go!

hope helps!


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -