display of adsense ads changes from browser to browser.....

Discussion in 'AdSense' started by gskrk, Jan 28, 2010.

  1. #1
    Hi

    From yesterday i am having problem regarding display of adsense ads. It changes from browser to browser.....

    It is ok when i use Google chrome and mozilla..

    In the internet explorer and netscape the ads display one after other not beside...

    Once please check and give your valuable suggestions....

    http://www.dragondukes.com/
     
    gskrk, Jan 28, 2010 IP
  2. checkblog

    checkblog Well-Known Member

    Messages:
    1,212
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    128
    #2
    It must be the problem with your html code. IE still support traditional HTML.
     
    checkblog, Jan 28, 2010 IP
  3. CheapSEO

    CheapSEO Guest

    Messages:
    974
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    NO problem. This is different matter, you don't think about this. Chrome is Google's browser. I don't know what happened yesterday but some time you will find Adsense disappear and next time you will find appear, it's not mean that your browser is not compatible.
     
    CheapSEO, Jan 28, 2010 IP
  4. Lex350

    Lex350 Notable Member

    Messages:
    1,889
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    215
    #4
    Works for me. What version of IE are you using?
     
    Lex350, Jan 28, 2010 IP
  5. hem1234

    hem1234 Peon

    Messages:
    640
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Adsense ads changes their position or the ads inside the code changes from browser to browser. If the ads changes then its not a problem. It even change when the same page open in the two different locations. If the position of your ads changes in the different browsers you should check the stylesheet and try to solve the problem or contact professional web designer.
     
    hem1234, Jan 29, 2010 IP
  6. 2and1

    2and1 Active Member

    Messages:
    140
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    53
    #6
    IE is a pain in the royal arse for web developers but thankfully MS realised how bad their own browser is and gave us IE Conditionals*. Using these and some CSS you can (I'm sure) get what you want to happen in all the browsers including IE.

    
    <!--[if lte IE 8]>
    <div style="float: left;">
    <![endif]-->
    
    Your Google Adsense Code 1
    
    <!--[if lte IE 8]>
    </div>
    <![endif]-->
    
    <!--[if lte IE 8]>
    <div style="float: left;">
    <![endif]-->
    
    Your Google Adsense Code 2
    
    <!--[if lte IE 8]>
    </div>
    <![endif]-->
    
    <!--[if lte IE 8]>
    <div style="float: left;">
    <![endif]-->
    
    Your Google Adsense Code 3
    
    <!--[if lte IE 8]>
    </div>
    <![endif]-->
    
    You could also create a css class if you don't want to use inline CSS.
    
    .ieadfloat { float: left; }
    
    Code (markup):
    Because the div's are nested within IE Conditionals the other good browsers ignore what's between them anyway.

    *Not able to post actual links yet so copy & paste this for more info >>> http://www.quirksmode.org/css/condcom.html

    Note: This should work in IE 7 and 8 on Win, not sure how it will respond to <=IE6 and IE on Mac.
     
    2and1, Jan 29, 2010 IP
  7. nowimhere

    nowimhere Active Member

    Messages:
    869
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #7
    Agreed.

    I prefer chrome anyways :)
     
    nowimhere, Jan 29, 2010 IP
  8. Adpubster

    Adpubster Peon

    Messages:
    4,017
    Likes Received:
    153
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Wow, OP, nice ad-dumping :rolleyes: You might consider using a few less ads, or maybe placing them in different parts of the page rather than cramming them all in one place at the top.

    The location of your search button (in some browsers) could cause you some invalid clicks, too, so you might be careful.
     
    Adpubster, Jan 29, 2010 IP
  9. gskrk

    gskrk Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Still i am having the same problem
     
    gskrk, Jan 30, 2010 IP
  10. craig105

    craig105 Well-Known Member

    Messages:
    877
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    138
    #10
    I have this problem with IE too.
     
    craig105, Jan 30, 2010 IP