I see in many browsers (FF,Opera,Ie) that elements I give them "inline-block" and "min/max width" , their width is automatically sets to "min-width", and not max-width, as expected. Is that normal behavior?
Can I solve it in css way (inline-block element with max-width)? (I know about floats/tables/js, there are some reasons i need do it in this way)