css - Element doesn't float right -


contact

wanneer te bereiken?

u kan mij 7 dagen op 7 bereiken.

hoe te bereiken?

telefoon

+32(0)495842704

e-mail

...

i want e-mail section float right of telefoon section. how manage this? tried assigning float:left telefoon h3 element, did not work. kind of appreciated! thanks!

the float right element should above float left element

<div style="float: right;">     </div>  <div style="float: left;">     </div>  

Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -