javascript - Weird padding issue in Chrome and Firefox -


I am working on the jQuery slider for a web page. Everything looks good in IE, but in Chrome and Firefox, there are some weird padding issues running above and below the slider.

Edit: See my solution in reply

Any time the form of IE references Do not use how things should work always, always use another browser first, to see how IE screws come up.

Your work is wrong for the modern web and puts IE, and other browsers in "quirks mode", where you never want to be, then you have marked your page with that browser, Which believes IE, which is re-emerging in 1998. Take your diplomacy this & lt ;! DOCTYPE html & gt; Change in and use Firefox or Chrome to fix the reasons for your markup, even though IE will also look different. Yes, this could mean just making adjustments or, possibly, restarting all.

This is not including your 13 HTML verification errors and 14 CSS errors.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -