Issue: [IE6] Project Bit Too Wide

  1. issueid=85 06-04-2010 01:20 AM
    PT Developer
    Number of reported issues by thincom2000: 46
    [IE6] Project Bit Too Wide

    In IE6, the Projects Overview (that lists the project-bits), has the project bits extending past the edge of the window.

    The problem is that the .projecttitle div (floated, so okay) contains other divs, which are by default display: block and extend to fill 100% (auto) width.

    Fixed in projecttools-ie.css by adding:
    Code:
    .projecttitle div {
    display: inline-block;
    display: inline;
    }
Issue Details
Issue Number 85
Project Project Tools
Category Functionality
Status Fixed
Priority 4
Affected Version 2.1.0
Fixed Version 2.1.1
Milestone v2.1.1
Users able to reproduce bug 0
Users unable to reproduce bug 0
Assigned Users thincom2000
Tags design




  1. Note:
    This issue contains some replies but it seems you don't have the permission to show them. To see them, you should log in.

    Once logged in, if the administrator decided it, you can still be able to not see replies.
+ Reply