joebob
-
Chrome -webkit-border-radius bug?
I had a similar situation with a slideshow that would not clip the corners. I had some space around it so I set a rounded-corner div on top of it with thick borders that matched the background. The slideshow appeared through it with the effect of ro…
-
help with jquery
Looks like you are trying to get the value of a form element that has an id. I would probably just load that into a normal javascript variable with getElementById then use that variable. Not sure if that fixes anything.
-
Hardware Acceleration Detection
Nice! I must have come up with the perfect solution! :)
-
Combining sticky footer with 100% width background
How did you solve it? This is what I use for a sticky footer: http://ryanfait.com/sticky-footer/
-
background-image replacement removes background
Or do you have a better method of progressively loading the sites background image after the content has loaded?
-
background-image replacement removes background
Thanks for the follow-up, Chris. Do you think that's easier than this solution? Seems that putting both the initial low res and high res backgrounds on the addClass solves this pretty simply. With your response and none from anyone else I must …