Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
Hi all check out this link in Internet explorer 6 or 7 on the PC. Also refer to it in Firefox or Safari to see how its supposed to be.
Under the Enquiries heading I have several list items. All floated left then with classes that clear either left or right so that they are equally levelled. Problem is one of the cheeky blighters is bursting out of the container. I’ve checked widths and floats and all that stuff but its still popping out in IE!
Also I have a subnav that is absolutely positioned near the bottom of the page that isn’t appearing in IE 6.
Aaaaaalso I’m using siFR render my H2 and H3 and its not working in IE 7 of all things!
Quite a pickle all round!
The list items were floated left, I gave them seperate classes of right and left to clear the appropriate side so that it would achieve a grid like layout. Like this image. I realise its being very picky but I just want to know why it won’t wotk now!
I can actually float the left ones left and the right ones right and it looks ok but not in a grid.
!http://www.kreateagency.co.uk/~zoffanyc/images/grid-like.gif!
Cracked it, added this to my IE/Win stylesheet
<pre>#content #cluster li {
display: inline-block;
}
#content #cluster li {
display: inline;
float: none;
clear: none;
}
#content #cluster li h4,
#content #cluster li p {
width: 150px;
}
#content #cluster li p {
height: 9em;
}</pre>
Thats sorted it
1 to 5 of 5