Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - bug using microsoft 'filter' ?

 
Thread Tools Search this Thread
Old 01-22-2004, 12:46 PM   #1
Default bug using microsoft 'filter' ?


This puzzles me.
If I use a microsoft built in filter (eg.below)

<body
style="filterrogidXImageTransform.Microsoft.Gr adient(endColorstr='#C4C9D
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
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump