Resizable full-browser background image using jQuery
Resizable full-browser background image using jQuery
Out of context: Reply #27
- Started
- Last post
- 31 Responses
- acescence0
^ toward the top of the js file, change..
$(this).parent().fadeIn();
to
$(this).parent().show();not sure that's entirely the problem though, i think there may be something else going on, will have to take a look at it later...