Question: If I could get a very basic blueprint on how to accomplish this it would be perfect! Thank you! For ALL of your pages you

If I could get a very basic blueprint on how to accomplish this it would be perfect! Thank you!
For ALL of your pages you will redesign your website using one of the CSS layout styles in chapter 6 and 7. You can choose ONE of the following: Two Columns with Left Navigation Two Columns with Top Header and Left Navigation Three Column layout Before starting the CSS for the layout, I highly recommend that you put your content in the appropriate section (HEADER, NAV, MAIN, and FOOTER) because the code in the book will instruct you on how to move those containers around using CSS. If your content is in the correct order, you can add the styles to your external stylesheet and it will automagically cascade down and change all of your pages at once. In addition to the layout changes on each page, you must also do the following: Create relative links between all of your pages in the navigation section of your page. I should be able to get to any of your other pages from any page in your site. Arrange the navigation links in an undordered list and style the list with an image as the bullet (hint: use style list-style-image) On your navigation links, use the hover pseudoclass to make your links more interactive. You must change at least two CSS properties in the hover action. (HINT: Some common things to change...font-color, background-color, and text-decoration to either remove or add the underline back to a link when the mouse hovers over it.) Use relative positioning styles or absolute positioning styles to change the position of your pictures on your images page. The positioning should be on the img tag, not a div tag or some other tag. You can do this using any type of style (inline, embedded, or external). HINT: When using positioning styles, you need a style telling which kind of positioning you are using, AND the the styles needed to move to the left or down, etcStep by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
