I need a property to help users from closing the pop-up modal even if they click outside Bootstrap pop-up modal, by default it get's closed by clicking on Gray area.
So, basically I need to know, how can I prevent bootstrap pop-up modal from closing it, when clicking on Gray area or outside the main Pop-up modal.
thanks
...Anybody can help me? Code: https://jsfiddle.net/
...
hello, I would like to know how can I create css bookmark ribbon horizontally aligned with text? Here is the example screenshot
...
How can I force HTML table row data (data inside <td>) to show it in single line instead of multiple lines using CSS, for example take a look at the below image
...
I have a question, I would like to know, how can I apply a CSS to only first-child of a class, I am aware of :first-child
CSS selector, but I am not able to use it.
I want to apply border-top to all the div with class "b" except the first one, here is sample HTML
...