Dynamic horizontal menu -
i working on multilanguage project , need top horizontal menu. problem must solve is, items (ul>li) on top menu in every language various long. in language there no problem in 1024px browser resolutions (no breaking line), in other there not enough space in 1280px. search script convert horizontal menu dynamically dropdown select list according browser resolution. found http://css-tricks.com/examples/convertmenutodropdown/ convert whole inline ul>li menu dropdown select in exact browser size. , script, doesnt change whole ul dropdown, partly. in big browser resolution width have items inline, when smaller more li change dropdown - not - item item. checks , compare dynamically size of ul , browser resolution. have posted samples of problem on https://forum.jquery.com/topic/dynamic-horizontal-menu
try 'responsive' css @media query .. it's simpler
Comments
Post a Comment