elneco
-
circular images using css3
first of all theres no such thing as float: center second of all the corner thing happens because the browser still interprets the element as a square, but the display that we see is circle because off CSS this is an interesting topic though not s…
-
Remove class for the link, when the div is closed
no need for timeouts or delays, all i did here was reorder your jQuery a little bit. works fine now. http://jsfiddle.net/CF6rf/3/
-
Toggle driving me crazy in responsive design
you want a resize fucntion, try adding some code for whatever you want in the if w > 657 statement http://jsfiddle.net/4J3qU/1/
-
Organic tabs with next/previous links
jquery tools http://jquerytools.org/demos/tabs/slideshow.html
-
return true or false at the end of the function
great article doc thanks for sharing
-
jQuery - Better understanding of .live();
use .on() http://api.jquery.com/on/
-
Using Jquery in WP to create a splashscreen
and then just point to your file from the footer.php with
-
Thoughts on a CSS Site
yeah images are also pretty large 300kb, 250kb etc.. also i would put smaller images into a sprite, will help your page load quicker
-
Problems with a sticky footer
http://jsfiddle.net/QsWAk/1/ .wrap is already the full height of the window. If you want the grey area to stretch down to the green footer you will need to calculate the space the grey box takes up of the screen (in percentages - not all screens ar…
-
Coming Soon Page Email Collection
yeah or u can use feedburner to capture 'subscriptions'
-
Can someone recommened a JS plugin to stop mobiles downloading certain images when not used?
what kinda of site is it? in wordpress you can use wp_is_mobile() and use the appropriate image with that in a conditional statement
-
How to create this strange layout? (horizontal and vertical float)
check out masonry http://masonry.desandro.com/
-
JS Tutorials or Book suggestions required
i learned a thing or two from this one: http://www.amazon.com/Beginning-JavaScript-Paul-Wilton/dp/0470525932 but the main thing no matter what you pick up is to use it and use it often cuz thats the best way to learn
-
Adding HTML to content in javascript
y a toolip? can u use a simple overlay instead? seems like you can throw in html: http://jsfiddle.net/WVAQ8/
-
help me edit this auto updating countdown script, so that it will display a message on date?
Try this instead of the last line you have: if(daysLeft
-
Which jQuery method should be used to load in a block of markup in this conditional css function?
php is executed server side before the dom is available, if you want to manipulate the page without redirecting (just on resize) you can use $(window).width() and store your relevent html in variables. appending those variables to dom elements based…
-
Really strange WP issue....HELP!!
check with your host about any possible server issues they might see on their end, also try disabling your plugins and reenable one by one if things go back to normal. To have a better idea or clue of what might be happening i'd suggest install…
-
dropdown menu under graphic
@sfelix120 please provide examples it always makes helping easier, but in general watch out with margins or spaces between your dropdown / list items hovering over these areas may kill your hover styles
-
simple jquery hover issue
you need to fix your hover state so that only the color changes and not gets assigned a new image as well... .submenu_head:hover { background: #E6EAD1; }
-
Javascript For Div Height
$(function(){ //mobile if( $(window).width()
-
How to do a mobile Wordpress site?
use cookies. when the user leaves the mobile site a cookie is placed. You need to slightly modify the plugin to check for the cookie, if the cookie is not present it should do the device detection and redirect if mobile; otherwise it should skip ove…
-
Animation on Logo
html5 canvas. there are a bunch of books and tutorials on it.
-
help with some jquery/javascript please
Try this, also don't use .live() - it is deprecated in the latest jQuery. $(".submenu_head").click(function() { var expanded = '#E6EAD1 url(http://www.siphon-marketing.com/unifirst/V3/images/expanded_yellow.gif) center left n…
-
Is this possible in Sublime Text 2?
thanks for the response. i just found out about ze coding: http://code.google.com/p/zen-coding/
-
Need help finding the needed tech to make this happen
Sounds like Teams Could be wp pages and players be posts with a "Mustangs" category?
-
Moving WordPress to the root directory; how to redirect old URLs
http://codex.wordpress.org/Moving_WordPress