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 appreciated!
Thanks ;)!
EDIT: fixe d;)
i just found out that Chrome is ignoring CSS min-width: …; . I can’t
Share
In your comment, you said:
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.