One of hundreds of answers available with our premium content service.
A: To create frame-like sites using CSS use a position: fixed declaration on the container element for your navigation menu, marked with a class="Menu" attribute. You must also set the CSS properties top, left and width. It's best to stick with percentage values for these lengths, to position your menu according to the size of the users' screen, as below.
… full answer hidden
Premium members click below for full answer
Is it possible to create a frames effect with CSS?