Slashdot Mirror


User: jedihamster

jedihamster's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:If Firefox passed up IE on Firefox Now Serious Threat to IE in Europe · · Score: 1

    "Web sites built using ASP.NET 2.0 work as well on Firefox as they do on IE" Try googling before talking. http://www.google.com/search?hl=en&q=asp.net+2.0+f irefox I googled "asp.net 2.0 firefox" first page included:
    1. ASP.Net 2.0 Webparts don't support Firefox out of the box
    2. The Gridview control does not appear to display correctly on Firefox but is OK on IE.
    3. Does anyone know if ASP.NET 2.0 is going to incorporate "maintain scroll position on postback" in non-IE browsers like Firefox?
  2. Re:Standards on Browsers Fighting to Keep up with the Web · · Score: 3, Informative

    Hi,
    Been a browser of slashdot for years. Just joined to help you out.

    Check out : http://www.htmldog.com/articles/suckerfish/dropdow ns/example/
    for an example of a cross browser clean list menu with no .htc

    details of how it work can be found:
    http://www.htmldog.com/articles/suckerfish/dropdow ns/

    I modified the code and made a version for my employer that worked on all IE5's including mac, IE6, Firefox, Opera. Its very nice menu. It uses javascript to allow hover in IE. .htc files often create a security warning in IE.

    hope this helped.

    -Ryan