Gap between Adsense banner & content problem

Discussion in 'HTML & Website Design' started by Cheap SEO Services, May 12, 2006.

  1. #1
    Can I get someone to look at my site in IE and Firefox and whatever other browsers you use to see if my Title looks funny? I think it might look out of place in different browsers. Also trying to bring the title and the banner closer together so it looks a bit neater.

    Any ideas or suggestions?

    My site is here
     
    Cheap SEO Services, May 12, 2006 IP
  2. johneva

    johneva Well-Known Member

    Messages:
    1,480
    Likes Received:
    46
    Best Answers:
    1
    Trophy Points:
    170
    #2
    You have a huge margin-left diffrence for the main content between Firefox and IE. Set you margin to the value that you want it in Firefox and the use the * or the _ hack to correct IE to be the same. Like so for example.

    
    p {
          margin-left:  40px;
          _margin-left:  20px
    }
    
    Code (markup):
    Na I think the ads and your title are pretty much the same in all browsers.

    To move you title closer you could lower the margin that should pull them together a bit for ya.
     
    johneva, May 12, 2006 IP