Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: v9 product page problem

  1. #1
    boomingisland is offline Member
    Join Date
    Jun 2006
    Posts
    37

    Default v9 product page problem

    I use ML 9.

    Appears a blank scroll down box on the top left corner of the product page.

    see this link http://www.isoundstore.com/p-2-isoun...-jazzer-5.aspx

    no idea what's wrong.

    Jerry

  2. #2
    philipb is offline Junior Member
    Join Date
    Jul 2010
    Location
    Ft. Lauderdale, Florida
    Posts
    22

    Default

    Using Firebug (the Firefox add-on) to examine the page, the offending area is actually an iframe found within the "RateCommentDiv" element on the page. This div is using absolute positioning with CSS, which is telling it to be in the upper-left corner of the window:

    HTML Code:
    <div style="position: absolute; left: 0px; top: 0px; visibility: visible; z-index: 2000;" name="RateCommentDiv" id="RateCommentDiv">
    <iframe width="400" scrolling="yes" height="100" frameborder="0" src="empty.htm" noresize="" marginwidth="0" marginheight="0" vspace="0" hspace="0" id="RateCommentFrm" name="RateCommentFrm"></iframe>
    </div>
    Phil

  3. #3
    mmcgeachy is offline Senior Member
    Join Date
    Sep 2008
    Posts
    174

    Default

    If you are not debugging the rating system set RatingsCommentFrameVisibility to hidden in the AppConfig. As documented here.