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

Nert

  • Paragraph border not wrapping floated image

    Here is a reference. I just happened to have to do something like this today. Please don't be so critical of the code. Its a rush / hack job. http://newagemarketinggroup.com/sell-sheets.html
    Comment by Nert December 2009 permalink
  • Paragraph border not wrapping floated image

    If this is the case I would use a default image as a bg of the img div if there is no image. It does not make sense to me how the site would look consistent without an image. I would definitely consider restructuring your html as I provided above …
    Comment by Nert December 2009 permalink
  • Paragraph border not wrapping floated image

    In line 62 you should add left margin to the p.position class listed below. I think the best way to do this would be to change the markup a bit. something like what I have listed below may work better. #container {width:500px; height:200px;} …
    Comment by Nert December 2009 permalink
  • help with list items

    The proper way to implement this would have been to apply the bg image to the li element. and use padding to move the text away from the image. adjust bg image accordingly using background positioning.
    Comment by Nert December 2009 permalink
  • A little help needed

    Thanks much for your help. It was not the exact answer but it was exactly what it took to give me some insight to get it done. Thanks again. code posted below. $(\"document\").ready(function(){ var n = 0; …
    Comment by Nert November 2009 permalink
  • Bullet alignment in unordered list (IE7)

    I would try to apply list style type to the li instead of the ul and see if that may solve your problems. Worse case scenario I would look into using an image for your li's with background positioning. This seems to work pretty well cross bro…
    Comment by Nert November 2009 permalink
  • remove an image and add a new image on mouse hover

    If this does not I would recommed using a sprite to accomplish this. There are articles all over this site. Check link below. http://css-tricks.com/css-sprites/ Best of luck.
    Comment by Nert November 2009 permalink
  • some jquery / galleria span tag issues.

    Soh Tanka. That worked like a charm. Just wanted to come back and give some praise...and thanks. :D
    Comment by Nert April 2009 permalink
  • some jquery / galleria span tag issues.

    thank you apostrophe. Unfortunaley that only works on that one photo with the content that expands past one line. I would like it to always stay centered. using firefox you will be able to see on other photos what I am referring to. As always th…
    Comment by Nert April 2009 permalink
  • some jquery / galleria span tag issues.

    when the copy from the span tag gets larger I would like it to push down the thumbs below. so the copy does not overlap as shown in the link above. Thanks
    Comment by Nert April 2009 permalink
  • At a loss. Please help

    I ended up going with fixed as your suggestion. I dont know why I did not do that from the beginning. f-in! IE will always get you. Thanks again for all your help twitter.com/nerty
    Comment by Nert March 2009 permalink
  • At a loss. Please help

    no bueno. im at a loss getting close ton conditional :(
    Comment by Nert March 2009 permalink
  • At a loss. Please help

    ya know what your right. i did it on one. duh....relative. Im going to fix them in ff and see what happens. Thanks.
    Comment by Nert March 2009 permalink
  • At a loss. Please help

    Thanks again for your compliments and assistance. unfortunately that did not work in FF. I am trying some hasLayout properties. I will keep this updated with my progress. I am going to be a bit stubborn in writing a conditonal statement for the …
    Comment by Nert March 2009 permalink
  • At a loss. Please help

    that worked brilliantly! Who would have thought? Thanks so much for your help. Text mate closes those spaces by default when compressing the code. Now I have more issues where the positioning is off from FF to IE... Let me know if you have any ide…
    Comment by Nert March 2009 permalink
  • Font rendition problem, works in FF not Safari.

    have you tried using ems instead of px? or possibly using trying font-weight bold? I am not sure why you are testing in a beta browser. but that is what I would try. Looks like the same thing that happens to verdana on pcs.
    Comment by Nert March 2009 permalink
  • Caching static html pages for ajax call

    sorry about that since been edited. it has been a while since I have used a forum(this is nice). I posted 2 posts by accident at first and deleted the correct one. thanks again
    Comment by Nert March 2009 permalink