View Single Post
Old 03-08-2013, 01:41 PM   PM User | #2
harbingerOTV
Senior Coder

 
Join Date: Jan 2005
Location: Memphis, TN
Posts: 1,765
Thanks: 8
Thanked 123 Times in 121 Posts
harbingerOTV will become famous soon enough
Code:
#navigation ul{
	font-size: 0;
Looks like it could be your culprit.

And you are adding a link right?, eg:

Code:
<ul class="navigation">
<li class="nav-history"><a href="">LINK TEXT</a></li>
...
Once you remove the image it self, the jQuery will have nothing to target:
Code:
$('.nav-history img').attr('src', 'images/nav_01.gif');
__________________
Stop making things so hard on yourself.
i is tugbucket :: help raise tugburg :: Whitehaven Kiwanis
harbingerOTV is offline   Reply With Quote