our approach
|
new tutorials
|
contact us
HTML & CSS In Pictures
HTML Basics
Navigation & Layout
Interactivity
Advanced Layout
In
layout.css
, make the
topleft
area 100 pixels wide and 100 pixels tall.
TIP:
Use the
height
property.
Give the
topleft
area the
float:left
property.
Give the
topright
area a left margin of 100 pixels.
Make it 100 pixels tall.
Create a folder in the
Advanced Layout
folder called
graphics
.
Go to:
www.inpics.net/files/html/advlayout/pics
Right-click
techtool.gif
, and save it in the
graphics
folder.
In
advlayout.html
, insert
techtool.gif
in the
topleft
area:
<div id="topleft">
<img src="graphics/techtool.gif">
</div>
<< BACK
NEXT >>