Can’t download the last versions of this or Adhesive, it requires authentication.
GRRRRRR I hope this isn’t hard to upgrade.
Hmmm isn’t this;
#menu input.stock {background-color:#888;}
defining the class?
I just tried that instead of
#menu li form input.stock{
background-color: #888;
}
And it’s still not working.
Here’s a link My brand new site with zero content
Nope, that didn’t work, I tried this;
#menu li form input.stock{
background-color: #888;
}
<div>
<input type="text" name="s" size="15" />
<input class="stock" type="submit" name="submit" value="GO!" />
</div>