What are Floating elements in CSS?

Questions by SachinDeo   answers by SachinDeo

Showing Answers 1 - 6 of 6 Answers

AotearoanBlue

  • Aug 30th, 2007
 

The question is not entirely correct in its sense. There are HTML elements which you can float with the help of CSS e.g. a DIV element or text/image inside an HTML element. You can use float:[left | right]; property to float HTML elements inside its own container (i.e. its parent element).

  Was this answer useful?  Yes

menakapriya

  • Aug 11th, 2008
 

Floating elements using alignments in html that is  any text/image align left or rigt or inherit eg: Flot: left | right help as css style

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions