0

I am trying to change the default value from 5 --> 25. But cannot seem to get the syntax correct. I would be grateful for any suggestions.

<select class="ui-pg-selbox ui-widget-content ui-corner-all" role="listbox" title="Records per Page">
<option role="option" value="5" selected="selected">5</option>
<option role="option" value="10">10</option>
<option role="option" value="25">25</option>
<option role="option" value="50">50</option>
<option role="option" value="100">100</option></select>

I know this isn't quite right,...

select.ui-pg-selbox.ui-widget-content.ui-corner-all { selected:15 }

DHO
  • 1
  • 1
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Nov 24 '22 at 10:32

0 Answers0