Thread
:
Need help with XPath
View Single Post
04-24-2010, 03:20 PM
#
10
frabjous
Wizard
Posts: 1,213
Karma: 12890
Join Date: Feb 2009
Location: Amherst, Massachusetts, USA
Device: Sony PRS-505
Instead of
Code:
.hidethis { visibility: hidden }
Try
Code:
.hidethis { display: none; }
frabjous
View Public Profile
Find More Posts by frabjous
Track Posts by frabjous via RSS