![]() |
|
|
|||||||
![]() |
HTML - bug using microsoft 'filter' ? |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
This puzzles me.
If I use a microsoft built in filter (eg.below) <body style="filter F', startColorstr='#808EBB', gradientType='0')" > and later set a select box in a table. eg.: <table height='600'> <tr> <td height='300'>stuff on top </td> <td>more stuff on top </td> </tr> <tr> <td>some text here </td> <td><select name ='choose'> <option value = '1'>1.........................</option> <option value = '2'>2.........................</option> <option value = '3'>3.........................</option> <option value = '4'>4.........................</option> </td> </tr> </table> etc. then make the window small enough to initiate scrolling the select box behaves very bady (gets 'stuck' and wont scroll) -goes to pieces in fact! Take out the filter: stuff and just use a plain color and the behaviour is normal. Is this bug in microsoft's filter: or have I configured it wrong? Chamomile |
|
|