Hey,
I tried above style but for some reason "Search:" label resides right in between. The search textbox on left side (not fully on left side though) and "show entries" on the right side. Am I missing something else here? sDom is "ltip".
If you have a look at your page with Firebug (etc) then it will likely become clear which CSS statement is causing your problems. Off the top of my head, I'm not sure. :-)
Replies
[code]
.dataTables_length {
width: 40%;
float: right;
text-align: right;
}
.dataTables_filter {
width: 50%;
float: left;
}
[/code]
I tried above style but for some reason "Search:" label resides right in between. The search textbox on left side (not fully on left side though) and "show entries" on the right side. Am I missing something else here? sDom is "ltip".
If you have a look at your page with Firebug (etc) then it will likely become clear which CSS statement is causing your problems. Off the top of my head, I'm not sure. :-)
Regards,
Allan