our approach
|
new tutorials
|
contact us
HTML & CSS In Pictures
HTML Basics
Navigation & Layout
Interactivity
Advanced Layout
Go to:
www.inpics.net/files/html/advlayout/pics
and save
bkgd.gif
in the
graphics
folder.
In
layout.css
, make it the background of the
topright
area:
#topright {
background: #000099;
margin: 0 0 0 100px;
height: 100px;
background-image: url(graphics/bkgd.gif);
}
Save both
layout.css
and
advlayout.html
.
View
advlayout.html
in the browser.
It should look like this:
<< BACK
NEXT >>