Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tom Maton 387 posts 659 karma points
    Mar 18, 2010 @ 11:21
    Tom Maton
    0

    Exporting results in IE6

    Hi All,

    One of my clients is using IE6 and when they go to export the results all they see is the format types and once they select their format they dont get an export button displaying. Its on the page as I have viewed the source but its just not viewable.

    Any got a fix for this?

    I'm using the latest stable version of contour.

    Thanks

    Tom

  • Tom Maton 387 posts 659 karma points
    Mar 18, 2010 @ 11:42
    Tom Maton
    0

    Hi Guys (Umbraco Developers mainly),

    I've found the issue.

    In the dialogs.css for UmbracoContour you need to change the following

    div.propertyItem .propertyItemContent {
        clear:right;
        float:left;
        padding-bottom:5px;
    }

    to

    div.propertyItem .propertyItemContent {
        clear:right;
        float:left;
        padding-bottom:5px;
        position:relative;
    }

    adding the position:relative to the css will display the button and text.

    Thanks

    Tom

     

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Mar 18, 2010 @ 14:49
    Tim Geyssens
    0

    Thanks Tom! I'll make sure this gets added to the next maintenance release

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies