Hi guys still got a big problem that I need some advice on. We have started using divs for our skins but keep getting overlapping content. If you goto
http://www.websitesin.co.uk/Home.aspx you will see what i mean. Everything needs to be expandable depending on how much content is displayed in the panes but even using min-height values doesn't work, padding doesn't work either. I'm obviously doing something wrong but I have no idea what. It must be a DNN issue because when my designer has used divs in the past to create layouts for non-dnn sites everything has worked perfectly. Is there something I'm missing? We've written all the divs in with set widths i.e 460px; in the css and then we've also put in the css :
#DNN6.TwoColLeft #dnn_ContentPane{width:960px;}
#DNN6.TwoColLeft #dnn_ContactPane{width:480px;}
#DNN6.TwoColLeft #dnn_LeftPane{width:480px;}
#DNN6.TwoColLeft #dnn_RightPane{width:480px;}
#DNN6.TwoColLeft #dnn_LogosPane{width:480px;}
#DNN6.TwoColLeft #dnn_SocialPane1{width:960px;}
this is along side our standard classes that control the widths of the divs and the floats etc..
so basically there's nothing regarding heights in and if the content gets changed in the future by our clients we don't want to have to start editing the style sheet to accommodate whatever content is contained within the panes/modules themselves.
Any help would be hugely appreciated.
Many thanks
Paul