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…
-
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.
-
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.
-
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/
-
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 …
-
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/
-
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?
-
sidebar hover trouble
Thank you very much! Can't believe I was newb enough to not see that.
-
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?
-
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/
-
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…
-
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…
-
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…
-
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 …
-
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.
-
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.