Changes

The Page Structure of bxp

285 bytes added, 23:47, 17 November 2015
no edit summary
The font family is a user entered parameter. See Fonts below.
If the clients browser is IE6 we can't write out those lines at all to the CSS file or IE6 is really really not happy with us. IE6 doesn't like those settings on a div.
We atttempt to stretch background images to cover the entire space available. The image used is a user entered parameter. See Backgrounds below.
.cssMaster_Page{
width:<%=(strCSS_Page_Width)%>px; border: 3px solid <%=(strCSS_PrimaryButton_ColourBorder)%>; border-spacing:2; border-color:<%=(strCSS_PrimaryButton_ColourBorder)%>; color:<%=(strCSS_PrimaryButton_ColourText)%>;
<%
end if
%>
border-collapse:separate; <% If blBrowserIE6 = False Then %>
background-image:url('<%=(strCSS_Background_Inner_Image)%>');
<% Else %> background-color:<%=(strCSS_IE6_Background_Tint)%>; <% End If%>
padding: 5px;
cssBodyInnerWithin the containing div we put a table. The table gives us the structure to contain numerous Interface Bars. There is a containing table used and this is the css for it. As IE6 couldn't handle the div dimension control, we have to repeat it on the table.  
7,528
edits