Hi GigiG,
On 16 Oct 12 08:22 GigiG <
pierluig...@gmail.com> said:
> Is it possible to insert framesets and named frames in order to open
> different html files in the same window (e.g. navigation bar at left
> and variable content on the right)? I've tried following the
>
thesitewizard.com tutorial
Frames have been depricated since the publication on HTML4.01 in 1997.
The site you mention suggests a number of techniques best avoided.
(Tables for page layout and how to apply fonts, to name just two!)
I have a demo file at:
http://www.gregtutor.plus.com/webdesign/demofixedsidebar.html
which shows a simple technique using CSS which achieves a fixed
navigation sidebar. The key code is in the sidebar rule:
#sidebar {
height: 100%;
background-color: #cccccc;
float: left;
width: 150px;
position: fixed;
}
Greg Chapman
http://www.gregtutor.plus.com
Helping new users of KompoZer and The GIMP
Still exploring BlueGriffon