slide 11
Copyright © 2005 W3C (MIT, ERCIM, Keio)
Graphics in fixed width boxes
Text size
.box h3 {
margin: 0;
padding: 6px 8px 4px 10px;
font-size: 130%;
color: #333;
background: url(img/h3-bg.gif)
no-repeat top left;
border-bottom: 1px solid #E0CFAB;
}
Go to previous slide Go to next slide Go to the first slide Go to the slide index Go to the PDF version
Slide 11 of 53
A way to approach this issue is to use a graphic that is three or four lines deep behind the title. By attaching the graphic using the CSS background property, only the amount needed to view the title will actually be shown.
"