Damion
-
My portfolio - Feedback please.
Thank you all for the feedback. I have fixed the spelling mistake and made the text a little bigger, I also decided to keep the spinning logo :D Damion.
-
Magic Line in Wordpress with pages not in the menu
Try adding this code just below the '$(function() {' if ( $('.current_page_item').length() < 0 ) { $('#menu-main li:first').addClass('current_page_item'); } Hope this helps, Damion.
-
jquery fade effect
$('#desc').click(function() { $('#descText').fadeIn(2000); }): If you click on a div with an ID of 'desc' a div with an ID of 'descText' will fade in over 2 seconds. Hope this helps, Damion.
-
My portfolio - Feedback please.
Hi Ian, Thank you for you feedback, It's much appreciated. I will make the text bigger, And I kinda like the logo but as there is nowhere really to put it i will be sad to see it go. Thank you, Damion
-
Looping scroller?
If your looking for a full screen gallery like the one Josh posted, I would look at Codrops. They have loads of full screen gallerys. http://tympanus.net/codrops/
-
How to remove bullets in IE8?
Try: #top-ad ul { list-style: none; }
-
Dynamically center text in Jquery
Try using $e.dequeue().stop().animate({ height: '35px', line-height: '35px' });
-
JQuery Tooltip not working
In your script your using "JQuery" with a capital "J" it should be lowercase. It also looks like you havn't included jQuery, Add this aboth the where you added the script http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/j…
-
Sliding post details on mouseover on css-tricks.com front page
You mean like this? http://dl.dropbox.com/u/10548536/fadin.html
-
CSS Arrow for LI
Maybe add some jQuery to append and prepend the divs in, That should fix it for IE6 and 7 .
-
such a thing as javascript/jquery to expand height of div to fit content?
You could set the width in % allowing you to make them flexible and allowing you to use them to hold your graphics.
-
Prevent line break in table cells
You could set it in the css for all tr's table tr { white-space:nowrap; }
-
such a thing as javascript/jquery to expand height of div to fit content?
Try this: http://www.ejeliot.com/blog/61
-
CSS Arrow for LI
I think this is what you want: http://dl.dropbox.com/u/10548536/point.html