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

mdrd88

  • Adjustable width for browser size

    Okay, this might help. http://codepen.io/anon/pen/yAgwm If you look, the site scrolls horizontally, however, if the browser is too short, you cant see the bottom of the .post. So, the .post needs to get wider in order to accomodate. Does that help…
    Comment by mdrd88 April 22 permalink
  • Adjustable width for browser size

    Thanks for the advice! However, I need the .post to all be on one line horizontally. and I will probably have more than three in the future.
    Comment by mdrd88 April 21 permalink
  • horizontal web page

    YES!!! It took me a while to find the export.zip button. That's awesome thank you so much! I really need to get more comfortable with javascript, I'm not to shabby at css but javascript... well, that's a different story.
    Comment by mdrd88 March 26 permalink
  • horizontal web page

    Okay, I found something that works! However, I when I tried to implement it locally it didn't work. Can anyone help me? :( http://jsfiddle.net/694TK/6/
    Comment by mdrd88 March 25 permalink
  • horizontal web page

    Okay let me get this straight jQuery(function($) { $('div.mousewheel_example') .bind('mousewheel', function(event, delta) { var dir = delta > 0 ? 'Up' : 'Down', vel …
    Comment by mdrd88 March 24 permalink
  • slide li items

    sorry can't seem to post the link to jquery, here is the link. http://think2loud.com/576-jquery-101-adding-jquery-to-your-website/
    Comment by mdrd88 March 13 permalink
  • slide li items

    So if I wanted to have this locally, what would I need to do? would I ned to link to jquery in the head? Like this?
    Comment by mdrd88 March 13 permalink
  • sidebar hover trouble

    Thank you very much! Can't believe I was newb enough to not see that.
    Comment by mdrd88 March 9 permalink
  • h1 positioning battle

    Great! Awesome. Now I hate to ask one more question, but how do I get the span to go to the bottom of the #one?
    Comment by mdrd88 November 2012 permalink
  • Cross Browser Gradient

    Hello, I not sure if this is what you need but it might help you out. http://css-tricks.com/examples/FadeOutBottom/
    Comment by mdrd88 May 2012 permalink
  • stripped down slider for customizing

    Alright, cool! I'm trying to improve it, using the same concept just playing around with it seeing what happens. But one quick question, how do I target the "current" class from the javascript? I know it still works but I'm j…
    Comment by mdrd88 May 2012 permalink
  • stripped down slider for customizing

    Sorry for double post. well, to keep you guys up to date, I found some js that is working for me, just have a few questions. $(document).ready(function() { //Execute the slideShow, set 4 seconds for each images slideShow(2000); }); fun…
    Comment by mdrd88 May 2012 permalink
  • stripped down slider for customizing

    Yes, I am trying to target the "current" class. Sorry for not being more specific. Now what you're saying in your second paragraph, is I have to have a class for each li? like "slide1" "slide2" etc, etc? To avo…
    Comment by mdrd88 May 2012 permalink
  • stripped down slider for customizing

    Alright, I ran into a snag. I believe I am doing the css right to stack the images on top of each other, but I think the problem is I am not probperly targeting it (or the problem could be completely different). Here is my code …
    Comment by mdrd88 April 2012 permalink
  • stripped down slider for customizing

    Thank you so much! I'll make those changes later tomorrow and try to get that javascript going. I'll let you know if I need any further help.
    Comment by mdrd88 April 2012 permalink
  • stripped down slider for customizing

    Okay, thanks, didn't see that button. Now how should I go with the javascript? I just need something real basic, simple and easy to customize so I can add some of my own effects.
    Comment by mdrd88 April 2012 permalink
  • mac like nav bar

    Yes, I meant the OS menu. Thank you!
    Comment by mdrd88 December 2010 permalink