>I would like to have all of links from both of the navigations link 
>to a <div> which is central and large in the page, between the two 
>navigation bars 'alpha' and 'beta'.


The following page here from the css-d wiki will get you started on 
the road to recreating the look of frames with CSS.

   http://css-discuss.incutio.com/?page=EmulatingFrames


However, you should take note of the fact that recreating the look of 
frames is not the same as recreating the functionality of frames.

You should understand that you can't link to a <div>. That's not how 
HTML or CSS works. You can link to an <iframe> but that's a different 
type of beast entirely and brings with it accessibilty and validation 
issues.

And if you're just starting out I would seriously recommend that you 
get a thorough understanding of CSS and HTML first before embarking 
on what amounts to a much more ambitious project.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to