hiding "more results" redux

3 views
Skip to first unread message

Feivi

unread,
Jul 3, 2009, 2:21:44 AM7/3/09
to Google AJAX APIs
Hi,

I've seen several previous posts, including the one on the google ajax
api blog, on how to hid the "more results". The problem is, none of
them seem to working any more, at least not for me! I've tried:

.gsc-results .gsc-cursor-box .gsc-trailing-more-results { display :
none; }

div.gsc-trailing-more-results { display :
none; }

.gsc-results .gsc-trailing-more-results { display :
none; }

.gsc-control div.gsc-trailing-more-results{display:none;}

and a bunch of other permutations. Result: more results still shows
up. Can anyone help me with the right syntax?

TIA!

Feivi

unread,
Jul 3, 2009, 2:31:45 AM7/3/09
to Google AJAX APIs
Well, this worked: .gsc-results .gsc-cursor-box .gsc-trailing-more-
results { visibility :hidden; }

Display:none wouldnt work, but visibility :hidden did, no idea how
come...
Reply all
Reply to author
Forward
0 new messages