Hi,
Newbie question:
I'm trying to create a site with a "site navigator" to the left (namely, a thin vertical panel with links such as "home", "members", "downloads", etc).
Html tutorials appear to suggest one of the following methods:
[ul]
[li] A table (the navigator is one cell, the main site content is another cell) [/li]
[li] A style sheet (css): the navigator is one "< div >" with an "absolute position" that makes it stick to the left. The main site content is another "< div >" with absolute position that makes it reside in the middle of the page.[/li]
[li] Frames (navigator is in one frame, main site content is in another frame ) [/li]
[/ul]
Which is the preferred method ? Which would be more portable (viewed by more browsers) ? Most sites I've visited went for a table - is that really the best option ?
Thanks very much
Newbie question:
I'm trying to create a site with a "site navigator" to the left (namely, a thin vertical panel with links such as "home", "members", "downloads", etc).
Html tutorials appear to suggest one of the following methods:
[ul]
[li] A table (the navigator is one cell, the main site content is another cell) [/li]
[li] A style sheet (css): the navigator is one "< div >" with an "absolute position" that makes it stick to the left. The main site content is another "< div >" with absolute position that makes it reside in the middle of the page.[/li]
[li] Frames (navigator is in one frame, main site content is in another frame ) [/li]
[/ul]
Which is the preferred method ? Which would be more portable (viewed by more browsers) ? Most sites I've visited went for a table - is that really the best option ?
Thanks very much