Ignoring minwidth in css
i just found out that Chrome is ignoring CSS min-width: ...;
. I can't find solution to fix it, can you please give me some ideas? Checked on mozzila firefox and IE 9, on them it works just great! All answers will be app开发者_Go百科reciated!
Thanks ;)!
EDIT: fixe d;)
In your comment, you said:
In jsFiddle everything is okay, dunno why...
If this is true, then the problem is probably a non-visible character in your css file (eg. a control character, or other unicode character). Get a text editor (like Textwrangler) that can show un-printables and/or purge them for you.
Alternately, you might consider copying the code back out of jsFiddle, and pasting it into a clean text file.
精彩评论