Top "Styling" questions

styling is the process of binding visual metadata to a document

Use jQuery to hide a DIV when the user clicks outside of it

I am using this code: $('body').click(function() { $('.form_wrapper').hide(); }); $('.form_wrapper').click(function(event){ event.stopPropagation(); }); …

jquery html hide styling
CSS change button style after click

I was wondering if there was a way to change a button's style, in css, after it's been clicked, so …

css button styling
textarea's rows, and cols attribute in CSS

I'd like to set the textarea's rows and cols attributes via CSS. How would I do this in CSS?

css styling
Horizontal scroll on overflow of table

I have a basic table in a container. The table will have about 25 columns. I am trying to add a …

html css styling usability
Line break (like <br>) using only css

Is it possible in pure css, that is without adding additional html tags, to make a line break like <…

html css styling
How can I style the border and title bar of a window in WPF?

We are developing a WPF application which uses Telerik's suite of controls and everything works and looks fine. Unfortunately, we …

wpf xaml styling
How can I style an Android Switch?

The switch widget introduced in API 14 is styled by default with holo theme. I want to style it slightly different, …

android android-theme styling android-styles android-switch
CSS or what? Forcing the text split into multiple lines

Forcing the text split into multiple lines when it reaches the maximum width of the #div. How can I do …

css html styling
Difference between display none and display block

What is the difference between setting a control's style display: none and display: block?

html css styling
How to change the style of a <select>'s <optgroup> label?

I have a simple select box with an option group in my application. <select> <optgroup label="Swedish …

html css styling