Ask questions and get good answers on jQuery

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?

asked Feb 16 '10 at 19:49

nasir's gravatar image

nasir
211

edited Feb 16 '10 at 20:56

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129


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:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">

that force your IE browser works in standard mode.

IE 6: I'm not supporting it anymore for its super buggy DOM traversing model.

answered Feb 16 '10 at 20:55

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

edited Feb 17 '10 at 08:37

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×1

Asked: Feb 16 '10 at 19:49

Seen: 284 times

Last updated: Apr 28 '10 at 11:23

Related questions

jQuery main site - Matteo Bicocchi