I\'ve been working on a dropdown menu similar to suckerfish. I\'ve got the dropdown side working now, but I have some images I\'m trying to put on either side of the links.
Simple do display: inline-block on both div's but be sure and set min-width and max-width both. Example below:
display: inline-block
div
min-width
max-width
div { max-width: 200px; min-width:200px; background:grey; display:inline-block; vertical-align: top; }
test test test test test test test 2 test 2 test 2
test
test 2