[CODE] Flexible width tables
#3
Thanks! Smile

1) From what I've noticed, .png images are slightly different colours for different browsers. They'll show up just a bit differently on Firefox versus IE, so I always try to use a .jpg. I think it's because of colour profiles -- so as you can see in the example image, the image's colour you see is slightly different.

2) It's super simple! c:
CSS looks like this:
Code:
.fluid .box {width:240px;height:400px;float:right;}
And your HTML looks like this:
Code:
<div class="box"> </div>
All you do is tell it to float to the right and specify a height and a width. As far as I know, this works fine. c: I don't know how else to explain it except that since your box is floated right, your text goes around it.


Messages In This Thread

Forum Jump: