Jump to content

JerseyWill

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by JerseyWill

  1. The pages work now, no more 503! And the original problem I was having -- with the drag and drop examples themselves -- has also cleared up. The 'net works in mysterious ways!
  2. Thanks for taking a look, Ingolme. Now I can't even get my own links above to work. They both now give me a "HTTP Error 503. The service is unavailable" error message. Not only do my links above not work but the pages themselves don't work when I try to access them through W3s home page. (I get the same 503 message.) I tried this in both Chrome and FireFox (on my iMac, running 10.6.8) Are these page still accessible for you? If so, do you have any suggestions as to why I can't now access them at all? (Everything else seems to be working fine.) Can you suggest a forum site where I might explore this new problem? Thanks.
  3. I tried one of w3schools tried-and-true "tryit"s in the up-to-date version of Chrome and it didn't work. Here it is: http://www.w3schools.com/html/tryit.asp?filename=tryhtml5_draganddrop But it works in Firefox and Safari. This close-cousin demo http://www.w3schools.com/html/tryit.asp?filename=tryhtml5_draganddrop2 also fails in Chrome but not in FF or Safari. But when I tried this similar drag and drop demo in Chrome: http://html5demos.com/drag it worked and it also works in FF and Safari. Any ideas why the two W3 demos don't work in Chrome? Maybe my Chrome preferences are slightly wrong.
  4. Thanks! I did not know that. Before each test I emptied, the browser's cache, thinking that would purge "visitedness."
  5. I was studying this "You try it" on the W3 site:http://www.w3schools.com/css/tryit.asp?filename=trycss_linka:link {color:#FF0000;} /* unvisited link */a:visited {color:#00FF00;} /* visited link */a:hover {color:#FF00FF;} /* mouse over link */a:active {color:#0000FF;} /* selected link */and used the code in a page of mine.But my page always opened with the link colored green, as if the link had already been visited; whereas the sample shows its initial state as red, or unvisited, as the code comment indicates it should be.Curious, I changed the destination in the sample from "default.asp" to "http://www.google.com/" Then the unvisited, initial state of the link was green like mine, not red.I downloaded the code and replicated the sample on my website, with the same results when the destination was changed.Please advise.Thanks
×
×
  • Create New...