sizing dropdown list

M

mjsmale

I am struggling to find a solution to a dropdown list rendering
outside of its iframe, thus obscuring my host's content.

Is it possible to set the size the list renders?

Thanks in advance
 
A

Andrew Bailey

I am struggling to find a solution to a dropdown list rendering
outside of its iframe, thus obscuring my host's content.

Is it possible to set the size the list renders?

Thanks in advance

Hi,

Try this...

<select style="width: 100">
<option......
<option......
<option...... etc
</select>

Hope this helps

Andy
 
M

mjsmale

Try this...
<select style="width: 100">
<option......
<option......
<option...... etc
</select>

Hi Andy,

I'm sorry I should've been more specific. I'm trying to alter the
length (not width) of the list rendered by the browser. I'm able to
use style to set the size of the font etc. but am unable to get the
list to crop at the border of the iframe which contains the control.

Having spoken to a few people in the office, I believe this is not
defined in css (unfortunately) hence controlled by the browser.

If anyone knows a workaround I'd love to hear it. I tried crop,
zindex already with no success.

Thanks
Mike
 
R

rf

Hi Andy,

I'm sorry I should've been more specific. I'm trying to alter the
length (not width) of the list rendered by the browser. I'm able to
use style to set the size of the font etc. but am unable to get the
list to crop at the border of the iframe which contains the control.

Not going to happen. The list dropdown is (usually) another operating system
*window*, just as your iframe is a window.

A URL would have been usefull!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top