Problem with browsers

Discussion in 'HTML & Website Design' started by webguy84, Feb 13, 2007.

  1. #1
    Please have a look at this page: www.maltasearchengine.com. In IE it looks fine but in firefox the "About Malta Search Engine" link is not in the top right corner as I want it to. How can I solve that problem please?

    Many thx
     
    webguy84, Feb 13, 2007 IP
  2. Psyc

    Psyc Peon

    Messages:
    58
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try adding float: right; and a margin-top: of a negative number. I'm not sure how much space is in between the top and the text. Maybe try -80px or if that is too much make it less or if that's not enough make it more.
     
    Psyc, Feb 13, 2007 IP
  3. DatR

    DatR Peon

    Messages:
    210
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #3
    change this code:

    
    <style type="text/css">
    #wrap {margin:70px auto 0 auto; /*dial that first up a bit*/width:340px;} 
    
    Code (markup):
    to this:
    
    <style type="text/css">
    #wrap {margin:0px auto 0 auto; /*dial that first up a bit*/width:340px;} 
    
    Code (markup):
    that brings it to the top right in both browsers
     
    DatR, Feb 13, 2007 IP
  4. webguy84

    webguy84 Well-Known Member

    Messages:
    815
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    128
    #4
    It doesn't work :(
     
    webguy84, Feb 13, 2007 IP
  5. webguy84

    webguy84 Well-Known Member

    Messages:
    815
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    128
    #5
    It works but then the other components (image, search box etc.) loose their positions.
     
    webguy84, Feb 13, 2007 IP