Log in

View Full Version : Resolved How to float a div container



egturnkey
04-09-2009, 05:21 PM
Hello Guys,

Today problem is almot known to many people, which is a side to side Dialog

Have a look


http://egturnkey.com/1.JPG


HOW TO CONVERT IT TO


http://egturnkey.com/2.JPG

Yes i can make it, if it was an image so wt if it was a box with 4 sides borders

You can download here the file
css and index.html

http://egturnkey.com/exm.rar

and i hope if anyone know how to make , let us know

- No matter to use my idea of css <div> just feel free to use any idea but must be a box with borders changable in color and thickness and also can put inside it a text

thanks in advance and i will really be glad if it done

Manal Nor

Snookerman
04-09-2009, 07:07 PM
Give the box the following CSS rule:

float: left;

Good luck!

egturnkey
04-09-2009, 07:20 PM
Give the box the following CSS rule:

float: left;
Good luck!

:eek: it works now perfect

thanks very much, you are amazing

Snookerman
04-09-2009, 09:07 PM
You're welcome, glad to help!
You can go to your first post in this thread, click http://www.dynamicdrive.com/forums/images/buttons/edit.gif then click Go Advanced and add the Resolved prefix to the thread title.
This will let other users know the problem has been solved.

Good luck with your site!