XaviJr
-
Linkable Tabs
the problem in IE is that we don't have unique paths for a specific tab. for example, in Chrome I can access directly to http://css-tricks.com/examples/OrganicTabsReplaceState/?tab=jquerytuts, in IE I can't..
-
Horizontal scrolling inside
@Meta_Ing your solution worked, thank you!
-
Propotional resize
thank you for the answers, I really want to give liberty to my client so I'll use javascript.
-
Propotional resize
I tried with width:100% and still not working.. http://jsfiddle.net/pzFKD/3/
-
Propotional resize
no, there is the problem if the image with more height that width..
-
mail function gives me 500 Internal Server Error
Hi, thanks for your answer. It was some hosting configuration problem, they solve it.
-
border-top on iPad
The border-top problem wasn't the scrollbar, I had to add this meta: Now I just have that small gap. It's not serious but I must ask: any solution for that?
-
border-top on iPad
It is just on the right side but it's not all that small. It can be that issue, thanks for the tip.
-
[Anythingslider] Center slideimage
Check if the div you tried to center have display: block
-
Help text width!
Ok, I know what's the problem with my jsfiddle example. This is the problem: http://jsfiddle.net/L6TrY/5/ If I have a unique bigger word it continues after the 200px width.
-
Help text width!
Well It's true. This is something that should be easy to implement. For some reason this isn't working, so maybe someone could have a clue why I'm seeing a different behavior. I don't know what's funny about that.
-
Help text width!
I would but jsfiddle gives me the correct result: http://jsfiddle.net/L6TrY/
-
in jquery html()
That's right. Sorry for the bad explanation, my English didn't allowed a better one. :) I tried $(element).text(content) too but the output is: bla bla<br />bla bla My file is encoded with utf-8 and when I make the request…
-
jQuery each() function problem
No, only with the same background for all the radio buttons. EDIT: You're right, that's it. I tried to apply a different background for 2 different radio buttons and the behavior is the same. I have to find another way to customize radio …
-
Difference from and (or )
Thanks for the documentation, it really was helpful.
-
Wordpress search with custom homepage
Thank you, your answer helped me. In my form I changed the text input name, that's why I was getting the wrong template. It has to be "s".
-
Bottom div starting underneath the top one
You're right, thank you.
-
Lighbox (or similar) gallery
Ok, I solved it. You're right, thank you.
-
Lighbox (or similar) gallery
But doing that will not load all the images right from the beginning? And another question: I'm adding the border-radius property to the image container but isn't doing any change. I think it might be the opening effect that this contain…
-
Background top center with min-width
Sure, here's my solution: background-image: url('images/header-bg.png'); background-repeat: no-repeat; background-position: center top; background-color: transparent; position:absolute; left:50%; margin-left:-450px;
-
Searching for bullets
So there's no way to search for that bullet code? I will try the alternatives you presented.
-
Change img size
I target li because in your way the width of img is undefined: $(document).ready(function() { $('.slides li img').each(function(index) { alert($(this).width()); }); }); But I was able to solve the problem with: $(document).ready…
-
Background top center with min-width
Nevermind. Already accomplished!
-
IE vertical align on input fields
It worked. Thank you! What does that property do?
-
Centering vertically
My problem is a little different because the image I want to center vertically I bigger in height than the container. Here's the example: http://imageshack.us/photo/my-images/526/exampleqf.jpg/ So the blue area is the slider and the green is …
-
Centering vertically
Thank you, this is a great resource. I'm still looking for the best way but I think this is all I need.
-
Title surrounded by png
Thanks for the solution, I don't mind the extra markup.
-
Title surrounded by png
Your example doesn't have text in the middle but it's a good start, thank you.