html - jQueryUI Resizable causing position:absolute <li> to not be 100% height -


i trying achieve multiple <li> elements inline, each of height:100%;

for reasons outside scope of question, desire not have <li> elements positioned absolutely. can chime in on how achieve same layout position:relative; or position:static; elements?

look @ jsfiddle below reference: http://jsfiddle.net/kvwrc/7/


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -