Top "Styles" questions

DO NOT USE THIS TAG.

Difference between two element styles with Google Chrome

I use Google Chrome developer tools and I am constantly inspecting one element against another back and forth to find …

css google-chrome google-chrome-extension styles google-chrome-devtools
How to remove default file input style on IE10?

Here is my file input on different browsers. IE10 uses an horrible default style. Any idea about how to remove …

css file input styles internet-explorer-10
Why won't my <legend> element display inline?

I am trying to apply display: inline; to the <legend> element in my <fieldset> element, so …

html css styles legend fieldset
Create stylish charts in Java eg with JFreeChart

What's the best way to create great looking charts in Java? It looks like the main option for charting is …

java charts styles jfreechart
WPF set named style elements from code behind?

I have a user control that applies a style to button, with the style containing a ControlTemplate section. Within the …

wpf styles controltemplate
How to change control template from Style.Triggers

I've done it this way: <Style x:Key="Button" BasedOn="{StaticResource LoginButton}" TargetType="Button"> <Setter Property="Template"&…

wpf triggers styles controltemplate
WPF 4 ContentPresenter TextWrapping style is not applied to implicitedly generated TextBlock

If I assign a piece of text to the Content property of a ContentPresenter, a TextBlock control is generated by …

wpf styles contentpresenter
Trigger for mouseover on parent element

If have written a button usercontrol that contains an image and a text. When the user moves the mouse over …

wpf xaml triggers styles effect
Glowing WPF Buttons

After clicking the WPF buttons in our app they glow blue, back to original color, back to blue, etc. This …

wpf button styles glow
Tkinter TTK Button Bold Font

First of all, thank you for taking the time to look at and read my question. What I'm trying to …

python button tkinter styles ttk