Solution: CSS float parent layer definition colors cannot be displayed

Source: Internet
Author: User
Tags wrapper
The code is as follows: Copy code

<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Strict // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<Html xmlns = "http://www.w3.org/1999/xhtml">
<Head>
<Title> Fixed Width Layout-Outer container collapsed </title>
<Meta http-equiv = "Content-Type" content = "text/html; charset = utf-8"/>
<Style type = "text/css">
Body
{
Margin: 0;
Padding: 0;
Text-align: center;
Background: # f0f0f0 url ("body-bg.gif") repeat-x top;
}

# Wrapper {
Text-align: left;
Width: 770px;
Margin: 10px auto;
Background: # dade75;
Border: 1px solid silver;
}

# Header {
Padding: 10px 15px 10px 13px;
Background: #272727 url(header-bg.gif) repeat-x bottom left;
}

# Content-wrapper {
Width: 570px;
Float: right;
Background: # fff url(nav-to-content-trans.gif) repeat-y left;
}
# Content-inner {
Padding: 10px 5px 5px 10px;
}

# Navigation {
Float: left;
Width: 200px;
Padding-top: 15px;
}
   
</Style>

</Head>

<Body>

<Div id = "wrapper">

<Div id = "header"> </div>

<Div id = "content-wrapper">
<Div id = "content-inner">
<P> We flew with Czech Airlines and weren't expecting a swish ride; we also weren't expecting to be fed on such a short flight on economy tickets, so we gorged on overpriced breakfast in Stansted airport and didn't know what to do when the flight attendants appeared with trays of pre-packaged food. as usual, greedy guts (me) polished off the sweet items that Manda couldn't quite face so early in the day. </p>
<P> After a smooth flight, we landed under an ominous-looking sky. it was looking dark and moody in the distance, as if to prove that the five days of thunderstorms forecast for Prague were soon to start. strangely, though, despite the gray skies in the distance it was hot and sunny as we stepped off the plane to the transfer bus. we might just get lucky with the weather, I thought. </p>
<P> Once we got through the usual arrival procedures of claiming baggage, immigration checks etc, we made our way out to where all the transfer buses were waiting for tired travellers. we immediately headed to the right, following a tip from one of Manda's colleagues that there were cheap transfer buses there-a 90 crown fare (approx & pound; 2.50) to drop in the center as opposed to the 490 crown charge for a transfer right to the hotel front door. luckily, the drop-off point, just around the corner from the Municipal Building, turned out to be an 8-minute walk from our hotel. </p>
</Div>
</Div>

<Div id = "navigation">
<Ul>
<Li> <a href = "day1.html"> Day 1 (arrival) </a> </li>
<Li> <a href = "day2.html"> Day 2 (kutna Hora) </a> </li>
<Li> <a href = "day3.html"> Day 3 (Prague Castle) </a> </li>
<Li> <a href = "day4.html"> Day 4 (up the towers, Karlstejn Castle) </a> </li>
<Li> <a href = "day5.html"> Day 5 (Metro tour) </a> </li>
</Ul>
</Div>

</Div>
</Body>
</Html>

 

The color dade75 defined on wrapper disappears.

The explanation behind the reading is that it also needs to clear the floating

The code is as follows: Copy code
# Wrapper: after {
Content :"";
Display: block;
Height: 0;
Clear: both;
}
The page is displayed as follows:
Related Article

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.