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

XaviJr

  • Select next with class

    That's perfect, thank you. I was just using length to have sure that I was selecting .slide-content, I don't need the content size.
    Comment by XaviJr May 23 permalink
  • Custom radio buttons

    I got the style right but the buttons aren't function. http://jsfiddle.net/ua2rE/1/ Any ideas?
    Comment by XaviJr April 18 permalink
  • Custom radio buttons

    Again, the reference to :not is here, point 3 (CSS code): http://www.wufoo.com/2011/06/13/custom-radio-buttons-and-checkboxes/. Those links just change color and size, not shape.
    Comment by XaviJr April 18 permalink
  • Custom radio buttons

    From the last url I gave you: :not(#foo) > is a rule filter to block browsers that don't support that selector from applying rules they shouldn't You're example just change colors and size for rad…
    Comment by XaviJr April 18 permalink
  • Custom radio buttons

    It's like the usage of #foo in the first url. I saw it here: http://www.wufoo.com/2011/06/13/custom-radio-buttons-and-checkboxes/ What I'm trying to achieve is to transform my radio buttons into squares with those 2 images as backgrounds …
    Comment by XaviJr April 18 permalink
  • Is it possible something similar?

    I think is impossible in CSS so any solution in javascript is fine for me.
    Comment by XaviJr April 18 permalink
  • Container height with position:absolute elements

    Because if I don't have position absolute they all get stacked and not at the same position: http://jsfiddle.net/LJs9J/2/
    Comment by XaviJr April 11 permalink
  • Container height with position:absolute elements

    So it's impossible and I have to find other solution? Ok. It's a container for a menu content. At first those divs are all with height:0. When I click on the respective button I have an animation from height:0 to height:100%. I have posit…
    Comment by XaviJr April 10 permalink
  • Responsive fixed header problem

    That's what I thought. Thank you Senff.
    Comment by XaviJr April 9 permalink
  • Responsive fixed header problem

    I think you misunderstood me. Let me try again.. Usually, with more width, #header has 90px of height. I want #content to show bellow #header so I'm adding padding-top:90px to #content. In my example I didn't float my list items just to…
    Comment by XaviJr April 9 permalink
  • Float like blocks?

    Thank you Chris, that worked just fine. I still can't get the difference between display: inline-block and float: left.. And thank you for the corrections Paulie_D. My english really needs some training.
    Comment by XaviJr February 4 permalink
  • Two sliders on top of each other

    It's curious that Anything Slider uses float too. I tried to copy them but couldn't do it. display: inline-block have the same results. I guess It's better to search some plugin already made.
    Comment by XaviJr January 29 permalink
  • Two sliders on top of each other

    Oh, that can be an idea, I can use inline-block instead of float. Let me try.. I like to use Anything Slider but it doesn't work as I want, it has an expand option but the images simply don't adjust their height. Still, I'll look int…
    Comment by XaviJr January 29 permalink
  • Two sliders on top of each other

    I'm trying to build one for myself @Paulie_D. Ok, so I'm following your advise and just begin to build the slider. I want a slider with 100% width, the images with 90% width and I want to slide them horizontally. My CSS problem continues…
    Comment by XaviJr January 29 permalink
  • Two sliders on top of each other

    Here's what happens if I don't use the position: absolute http://jsfiddle.net/9wPDy/9/
    Comment by XaviJr January 29 permalink
  • Two sliders on top of each other

    Ok, the header was a problem of my example, I have now a defined size. The z-index was only to have the content bellow the header (z-index: 2). I want to have #text-wrapper bellow the #img-wrapper. I can't remove position: absolute (http://js…
    Comment by XaviJr January 29 permalink
  • How to make slideshow effect

    thank you, I will look into both
    Comment by XaviJr January 8 permalink
  • Remove and load

    Is there a way to have a callback when the stuff inserted with append finishes loading?
    Comment by XaviJr December 2012 permalink
  • Remove and load

    I think remove() will do it
    Comment by XaviJr December 2012 permalink
  • Remove and load

    Ok, that's a start. So I can get the HTML code with get() and when the click occurs I can use append() to insert it. I just need a function to remove HTML to achieve what I want.
    Comment by XaviJr December 2012 permalink
  • Remove and load

    So it's not possible to use the load or any other javascript/jquery function to load code, it that it? It always have to be from an external url.
    Comment by XaviJr December 2012 permalink
  • Remove and load

    Thank you both for clear that out.
    Comment by XaviJr December 2012 permalink
  • Remove and load

    I know andy, that's why I made this question in Javascript section, but I don't know what functions can I use to save, remove and load the HTML stuff. That's my question.
    Comment by XaviJr December 2012 permalink
  • Remove and load

    Inserted into, not hidden, because it can be videos/images so I don't want to have a slow load. I hope I'm making myself clear.
    Comment by XaviJr December 2012 permalink
  • Remove and load

    Let me try to explain. It's like a plugin. I want to have the ability to grab the HTML objects, stop them from loading and then load it only with the click action. Like some slideshows do I think.
    Comment by XaviJr December 2012 permalink
  • Remove and load

    Something like that, yes. But if I have the display:none the content is loaded anyway right? It's just hidden.
    Comment by XaviJr December 2012 permalink
  • Remove and load

    I want to really remove it but thank you for the input.
    Comment by XaviJr December 2012 permalink
  • Remove and load

    Thank you for your tip David, I will look into the code of that to figure it out. If anyone have other tips please let me know. I prefer to understand how can this be done and not use an external library.
    Comment by XaviJr December 2012 permalink
  • Remove and load

    I don't have an example code but I'm making one now. I know how to select the elements but I don't know any function to remove the selected elements and other to load them. load() is just used to load external files right?
    Comment by XaviJr December 2012 permalink
  • Wordpress cache problem

    I solved the problem. It wasn't any cache problem. I deleted all cache plugins and tried private browsing in Firefox so I could confirm that. The problem was that someone made a backup of header.php.. in the root. So when I was calling includ…
    Comment by XaviJr September 2012 permalink