<frameset cols="200,*"> <frame src="navigation.html" name="nav" noresize> <frame src="content.html" name="main"> </frameset>
A fixed-width nav column with noresize keeps the sidebar from being dragged narrower or wider.
noresize
Lines: 0 | Characters: 0