Problem with container in a form module
Last Post 10/21/2010 6:13 PM by Joseph Craig. 6 Replies.
Author Messages
PWM
Nuke Pro
Nuke Pro
Posts:66


--
10/07/2010 10:17 AM
    Hello,

    first of all i don't know if this is the right section for my issue (i hope soo).

    I use a skin (GO) with little costumization and now i notice a bug,

    the containers don't envolve all the form module.

    I don't know why but i belive that its a css problem.

    You can see in this page: http://www.e-commerce.com.pt/tabid/...fault.aspx

    Thanks in advance.
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    10/12/2010 7:30 AM
    Is this a custom container? Can you post it as an attachment?

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    PWM
    Nuke Pro
    Nuke Pro
    Posts:66


    --
    10/13/2010 3:41 AM
    Hello Joseph Craig,

    thanks for your help.

    Its a default container of the skin GO.

    I think that in the attachement its everything, but if you need another file just tell me.

    I notice that in the main .css of the skin there is:

    form#Form{
        height:100%;}

    I already tryied to remove that two lines but the problem persists,

    Thanks in advance
    PWM
    Nuke Pro
    Nuke Pro
    Posts:66


    --
    10/20/2010 3:53 AM
    Someone could help me?
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    10/21/2010 8:05 AM
    Sorry. I will try to take a look at this. It's been a busy week or so ...

    For starters, this seems to work in IE8 and Chrome, but not if Firefox or IE8 running in IE7 compatibility mode.

    Have you asked the skin developer for help with this? Perhaps they have an update?


    Joe Craig, Patapsco Research Group
    Complete DNN Support
    PWM
    Nuke Pro
    Nuke Pro
    Posts:66


    --
    10/21/2010 10:21 AM
    Thanks Joseph Craig,

    meanwhile the support of the skin solved this little bug.

    For everyone else that could have this problem i leave here the solution:

    just put this code on the .css file

    .DynamicForms_MainPanel{
    overflow:auto;
    }

    Thanks a lot once again Joseph Craig.

    Best regards.
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    10/21/2010 6:13 PM
    Cool.  I don't have to solve this one!

    Joe Craig, Patapsco Research Group
    Complete DNN Support


    ---