Home > Web Front-end > HTML Tutorial > 关于HTML,在frame中加入div_html/css_WEB-ITnose

关于HTML,在frame中加入div_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:36:07
Original
1150 people have browsed it

<html><frameset rows="20%,*"><frame src="/example/html/frame_a.html"><frameset cols="20%,*"><frame src="/example/html/frame_b.html"><frame src="/example/html/frame_c.html"></frameset></frameset></html>
Copy after login

如何在上面的代码中加入一个图片, 而且显示在最上层, 下面的页面颜色变灰;主要是解决怎么放在最上层


回复讨论(解决方案)

就是类似于加载过程中在最上层显示一个圈圈图片

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template