treehouse : what would you like to learn today?
Web Design Web Development iOS Development

joehankin

  • ie zindex problem

    Why does this post exist???
    Comment by joehankin July 2009 permalink
  • Image shifting in IE – help!

    Well done so far... The positioning in ie6 hasn't been fixed though because you haven't included a padding-top: 0; in the ie6_style.css script. With regards to fixing the ie6 bug, i believe that removing the unitpngfix would help. It is …
    Comment by joehankin July 2009 permalink
  • Image shifting in IE – help!

    Ok, well for some reason you changed the background image code so the menu isn't displaying in firefox now. OLD: ul#menu li { width: 120px; height: 70px; float:left; display:block; text-indent: -999px; background-image: url(http://www.m…
    Comment by joehankin July 2009 permalink
  • Image shifting in IE – help!

    Ok, with regards to the positioning, you should have a separate style sheet for ie 6 and 7, and replace the padding-top: 70px; for padding-top: 0;, and that seems to work for me... #intro, #introAbout, #introContact, #introLogos, #introWeb, #introP…
    Comment by joehankin July 2009 permalink
  • Image shifting in IE – help!

    It's true ie8 is far better than ie7... To make the rounded borders work across all browsers though you may be best using multiple divs with background images: Your stuff Any way, this is a good site for for first try, so keep i…
    Comment by joehankin July 2009 permalink
  • Image shifting in IE – help!

    i think that you are having a problem possibly because using the -moz-border-radius stuff does not really work in ie. Also try using an alternate css script for ie as well : This will iron out small positioning problems that always occur in i…
    Comment by joehankin July 2009 permalink
  • Page cant focus , alway jump to the top of the page

    what do you have as the anchor link. try kepping it blank if you have something in there at the moment... just a thought
    Comment by joehankin July 2009 permalink