Tuesday, 21 July 2015

Web Designing Tutorials(The CSS Float Property)

Another way to manipulate the normal, static flow of your web pages is with the float property. You have already used this property in a previous section to wrap text around images. But you can also use the float property to have columns of text side by side. You can even use float to have navigations bars on the left and right of your pages. (We’ll use float in our page layouts, which are coming up soon.)
As an example of column floating, have a look at the image below, taken from a browser:

No comments:

Post a Comment