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
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.
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