internet explorer - Compatibility issue between IE6 and IE11 -
i'm trying implement autosuggest idea warning message not allowed characters. in 2 fields, 1 under another. can't increase space in between should remain is. problem here when use same code : <cfinput name="a" size="14" maxlength="5" autosuggest="o/o-is not allowed, i/i-is not allowed" value="#trim(form.a)#" /> both fields code btw in 1 of .cmf files, upper field auto suggest message falls under lower field , partially unreadable. tried fix compatibility way:
<html> <meta http-equiv="x-ua-compatible" content="ie=edge" /> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> it causes problems in table different table i'm working in. ideas how fix this!
lance, response. don't know kind details post make easy answer. said, 2 work flows/tables few required fields each. upper 1 place autosuggest feature in 2 different fields. when i'm using <meta http-equiv="x-ua-compatible" content="ie=edge" /> outside < head> , inside have <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> upper table , autosuggest works properly, lower table appear few buttons, , rest of fields not existing. in order have them need rid of <meta http-equiv="x-ua-compatible" content="ie=edge" /> . difference between 2 tables/workflows lower 1 have calendars in it.
Comments
Post a Comment