Search Result

Collapse
5 results in 0.0015 seconds.
Keywords
Members
Tags
chrome
  •  

  • Grimmerson
    started a topic Firefox / Chrome issues

    Firefox / Chrome issues

    Hi guys

    I have a piece of code that is working on internet explorer for pc but not mac and not on firefox or chrome.

    Do you have any suggestions please.

    Code:
    <script>
    function resizeIframe(main) {
    if(self==parent) return false; /* Checks that page is in iframe. */
    else if(document.getElementById&&document.all) /* Sniffs for IE5+.*/
    
    var FramePageHeight
    ...
    See more | Go to post

  • I overlayed a DIV on top of an IFRAME.. won't let me click links help?

    So I overlayed 2 DIV floating pictures with tables on top of an IFRAME.

    It won't let me click the links on Firefox nor Chrome, but let's me on IE.



    Link 1 and 2 works fine

    Link 3 and 4 does not work as if the DIV image layout is covering the links...

    There are 2 seperate DIV tags as well so the image isn't clumped.

    I tried z-index and it worked but it forces...
    See more | Go to post

  • BaseballGraphs
    started a topic Chrome Bookmark Not Working

    Chrome Bookmark Not Working

    Hello,
    I've put together the following javascript that can be dragged and dropped to the favorites/bookmarks bar in Chrome (or any browser) and then when you click on it, it opens the links in the variable object:
    Code:
    javascript:(function(){ 
    var obj={"link1":"http://google.com", "link2":"http://yahoo.com"};
    for(key in obj){
    var val=obj[key];
    window.open(decodeURIComponent(val));
    ...
    See more | Go to post

  • Ian Palabasan
    started a topic My XSL document causes my XML to disappear.
    in XML

    My XSL document causes my XML to disappear.

    Stats:
    Chrome 11.0
    Notepad++

    Basically i wrote some XSL and linked it to my XML and then Google Chrome won't display the XML file. The code is below.

    Code:
     
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
     <xsl:template match="/">
    <html>
    	     <body>
    		     <xsl:for-each select="recipebook/recipe">
    ...
    See more | Go to post

  • HELP ! HoverMenuExtender in updatepanel doesn't work in safari, chrome

    Hi,

    I've been trying for a few hours now, but cannot resolve this:

    In IE7 it works, but not in :

    I'm using a HoverMenuExtend er in a Listview.
    As soon as I'm using an updatepanel, the popup doesn't shows anymore in safari or goggle chrome, it still works in IE7.
    Without the updatepanel it works fine in all 3 browsers.

    VS 2008 - VB.net - AjaxControlTool kit-3.5SP1

    Here's my...
    See more | Go to post
    Last edited by Frinavale; May 6 '09, 08:45 PM. Reason: Added code tags. Please post code in [code] [/code] tags.
Working...