Hopefully someone can help with the problem I'm having.
I have a webpage I'm working on - just the skeleton of a full page. It only has the top heading and basic menu underneath it. I'm using javascript to make the images in the menu change when you move the mouse over it. I had the javascript inline in the page within the <script> and it worked well in both IE7 and Firefox.
Because I want to reuse the menu on many pages, I copied the javascript exactly out and put it in file script/roll.js, and replaced the script declaration with <script type="text/javascript" src="script/roll.js"/>
Now, when I try to view the page in IE7 nothing at all shows up - the page is blank. But it still works perfectly in Firefox.
Any clues?!
(the page is at www.cakeinyourface.com/work.html if you'd like to see more)
I have a webpage I'm working on - just the skeleton of a full page. It only has the top heading and basic menu underneath it. I'm using javascript to make the images in the menu change when you move the mouse over it. I had the javascript inline in the page within the <script> and it worked well in both IE7 and Firefox.
Because I want to reuse the menu on many pages, I copied the javascript exactly out and put it in file script/roll.js, and replaced the script declaration with <script type="text/javascript" src="script/roll.js"/>
Now, when I try to view the page in IE7 nothing at all shows up - the page is blank. But it still works perfectly in Firefox.
Any clues?!
(the page is at www.cakeinyourface.com/work.html if you'd like to see more)
