Forum: JavaScript / DHTML / AJAX Sep 9th, 2009 |
| Replies: 5 Views: 546 There might be other problems but at first glance I notice {your old code}:
<!--<style type="text/css">
.home a:hover{
background-color:#000000;
background-image:none;
}
</style>-->
It looks... |
Forum: JavaScript / DHTML / AJAX Aug 30th, 2009 |
| Replies: 4 Views: 523 Biggest mistake I see in your code is the A Href tag nestled inside the Area tag instead of combined into 1 tag.
I used your code, and made images for the files it called to. I had to find a State... |