Hi
I have a very simple container that puts a dashed line around a module (in this case a contact form) so it looks like the reply forms you used to have in magazines to use to guide the scissors
I've FTP it to the container area on a DNN 8 site but get error in relation to the SOLPART menu
The ASCX is
<%@ Control language="vb" CodeBehind="~/admin/Containers/container.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Containers.Container" %>
<% @ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>
<%@ Register TagPrefix="dnn" TagName="TITLE" Src="~/Admin/Containers/Title.ascx" %>
And the CSS
.RoundedContent {
background: #ffffff; /* Old browsers */
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
/*-webkit-box-shadow: 0px 0px 3px 1px #d5d5d5;
-moz-box-shadow: 0px 0px 3px 1px #d5d5d5;
box-shadow: 0px 0px 3px 1px #d5d5d5; */
border:2px dashed #8dbc43;
position:relative;
behavior: url(www.newdriverschools.co.uk/Portals/_default/Skins/NewDriver_new/PIE.htc);
padding: 10px 5px;
margin:10px 0;
display:block;
}
.ie9 .RoundedContent {
filter: none;
}
.RoundedCornersContent {
clear:both;
}
.RoundedCornersContent p {
font-size:0.9em;
display:block;
width:200px;
}
.spacer {
width:100%;
height:1px;
clear:both;
}
.RoundedCornersContent .DynamicForms_Label {
font-size:1.1em;
color:#018d8d;
}
.RoundedCornersContent .DynamicForms_Maintable {
background-color: #FFF !important;
padding: 0px !important;
width: 100%;
}
I'd welcome any ideas, and or a video on how to build simple container
Thanks
Dave