I am not CSS expert but if the <select> parent is .a <div> instead of <td>
then setting the width and overflow-x to the div works.
I have no idea why Palette's markup uses <table>. Maybe it is a legacy.
We have a ticket to rework all tables to divs where this makes sense.

Martin Grigorov
Wicket Training and Consulting


On Fri, Jan 17, 2014 at 5:36 PM, grazia <grazia.russolass...@gmail.com>wrote:

> I have tried to override the palette css and added
> overflow-x:scroll to both table.palette and td.pane, but to no avail.
> ANybody succeeded in this ? ALl previous posts on the topic do not record
> any success ..
>
> table.palette {
>         border: 0;
>         overflow-x:scroll;
>         white-space: nowrap;
> }
> table.palette td.pane {
>         width: 200px;
>         text-align: center;
>         overflow-x:scroll;
>
> }
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Horizontal-scroll-for-Palette-tp4663803.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to