Flight HTML – Changelog: Version 1.6
Version 1.6 - Released 09/22/12
- Permanently fixed Windows Chrome bug (ThinkPad 1280×800) and iOS: 1px above slider. In /css/style.css on Line 579 CHANGED:
578579580581582583#top {background: url(../images/bg-top-960.png) no-repeat 0 bottom;height: 26px;top: -26px;position: relative;} - Fixed mouseover hover bug in old browsers (logos 2px off). In /css/style.css starting at Line 2626 – CHANGED:
262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751/* iii. Our Clients Logos */#logo-1 {background: url(http://demo.themesuite.com/flight/images/demo/logo-1-bw.png) no-repeat 0 0;width: 100px;height: 100px;float: left;margin: 0 22px;}#logo-1:hover {background: url(http://demo.themesuite.com/flight/images/demo/logo-1.png);width: 100px;height: 100px;background-position: no-repeat 0 -100px;float: left;margin: 0 22px;}div#preload-logo-1 {background: url(http://demo.themesuite.com/flight/images/demo/logo-1.png) no-repeat -9999px -9999px;}#logo-2 {background: url(http://demo.themesuite.com/flight/images/demo/logo-2-bw.png) no-repeat 0 0;width: 100px;height: 100px;float: left;margin: 0 22px;}#logo-2:hover {background: url(http://demo.themesuite.com/flight/images/demo/logo-2.png);width: 100px;height: 100px;background-position: no-repeat 0 -100px;float: left;margin: 0 22px;}div#preload-logo-2 {background: url(http://demo.themesuite.com/flight/images/demo/logo-2.png) no-repeat -9999px -9999px;}#logo-3 {background: url(http://demo.themesuite.com/flight/images/demo/logo-3-bw.png) no-repeat 0 0;width: 100px;height: 100px;float: left;margin: 0 22px;}#logo-3:hover {background: url(http://demo.themesuite.com/flight/images/demo/logo-3.png);width: 100px;height: 100px;background-position: no-repeat 0 -100px;float: left;margin: 0 22px;}div#preload-logo-3 {background: url(http://demo.themesuite.com/flight/images/demo/logo-3.png) no-repeat -9999px -9999px;}#logo-4 {background: url(http://demo.themesuite.com/flight/images/demo/logo-4-bw.png) no-repeat 0 0;width: 100px;height: 100px;float: left;margin: 0 22px;}#logo-4:hover {background: url(http://demo.themesuite.com/flight/images/demo/logo-4.png);width: 100px;height: 100px;background-position: no-repeat 0 -100px;float: left;margin: 0 22px;}div#preload-logo-4 {background: url(http://demo.themesuite.com/flight/images/demo/logo-4.png) no-repeat -9999px -9999px;}#logo-5 {background: url(http://demo.themesuite.com/flight/images/demo/logo-5-bw.png) no-repeat 0 0;width: 100px;height: 100px;float: left;margin: 0 22px;}#logo-5:hover {background: url(http://demo.themesuite.com/flight/images/demo/logo-5.png);width: 100px;height: 100px;background-position: no-repeat 0 -100px;float: left;margin: 0 22px;}div#preload-logo-5 {background: url(http://demo.themesuite.com/flight/images/demo/logo-5.png) no-repeat -9999px -9999px;}#logo-6 {background: url(http://demo.themesuite.com/flight/images/demo/logo-6-bw.png) no-repeat 0 0;width: 100px;height: 100px;float: left;margin: 0 21px 0 22px;}#logo-6:hover {background: url(http://demo.themesuite.com/flight/images/demo/logo-6.png);width: 100px;height: 100px;background-position: no-repeat 0 -100px;float: left;margin: 0 21px 0 22px;}div#preload-logo-6 {background: url(http://demo.themesuite.com/flight/images/demo/logo-6.png) no-repeat -9999px -9999px;} - Updated Documentation to include instructions on changing the Flight Menu from
absolutetofixedso it doesn’t scroll up when the page scrolls down