Frame and IFRAME horizontal scroll bar Solution

Source: Internet
Author: User

After finding relevant information on the Internet, many peopleStyle = "overflow-X: hidden"", But I still cannot use this method,
Finally, set <! Doctype HTML public "-// W3C // dtd xhtml 1.0 transitional // en" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Add in <body>Style = "overflow-X: hidden,
My framework is like this.
<Frameset rows = "60, 2, *" frameborder = "no" border = "0" framespacing = "0">
<Frame src = "view_top.aspx" name = "topframe" scrolling = "no" noresize = "noresize" id = "topframe" Title = "topframe"/>
<Frame src = "view_mid.htm" name = "midframe" scrolling = "no" noresize = "noresize" id = "midframe" Title = "midframe"/>
<Frame src = "view_content.aspx" name = "mainframe" id = "mainframe" width = "100%" Title = "mainframe"/>
</Frameset>

View_content.aspx framework:

<% @ Page Language = "C #" autoeventwireup = "true" codefile = "view_content.aspx.cs" inherits = "member_resume_view_content" %>

<HTML xmlns = "http://www.w3.org/1999/xhtml">
<Head runat = "server">
<Title> No title page </title>
</Head>
<Body style = 'overflow: Scroll; overflow-X: Den den '>
<Form ID = "form1" runat = "server">
<Div>
<% = RTN %>
</Div>
</Form>
</Body>
</Html>

After using this method, I have solved the problem. Here, I would like to explain that, if you encounter the same problem in the garden, you can make a reference.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.