Forum: JavaScript / DHTML / AJAX 12 Days Ago |
| Replies: 1 Views: 326 I'm looking to put a context-free feedback form on my site (link placed in my navbar) that would cause a small window to pop-up, allow the user to enter feedback and submit. On submit, the window... |
Forum: JavaScript / DHTML / AJAX Jun 11th, 2009 |
| Replies: 25 Views: 7,213 Yes, thanks -- although I did not know this 11 days ago. Only the code posted in 2008 by Schwartznavy used filters.blendTrans. I don't think any of the others mentioned here use this.
The link... |
Forum: JavaScript / DHTML / AJAX Jun 9th, 2009 |
| Replies: 25 Views: 7,213 Without the ability to set a watch so I can understand how that variable is changing and whether the problem is caused by rounding to zero or whatever, I'm not quite comfortable with diving in and... |
Forum: JavaScript / DHTML / AJAX Jun 9th, 2009 |
| Replies: 25 Views: 7,213 Addendum to last post -- After reviewing Gerry's content.js (for the first time) it seems fairly clear how to do titles and hyperlinks. I wrote Gerry about the lack of Fades in FF 3.0.10. |
Forum: JavaScript / DHTML / AJAX Jun 8th, 2009 |
| Replies: 25 Views: 7,213 Will do. You must have done quite a bit of work on this slideshow. Gerry's version does not do fade transitions in FF, have titles, clickthroughs, etc. Is the c7f version posted anywhere ?
Thanx,... |
Forum: JavaScript / DHTML / AJAX Jun 8th, 2009 |
| Replies: 25 Views: 7,213 Thanks much. I like it - labels, click-throughs, transitions (that work in FF), with both image-rotation and a little next/previous/pause device. I'll try this one out !
On a side note, noticed... |
Forum: JavaScript / DHTML / AJAX Jun 3rd, 2009 |
| Replies: 25 Views: 7,213 One more point, when this code:
else if ( browser.toLowerCase().indexOf("firefox") !== -1 ) {
imgRotate.style.MozOpacity = Math.round( j / 100 );
}
is changed to this:
else if (... |
Forum: JavaScript / DHTML / AJAX Jun 3rd, 2009 |
| Replies: 25 Views: 7,213 Same result as before. Titles show but images do not. In firebug I can see that we are looping through images correctly and the images are in the right path (hovering over the path shows a thumbnail... |
Forum: JavaScript / DHTML / AJAX Jun 2nd, 2009 |
| Replies: 25 Views: 7,213 Thanks, I will ! It does seem like it should be possible to adapt PHP / CSS gallery code (which I've already developed) to do a slideshow but (being fairly new at this) I didn't see anyway to do... |
Forum: JavaScript / DHTML / AJAX Jun 2nd, 2009 |
| Replies: 25 Views: 7,213 I'm impressed. Developing on a handheld must be challenging !
Handling cross-browser transitions seems to be the big challenge with slideshows. Of the 30 or so sites I have reviewed that are... |
Forum: JavaScript / DHTML / AJAX Jun 1st, 2009 |
| Replies: 25 Views: 7,213 (Hopefully I am not duplicating a reply -- looked like I timed out before I could submit last time.)
I created the images -- image0.jpg through image4.jpg in my images directory and modified the... |
Forum: JavaScript / DHTML / AJAX May 31st, 2009 |
| Replies: 25 Views: 7,213 In IE8, image1.jpg displays (with caption) followed immediately by 1.jpg (with caption) and then nothing else happens. (I am using your image names for convenience.) There are no cross-fade... |
Forum: JavaScript / DHTML / AJAX May 31st, 2009 |
| Replies: 25 Views: 7,213 Further thoughts .. I am very new to javascript (more familiar with PHP and CSS.) Ultimately, I want a cross-browser slideshow, with titles and hyperlinks, and cross-fade effects that work across... |
Forum: JavaScript / DHTML / AJAX May 31st, 2009 |
| Replies: 25 Views: 7,213 Thanks much ! I do appreciate it. This works flawlessly in Chrome and Firefox. Couldn't get it to work in IE8. (I realize this code dates to well before IE8.)
Thanx again. |
Forum: JavaScript / DHTML / AJAX May 30th, 2009 |
| Replies: 25 Views: 7,213 Too bad no one ever replied to this ! I am trying to solve exactly the same problem with exactly the same code. (The 2nd problem I am trying to solve is to get this fade/blend transition to work in... |