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

sweetback

  • JSONP Cross Browser Issues

    The link to the data works, but trying the jquery to pull in the data displays nothing... or did that part work for you??? That would be great news, but I am not seeing it here. Have tried Chrome, Firefox and Safari. I managed to get rid of all err…
    Comment by sweetback November 2012 permalink
  • JSONP Cross Browser Issues

    Thanks so much for your response Doc... I tried an example of that route too: $.getJSON("http://www.knoxyouthgroup.org/example.php?callback=?", function(data) { document.write(data.name);// we make a successful JSONP call! }); But…
    Comment by sweetback November 2012 permalink
  • ul nav not appearing in IE

    can you supply the html as well? I tried your css with a bacis html and it showed in both browsers... wonder if there is an error in the html instead?
    Comment by sweetback March 2009 permalink
  • Feed Back, Tips and IE6 Help

    I redid the code today using your suggestions. I positioned divs with the position: relative or absolute and then used top, left etc. Seemed to clear up a lot of the problems in IE6! Thanks! Some other questions for those who might know. I had to s…
    Comment by sweetback March 2009 permalink
  • Feed Back, Tips and IE6 Help

    This is great info to get. For some reason, a lot of the tutorials that I took while learning positioned things with margin and padding, and I am getting the message that this use of those attributes in not a good way to go! :D So, basically, wh…
    Comment by sweetback March 2009 permalink
  • Tutorials for fixing common web design problems

    What a great collection of material! Thanks for posting!!! That dropdown menu is just what I was looking for. :D
    Comment by sweetback March 2009 permalink
  • Feed Back, Tips and IE6 Help

    Thanks for the reply guys. The questions was actually about spacing issues in those boxes... I see that IE won't handle the rounded corners, and given the hate posts I have read about IE, I wouldn't expect it to! :) The questions was, wh…
    Comment by sweetback March 2009 permalink