Forum: JavaScript / DHTML / AJAX Jan 31st, 2006 |
| Replies: 5 Views: 3,873 i hate to say it but the ONLY thing that looks correct on there is the google search. On both firefox and ie it is aligned right. However the page is a complete mess on ie. The left side is all... |
Forum: JavaScript / DHTML / AJAX Jan 31st, 2006 |
| Replies: 3 Views: 3,774 it should be \i not /i for case insensitive in your re (first line of code) so you are possibly never getting a match. its is easy to miss as some others are / (for example /g for whole string) |
Forum: JavaScript / DHTML / AJAX Jan 31st, 2006 |
| Replies: 2 Views: 8,501 Either wrap the image in an anchor as Thomas said which will work for a click, or if you want it on mouse over as you say in your post you need to add a bit of javascript on mouseover for the image... |
Forum: JavaScript / DHTML / AJAX Jan 18th, 2006 |
| Replies: 1 Views: 4,273 Dont quote me but i think ie is a little less strict on interpretation of some css features than others. you might try background-image and see if it works. You may even have to code both, one for... |
Forum: JavaScript / DHTML / AJAX Jan 18th, 2006 |
| Replies: 9 Views: 1,678 I recently posted a tutorial under the .NET tutorial section on how to email a form in a few easy lines.
http://www.daniweb.com/tutorials/tutorial38004.html |