开发者

divs wrapping - jsFiddle example

In the following j开发者_Go百科sfiddle I have put some html and some css. I'm trying to not have each element wrap when the screen gets smaller. Actually I'm trying to implement the jqueryUI slider inside of my container. I've tried to implement several css fixes to get each element to line up side by side. However they initially wrap. If you play with the size of the results box for the fiddle below you will see that it does in fact wrap.

http://jsfiddle.net/webdad3/UaQQt/

What am I doing incorrectly


Not sure if I understand your question... You want all those seven-line tables arranged on one row, not wrapping under each other? If so, how about something like

.post-content { min-width: 85em; }

If you want them to stay arranged in a 3x3, maybe display:table is what you need...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜