Menu
  • HOME
  • TAGS

Is it possible to grow a div if it has relative position element?

html,css,css3,css-position,autogrow

Fixed it, thank you all for your help and support. .invalid-msg { display: block; max-width:234px; margin-top:3px; } ...

How to force my text to not break into lines in css?

html,css,autogrow

Use white-space: nowrap; for text to not break on white-spaces