Can someone test this in IE6 or 7 for me?

No I'm afraid it all stacks up in a column along the left in IE6, and it doesn't look like there is any margin either its flush against the left hand side.
 
Can you provide a mock up of what it's supposed to look like?

In IE7 each Graphic is on it's own row, is this supposed to happen? Or are the graphics meant to be displayed next to each other?
 
Last edited:
Ah geez. So not only are they stacked, they also sit on the left of the browser rather than in the column?

I don't have IE6/7 to do trial and error with, so if anyone would like to make any suggestions for solutions, I'd very grateful!

Edit: Here's a screen of how it should look: http://sebcastilho.com/rightlayout.gif
 
Have a look at it in opera as well, it sits much further to the left, not flush but with maybe a 5px margin from the left.

In IE6 it comes up with the "done but with errors" scripting message, so it might be a problem with the Java script. Or come to think of it I'm in work and a lot of stuff is restricted, java script normally works fine but it could be just my browser, may be worth getting a second opinion.
 
Alright cheers, I will test using that program :cool:

Btw it works fine for me in Opera (9.64)
 
Last edited:
Just worked out I've got a much lower screen res here than your screen shot which was why it looked more on the left in opera, good luck with getting it sorted with IE.
 
Code:
display: inline-block
is not supported in IE6. :)

use:
Code:
float: left
instead.
Ohh
I was sceptical of this idea at first, but it seems to work very well!
Can anyone confirm it on IE6/7? (I've not installed that program yet as I have to download a 400mb update for it work)
 
Back
Top Bottom