After successfully building a page, everything seemed to be working perfectly fine as shown below:
However, when I copied my folder to C:\wamp\www\myFolder
and accessed it through localhost using WAMP Server, the display looked like this:
The issue is that the Style Sheets are not applied correctly and the Java Script is not functioning.
Observe the following:
- Where there are green dots, the images are loading properly...
- Where there are pink dots, the images are not loading at all
- In the red section, there are 5 boxes with javascript rollover images that load but do not work when hovered over
- In the top right corner with yellow boxes, the links, textboxes, and buttons have CSS styles that are not rendering correctly
WHAT'S GOING ON?