Forum: JavaScript / DHTML / AJAX Aug 31st, 2009 |
| Replies: 5 Views: 1,233 Very easily done!
Anyhow, if all of your problems have been solved and all questions answers I ask that you mark this thread as solved!! Thanks! |
Forum: JavaScript / DHTML / AJAX Aug 16th, 2009 |
| Replies: 5 Views: 1,233 Ahh....yes! I clumsily forgot to place .style before the .color or any other property. :D Wouldn't be the first time... ;) |
Forum: JavaScript / DHTML / AJAX Aug 16th, 2009 |
| Replies: 5 Views: 1,233 You need to look into JavaScript and DOM. Give you DIV an id and then you can import the DIV as an object with:
div = document.getElementById('div_id');
Then you can change the styles with:
... |
Forum: JavaScript / DHTML / AJAX Jul 5th, 2009 |
| Replies: 6 Views: 823 That's great that you got it to work! If you don't have any more questions...would you please mark this thread as solved? |
Forum: JavaScript / DHTML / AJAX Jul 4th, 2009 |
| Replies: 6 Views: 823 The problem is with the descriptions. It's just that IE will stop working on errors while most other browsers will try to continue. Specifically, the problem with your code is with line 248.... |
Forum: JavaScript / DHTML / AJAX Jul 3rd, 2009 |
| Replies: 6 Views: 823 Well at first glance it looks like your JS file contains some JQuery, so I would start by making sure you have the JQuery library included in your page. It would also help if you could give us the... |