Displaying 3 results from an estimated 3 matches for "firefox1.5".
Did you mean:
firefox1.0
2006 Mar 17
2
Favicon.ico doesn''t show in IE 6
Hello All,
I put favicon.ico under "public" folder. Also, I put a copy into
"public/images". And I put these 2 lines in my layout file:
<link rel="icon" href="images/favicon.ico" type="image/ico" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/ico"
/>
It works fine in
2006 May 11
0
Very strange javascript error
Some strange javascript errors happen in the situation:
Browser commits a xmlhttprequest to rails server,which will response
some DOM data and javascript scriplets to add some operation to those
DOM data.
All the following script are the responseText from webrick.
Error 1):
<script>
function Circle(x, y, r)
{
this.x = x;
this.y = y;
this.r = r;
}
new Circle(0,0,0);
2006 Jun 16
6
Drag and Drop work in IE?
Please,
I''m build an drag and drop tree using scriptaculous and it is perfect in
FF but when I test in IE don''t work, I drag the element and when I free
the button the element don''t go to the place, stay in the mouse pointer...
What can do it happen? I''m using last version of scriptaculous.
Thank you,
Pedro