|
i m using the component on IE browse with the following problems. layout and all look & feel disturb (colors, index order, links order) when load on the browser. halt my browser window. kindly plz tell me the final and compact solution for this problem so that i could use it commercially on my site. thanks? |
|
I tested it with IE 7 with no relevant problems; for the index element (that don't stay aligned) just add a "float:left" css property; if you still have problems, it could be for your doctype declaration and you are working in quirsk mode. Try adding a valid doctype declaration to your page like:
that force your IE browser works in standard mode. IE 6: I'm not supporting it anymore for its super buggy DOM traversing model. |


