Fix Height Skin
Last Post 03/20/2007 3:07 AM by Lee Sykes. 1 Replies.
Author Messages
Gadaffi Maricar
Nuke Newbie
Nuke Newbie
Posts:3


--
03/19/2007 9:16 PM
    Lee,
           In DNN's tutorial for skinning, it is taught that we have a fix width skin. Is there a way to do a fix width and height?
    I have been trying to do a fix height but did not succeed. I am using the table method to do my skins and pretty much followed your instructions through your skinning tutorial when creating the Vortex skin.

    Please advise. Thanks.
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    03/20/2007 3:07 AM
    Hello,

    it will be possible to do a fixed height, but if the content exceeds the height then a scroll bar will appear / or the content will not display / or the content will override the settings and display at the height it needs..

    I haven't done this, but you could try adding for instance to the content pane CSS code with elements such as:

    height: 200px;
    overflow: scroll;

    if you insert tables which contain height values it may override the settings and you may find it very hard to create a fixed height skin.

    If this doesn't work, trying adding height values into the tables, good luck,
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile


    ---