TheGaber
-
Accordion within Anything Slider - height issues
I noticed that the height being applied to anythingWindow and the slides was 1000, and it needed to be 1040 to fir the first slide completely in. (total height of each accordionButton is 130 x 8 =1040). I changed the newHt += 20 to newHt += 25 (th…
-
Accordion within Anything Slider - height issues
FYI I used your new code on this page: http://easycare2.vision7.com/our_boots/our-boots-2.aspx
-
Accordion within Anything Slider - height issues
Awesome! thank you so much for taking the time. One thing I am noticing is that some of the time when switching slides the height changes, but the slide does not...is it getting ahead of itself somehow? Other thing is that each of those accordionB…
-
Accordion within Anything Slider - height issues
Thanks again for your excellent help. The new code you gave me works pretty well. I have run into a couple of issues, though, and being the script n00b that I am, I can't quite see how to adapt what you've done to fit what I need. Issue …
-
Accordion within Anything Slider - height issues
Dude, you rock. Thank you! It's only 11pm here but I really wanna go to bed, too. A teething baby will do that to a fella... Anyway, I'll dig into this when I'm back at the steady day job next week. Hoof boots be payin' my bills…
-
Different code for different browsers
HTML conditional comments are your friend. You can drop specific scripts, stylesheets, whatever within them to target only specified versions of IE, and also hide things from specified versions.
-
IE9 and CSS3 Transitions
Hooray for IE! Grumble grumble...
-
can we use the code in the downloads page in css-tricks.com ?
That's one of the things that makes this site so awesome.
-
dynamic page replacing content issue
Aha moment! Thanks for that clarification, Chris. I've been scratching my head on this one for some time now. I love the way this technique pulls constant in from existing pages, allowing them to exist separately and providing perfect progressi…
-
New CSS-Tricks
I have to say I'm not a big fan of the candy colors. Too bright and too flat. Also the rollover effect on the nav links doesn't seem to work in FF. They just snap, whereas in Chrome and Safari they have nice animation. I do like the big…
-
[Solved] CSS help with graphic based navigation
I'd look at a jQuery + CSS solution to what you're trying to do vs a CSS-only solution. It'll end up operating a lot smoother for the user. There are a lot of prebuilt plug and play things out there, so you don't have to know how…
-
please help me with these IE issues - i suck and i'm scared!
As much as it sucks and as much as I hate it, it's a reality that a lot of people still use IE6, and if you're making a business website for an actual paying client, you're probably going to have to make your website look OK in it. Ev…
-
[SOLVED] Linking to UI Tabs, multiple tab sets, scrollTo
Got it figured out! I emailed the creator of the scrollTo and localScroll plugins, Ariel Flesler ( http://flesler.blogspot.com ), and he was awesome enough to get back to me really quickly with this simple little bit: $.localScroll.hash({ axis:&…
-
[SOLVED] Linking to UI Tabs, multiple tab sets, scrollTo
OK, so I've been trying to wrap my head around this, and I think I may have come up with a simple solution, but I'm not enough of a jQuery ninja to pull it off. In fact I know just about enough to get me in trouble... Here's my idea:…
-
jQuery Accordion IE issues
OK, update time: IE quirks mode is the culprit, as far as I can tell. I put a couple of straight .html test pages up outside of the nasty .net framework, one with doctype: http://www.easycareinc.com/boot_accessories_new04092_trans.html and the …