Tuesday, March 1, 2011

Float: left not showing up after a certain point.

http://test.jptgraphics.com/products?cat=APPAREL

This works fine in Safari but shows incorrectly in the latest version of Firefox ( was fine in 3.5) and in some versions of IE.

In the middle column the product thumbnails drop down below when the 'float: left;' parameter is used. It is as if it is being escaped by a tag from that point forward no 'float: left's work and all the items are centered moving forward.

From stackoverflow
  • #sidebar_CAP:link visited active {
        background-image:url('../images/SIDEBAR_BG_BLUE.jpg);
        background-repeat:repeat;
    }
    

    You are missing an apostrophe.

    Bobby K : Thank you. Sometimes its simpler than one thinks. I had validated the HTML but had not tried checking the CSS itself. Thanks again. I can not vote this up yet but this fixed the issue.

0 comments:

Post a Comment