zonger
-
Don't move the box
Check your inside_box class width. If you set it to be exactly the width of the text. It should let you resize the window a bit more before the image moves down to next line.
-
Need to float and slide box containing products
You should be able to do it with position: fixed. Have you tried that?
-
Div Slide In On Load
Your do not need to have "px" in the animate function $('#media').animate({left: 1});
-
CSS dropdown menu
What exactly is your problem? I looked at the site and the link and script are all over the place. You should put them all in the head element..... Also, do you use firebug? It is a great tool to start debugging your site...
-
Social Media Buttons Positioning
It is kinda hard to debug with your images not even loading..... Please try to fix your link first. And like Paulie said, how you positioning your images is depend on your overall look...
-
How can I make one button trigger multiple actions in jQuery?
Forgot to mention, give it a height and width as well, and set it to no-repeat
-
How can I make one button trigger multiple actions in jQuery?
Your css style for bus class is wrong. You should use background not content.
-
Making images appear
Try this http://codepen.io/anon/pen/vfaIo
-
Change "Click" to "Hover?"
just change .click to .hover. easy as that.
-
Display elements by hovering/clicking link ... Help!
check this http://jsfiddle.net/jZzMU/
-
Display elements by hovering/clicking link ... Help!
I don't think you are supposed to "onclick" an ID. It should be some javascript function.