I'll answer my own question: the problem is really not bad, and it's also easy to fix. The following change seems to fix it completely (I don't really understand why but I was just mimicking the other rows where the layout looked fine ):asinshesq wrote:How bad do people think the IE problems are. Should I hold off installling until those problems are fixed? Tumba25, are you planning to revise for IE? If so, any sense as to timing?
Code: Select all
OPEN
styles/prosilver/templates/ucp_pm_search.html
FIND
<dt style="width: 70%; padding-right: 3px;"><label>{L_SEARCH_WITHIN}:</label></dt>
REPLACE WITH
FIND
<dt style="width: 70%; padding-right: 3px;"><label>{L_SEARCH_WITHIN}:</label><br /><span> </span></dt>
I tried this fix...doesn't seem to work for me. Also another poster reported this worked fine in prosilver_se, which I'm not seeing either. The mod still works, it just looks bad in IE8. Any other ideas?asinshesq wrote:I'll answer my own question: the problem is really not bad, and it's also easy to fix. The following change seems to fix it completely (I don't really understand why but I was just mimicking the other rows where the layout looked fine ):asinshesq wrote:How bad do people think the IE problems are. Should I hold off installling until those problems are fixed? Tumba25, are you planning to revise for IE? If so, any sense as to timing?
Thanks, appreciate it! If it helps, this is how it displays for me in IE8 (I use FF myself but unfortunately many of my users are still on IE)...basically the same as was previously I posted I guess, although I'm seeing this both with the user supplied fix listed above and also using prosilver_se.tumba25 wrote:I'll have a look soonish.