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 660 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 660 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

     

  • Comment author was deleted

    Mar 18, 2010 @ 14:49

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

Please Sign in or register to post replies

Write your reply to:

Draft