The powerful __ frame of an IFRAME inline frame

Source: Internet
Author: User

<iframe frameborder= "0" style= ' border:0px;width: "+width+" Px;height: "+height+" px;overflow:hidden;overflow-y: auto; ' scrolling= ' no ' class= ' IFM ' name= ' MyLink ' src= ' # ' ></iframe>

IFRAME Inline Frame
frameborder=0 Frame without border
scrolling= "No" no scroll bar
class= "IFM" style is the name IFM style

Style= ' defines the internal style
Name= "MyLink" is named Mymink.
src= #连接路径或地址为 #

Overflow-x Horizontal overflow
overflow-y vertical Overflow

Overflow-y:hidden ' means no vertical scroll bar
Overflow-x:hidden ' means no horizontal scroll bar
Scroll:no or Overflow-x:hidden;overflow-y:hidden or Overflow:hidden ' Let the browser window never appear scroll bar

Basic syntax
Overflow-x: Visible | Auto | Hidden | Scroll
The syntax takes a value
Visible: Default value. does not cut content nor does it add scroll bars. If you explicitly declare this default value, the object will be trimmed with the size of the window or frame that contains the object. and the Clip property setting will fail
Auto: Object content is trimmed or displayed with horizontal scroll bars when required
Hidden: Do not display content that exceeds the object size
Scroll: Always show horizontal scroll bars


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.