Log in

View Full Version : fluid layout



killerchutney
01-21-2007, 07:24 PM
Hi, I am trying to make a fluid design for my website, but I dont know how to align images left/right, e.g.


this image1
this image 2
both on the same level
thanks

psilos
01-25-2007, 12:10 PM
I believe that if u want to understand how u can achieve things like that is best to learn it. Here is a wonderful site to help u learn:
http://www.dezwozhere.com/links.html

P.S. U can do this by giving CSS rule : float:left to one and float:right to other
after u put them inside an element!!