Display format for select1

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Display format for select1

Ryan Puddephatt

Hi all,

            I have a select1 control that I want to place a line break between each item, currently it displays in one line like

 

o Item 1 o Item 2 o Item 3

 

but I want it to be like

 

o Item 1

o Item 2

o Item 3

 

Any idea how to do this?

 

Thanks

 

Ryan

 

Ryan Puddephatt

Software Engineer

TFX Group - IT UK

1 Michaelson Square

Livingston

West Lothian

Scotand

EH54 7DP

 

* [hidden email]

( 01506 407 110

7  01506 407 108

 

 



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Display format for select1

Adrian Baker-2
You could use display:block on each item perhaps:

.xforms-select1-full span {
    display:block;
}


Ryan Puddephatt wrote:

Hi all,

            I have a select1 control that I want to place a line break between each item, currently it displays in one line like

 

o Item 1 o Item 2 o Item 3

 

but I want it to be like

 

o Item 1

o Item 2

o Item 3

 

Any idea how to do this?

 

Thanks

 

Ryan

 

Ryan Puddephatt

Software Engineer

TFX Group - IT UK

1 Michaelson Square

Livingston

West Lothian

Scotand

EH54 7DP

 

* [hidden email]

( 01506 407 110

7  01506 407 108

 

 


-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: [hidden email] For general help: [hidden email] ObjectWeb mailing lists service home page: http://www.objectweb.org/wws



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws