hi folks, i have couple of listed item's which i want it wrap when reached a certain width. i m applying the width but its not happening. does li support widths? or is there is another work around. here is my css
i did tried to give one li a lot of text but it doesn't wrap to next line when reached maximum width. am i missing something or li doesn't work with widthCode CSS:ul.dockcaption{width:1200px; position:absolute; margin-top:30px; left:-20px;} .dockcaption li{display:inline;margin:10px; margin-left:27px; width:100px}






Bookmarks