Link to home
Start Free TrialLog in
Avatar of Matt Pinkston
Matt Pinkston

asked on

ASPX Page loads but will not scroll

My apsx page loads with proper data but won't scroll?

Top of code

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<%@ Page Language="C#" inherits="Microsoft.SharePoint.WebPartPages.WebPartPage, Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register tagprefix="SharePoint" namespace="Microsoft.SharePoint.WebControls" assembly="Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register tagprefix="WebPartPages" namespace="Microsoft.SharePoint.WebPartPages" assembly="Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<HTML dir="<%$Resources:wss,multipages_direction_dir_value%>" runat="server" xmlns:o="urn:schemas-microsoft-com:office:office" __expr-val-dir="ltr" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns:v="urn:schemas-microsoft-com:vml">

<head runat="server">
<meta name="WebPartPageExpansion" content="full" /> <meta name="ProgId" content="SharePoint.WebPartPage.Document" /> <meta http-equiv="Content-Language" content="en-us" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>Untitled 1</title>

<link rel="stylesheet" type="text/css" href="/_layouts/15/1033/styles/forms.css?rev=P8J2jJIMQlHWGCoogd8ohQ%3D%3DTAG0"/>
<link rel="stylesheet" type="text/css" href="/_layouts/15/1033/styles/Themable/corev15.css?rev=1Z9jaA8PrXPArbKhAptvIg%3D%3DTAG0"/>
<link rel="stylesheet" type="text/css" href="/_layouts/15/1033/styles/SuiteNav.css?rev=MftMX5e%2Fyc5ksxukBblvoA%3D%3DTAG0"/> 

<style type="text/css">
body    {overflow-y:scroll;}
.style1 {
background-color: #C0C0C0;
}
.style2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #FFFFFF;
}
.style3 {
font-family: Arial;
font-size: 12px;
background-color: #F5F5F5;
}
.style6 {
font-family: Arial;
font-size: 12px;
background-color: #FFFFFF;
}
.style15 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #FFFFFF;
}
.style16 {
background-color: #A0A0A0;
}
.style17 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #F3F3F3;
}

.style20 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #F3F3F3;
text-align: center;
}

.style21 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #FFFFFF;
text-align: center;
}

.ms-long {
    width:400px;
}

.style22 {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
}
.style23 {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
background-color: #FFFFFF;
}
.style24 {
color: #0000FF;
}
.style25 {
border-style: solid;
border-color: #FFFFFF;
}
.style26 {
background-color: #FFFFFF;
}

.style28 {
text-align: center;
background-color: #F5F5F5;
}
.style29 {
background-color: #F5F5F5;
}

.style30 {
text-align: center;
background-color: #FFFFFF;
}

.style31 {
text-decoration: underline;
}
</style>

<SharePoint:ScriptLink name="clientforms.js" runat="server" LoadAfterUI="true" Localizable="false"/> <SharePoint:ScriptLink name="clientpeoplepicker.js" runat="server" LoadAfterUI="true" Localizable="false"/> <SharePoint:ScriptLink name="autofill.js" runat="server" LoadAfterUI="true" Localizable="false"/> <script type="text/javascript" src="../SiteAssets/SPReferences/MicrosoftAjax.js"></script>
<script type="text/javascript" src="../SiteAssets/SPReferences/sp.runtime.js"></script>
<script type="text/javascript" src="../SiteAssets/SPReferences/sp.js"></script>


<SharePoint:CssLink runat="server"></SharePoint:CssLink>
<SharePoint:ScriptLink runat="server" language="javascript" name="core.js"> </SharePoint:ScriptLink>


</head>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Chinmay Patel
Chinmay Patel
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial