Home >Web Front-end >HTML Tutorial >Regarding the issue of div css layout and iframe, seniors are here to help and give me some advice. Thank you, novice,_html/css_WEB-ITnose

Regarding the issue of div css layout and iframe, seniors are here to help and give me some advice. Thank you, novice,_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:10:521066browse

We are going to make a login page the day after tomorrow, made of DIV CSS layout, divided into three top, middle and tail, and the middle part is divided into center left, center center and center right. The middle left is used to place the QQ menu. I have already done this. The middle left is used to display and hide the QQ menu. The middle right is a separate page for the welcome page.

What I want to ask is the welcome page in the middle right, which is made with iframe, but I don’t know how to make the div css layout, so I don’t know how to put this welcome page in the middle right position, which is the QQ menu to the right. Below is the iframe code of my page. I would like any advice from an expert. Thank you very much!





I just don’t know how to put it in the page. The position I want


Reply to the discussion (solution)

Position your DIV first. . Then put the IFRAME inside. .

Position your DIV first. . Then put the IFRAME inside. .
How to position the DIV, please explain clearly

The whole big div in the middle { position: relative; }
The rightmost div in the middle { position: absolute; top: 0; right: 0; }
Position it like this


center-left

中中

                                                                                                 src="Welcome page address">


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:li floats and wraps. It gave me a headache and I couldn’t get it right after working on it all day! Please help! _html/css_WEB-ITnoseNext article:li floats and wraps. It gave me a headache and I couldn’t get it right after working on it all day! Please help! _html/css_WEB-ITnose

Related articles

See more