Want to make a quick $20? Help me fix my CSS displaying in IE!

Discussion in 'CSS' started by Bluecircle, May 10, 2008.

  1. #1
    Hello,

    I'm looking for someone to help me fix a page that works perfectly in Firefox but has a bunch of display problems in IE. I think it just needs some tweaking of the CSS to get it working right. The dropdown menu is messed up, the sidebar has too much padding on the right side, and a few other elements are not quite right.

    Anyone who is interested send me a PM. I'll give you screenshots of what it should like and all the files. If you are able to do a good job of fixing it I will definitely have future work too.
     
    Bluecircle, May 10, 2008 IP
  2. xd2

    xd2 Peon

    Messages:
    694
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I wouldn't do it for you for $20 but have you got:

    * {
    	margin:0px;
    	padding:0px;
    	border:0px;
    }
    Code (markup):
    At the very beggining of your style sheet. That should sort out the padding issues. Generally with that in it displays the same in both browsers.
     
    xd2, May 11, 2008 IP