Looking at the source (I do not understand HTML), the part I am struggling to hide is something like
Code: Select all
<fieldset>
<ul>
<li>
stuff here
</li>
</ul>
<fieldset>
Can anyone help?
Code: Select all
<fieldset>
<ul>
<li>
stuff here
</li>
</ul>
<fieldset>
Code: Select all
site.com##fieldset > ul