For some reason in this page ( link removed ) the images in one of the boxes will not float right to the text properly on IE7. I've been looking for 2 days and I have no idea why this happens. Could someone please help?

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

internet explorer needs a defined width on each floating element for calculate.

.csc-textpic-imagewrap{
 width:120px;
}
link|improve this answer
Thanks! that was it – Dbugger Nov 18 '11 at 13:40
feedback

My guess you place images after elements floated left. Try placing them at first.

link|improve this answer
That is dont automatically by the CMS, and it's quite hard to change. But in this case the image goes first and is floated right, and the text comes later and is NOT floated. Notice how image-wrapper is floated right, but for some reason it takes all the width of the box in ie7. I dont get why... – Dbugger Nov 18 '11 at 11:50
to .csc-textpic-single-image set float: none – simoncereska Nov 18 '11 at 12:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.