I am brand-new to hand-coding HTML, but I am determined to quit using DW and start to use CSS and javascript that I code by hand. I have a very simple webpage that I am going to try to re-implement this weekend using CSS. Here is the webpage that I am attempting to redo:
http://www.robinzclark.com/aboutUs.html
I am very proficient at Java, but I am new to javascript and CSS. I want each page to have the following sections:
header
left side navigation bar
two content rectangles to the right of the left side navigation bar
footer
In the header will be the gif logo.
In the left side navigation bar will be ten buttons that exhibit rollover behavior.
In one of the content rectangles will be a jpg image, in the other content rectangle will be text.
In the footer will be a different gif logo.
I am a bit overwhelmed with all of the CSS tutorials. Can you offer me some advice on how to accomplish this task?
Thank you very much.
http://www.robinzclark.com/aboutUs.html
I am very proficient at Java, but I am new to javascript and CSS. I want each page to have the following sections:
header
left side navigation bar
two content rectangles to the right of the left side navigation bar
footer
In the header will be the gif logo.
In the left side navigation bar will be ten buttons that exhibit rollover behavior.
In one of the content rectangles will be a jpg image, in the other content rectangle will be text.
In the footer will be a different gif logo.
I am a bit overwhelmed with all of the CSS tutorials. Can you offer me some advice on how to accomplish this task?
Thank you very much.
Comment