R
Robert
Let me know if it possible to pursue an objective similar to using a
frame layout, but in CSS. The basic goal involves creating a main menu
on the left column and having the content appear on the right. The
left frame would contain two menus updated independently outside the
static html file. Let me issue the standard disclaimer that I am not a
web developer and have basic to intermediate knowledge of html.
Let me explain the purpose. My project relates to creating
troubleshooting documents for various computing activities. The main
menu has a list of topic specific items in the root folder (e.g.
Tips\menu1.html). Each specific item has a topical menu in individual
folder (e.g. Tips\Windows\menuWindows.html). For example, the main
menu would link to Office, Networking, Internet, and Windows. The
Office sub-menu would link to Word, Excel, Outlook, and Access; and
contain specific topic, which expand and contract in content. These
menus would continually change when adding or subtracting topics.
Static code would make updating menus topics time consuming especially
at the main menu level.
Why choose HTML over another document format like PDFs? Other formats
require additional software and can be platform dependent. I plan on
placing these documents on external drive. These documents should be
ideally viewable with just a browser and on most platforms like
Wintel, Mac, and Linux. I find myself using numerous applications at
random times. I archive useful tips and troubleshooting instructions
on a daily basis; as I may not revisited this application for entire
year; thus these documents serve as memory aid.
My initial thoughts were to shy away from frames and explore CSS
possibilities. Maybe, I could code two content boxes; float them left;
with two distinct menus; a main menu & topic menu. Each menu should be
updatable outside the static HTML. Would this notion be farfetched in
CSS (or should I just resort to frames)? Please clarify suggestions
with examples, links, or other generally useful information.
frame layout, but in CSS. The basic goal involves creating a main menu
on the left column and having the content appear on the right. The
left frame would contain two menus updated independently outside the
static html file. Let me issue the standard disclaimer that I am not a
web developer and have basic to intermediate knowledge of html.
Let me explain the purpose. My project relates to creating
troubleshooting documents for various computing activities. The main
menu has a list of topic specific items in the root folder (e.g.
Tips\menu1.html). Each specific item has a topical menu in individual
folder (e.g. Tips\Windows\menuWindows.html). For example, the main
menu would link to Office, Networking, Internet, and Windows. The
Office sub-menu would link to Word, Excel, Outlook, and Access; and
contain specific topic, which expand and contract in content. These
menus would continually change when adding or subtracting topics.
Static code would make updating menus topics time consuming especially
at the main menu level.
Why choose HTML over another document format like PDFs? Other formats
require additional software and can be platform dependent. I plan on
placing these documents on external drive. These documents should be
ideally viewable with just a browser and on most platforms like
Wintel, Mac, and Linux. I find myself using numerous applications at
random times. I archive useful tips and troubleshooting instructions
on a daily basis; as I may not revisited this application for entire
year; thus these documents serve as memory aid.
My initial thoughts were to shy away from frames and explore CSS
possibilities. Maybe, I could code two content boxes; float them left;
with two distinct menus; a main menu & topic menu. Each menu should be
updatable outside the static HTML. Would this notion be farfetched in
CSS (or should I just resort to frames)? Please clarify suggestions
with examples, links, or other generally useful information.