


Click on the menu on the left to see how the corresponding content appears in the area on the right_html/css_WEB-ITnose
111
#wrap {
margin: 0 auto;
width: 1150px;
text-align: left;
background: #FFF;
}
#content-wrap {
clear:both;
margin: 0; padding:0;
width: 1150px;
}
/* header */
#header {
position: relative;
background: url(../images/headerbg-green.gif) repeat-x 0 0;
height: 84px;
}
#header h1#logo {
position: absolute;
margin: 0; padding: 20px 0 0 300px;
font: bold 3.5em 'Trebuchet MS', Arial, Sans-serif;
letter-spacing: -3px;
color: #CCC;
text-transform: lowercase;
/* change the values of top and Left to adjust the position of the logo*/
top: 0; left: 5px;
}
#header h2#slogan {
position: absolute;
margin: 0; padding: 0;
font: bold 11px 'Trebuchet MS', Arial, Sans-serif;
text-transform: none;
color: #FFF;
/* change the values of top and Left to adjust the position of the slogan*/
top: 48px; left:70px;
}
#header .searchform {
position: absolute;
top: 5px; right: 3px;
}
/* main column */
#main {
float: left;
margin-left: 15px;
padding: 10px 0 0 5px;
width: 900px;
border-left: 1px solid #f2f2f2;
}
.post-footer {
background-color: #FAFAFA;
padding: 5px; margin-top: 20px;
font-size: .9em;
border: 1px solid #f2f2f2;
}
.post-footer .date {
background: url(../images/clock.gif) no-repeat left center;
padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
background: url(../images/comment.gif) no-repeat left center;
padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
background: url(../images/page.gif) no-repeat left center;
padding-left: 20px; margin: 0 10px 0 5px;
}
/* sideabar */
#sidebar {
float: left;
width: 15%;
margin: 0; padding: 10px 0 0 0;
display: inline;
}
#sidebar ul.sidemenu {
list-style: none;
text-align: left;
margin: 0 0 8px 0;
padding: 0;
text-decoration: none;
font-size: 12px;
border-top: 1px solid #EFF0F1;
}
#sidebar ul.sidemenu li {
border-bottom: 1px solid #EFF0F1;
background: url(../images/arrow.gif) no-repeat 2px 9px;
padding: 3px 5px 3px 18px;
}
* html body #sidebar ul.sidemenu li { height: 1%; }
#sidebar ul.sidemenu a {
font-weight: bold;
background-image: none;
text-decoration: none;
}
/* footer */
#footer {
clear: both;
background: #FFF url(../images/footerbg.gif) repeat-x left top;
border-top: 1px solid #F2F2F2;
text-align: center;
height: 80px;
font-size: .9em;
}
#footer a { text-decoration: none; }
/* Alignment classes */
.float-left { float: left;}
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
/* display classes */
.clear { clear: both; }
.block { display: block; }
.hide { display: none; }
.green { color: #32CD32; }
I want to achieve the effect of clicking the refresh on the right side of the left menu. It seems that I can do it with the frame framework, but I don’t know how to write it. Please help me
Reply to the discussion (solution)
Just use frame directly
In left.html write

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit
