This tag does not currently have a single, well-defined meaning. It is often used in place of, or in conjunction with, [css]. It is also used on questions about the appearance of user interfaces and questions about source code formatting.

learn more… | top users | synonyms (1)

0
votes
2answers
21 views

How to set a ComboBox's SelectedIndex to zero whenever its ItemsSource changes?

This should be simple, but I cannot find it: I have two Comboboxes that are related through a Master-Detail Binding: <ComboBox Style="{StaticResource FixedSelectionCombo}" ...
0
votes
0answers
12 views

android 3.0+ action bar keep background when styling

I'm developing an App for Android 3.0+ and I want to personalize the action bar by removing the title, which I can accomplish, my problem is that I also lose the background on the action bar, I would ...
0
votes
1answer
11 views

How to restore element's original height with YUI3?

I have an HTML element with a class that sets its height: .myelem { height: 100px; } I change the element's height programmatically based on some conditions with something like: ...
0
votes
0answers
10 views

Cant change the CSS class of TabPanel/Tabs with Extjs 3.4

Im trying to change the CSS class of a Tabpanel and its Tabs. I have read the Documentation and searched the Forums, but the listed approaches (cls: "mycssClass", bodyCls: "..", and so on) didnt work. ...
0
votes
0answers
32 views

Annoying style in ComboBox in WPF

I'm styling the controls in my application, but I've found a problem in a ComboBox, this is based over the OS style, so I can't override an annoying gradient line on a border, I've changed every ...
-1
votes
0answers
8 views

css doesn't refresh instantly on Samsung Galaxy Note 10.1 in native Android browser

i have use zepto to addClass to an element dynamic ,but it isn't change instantly on Samsung Galaxy Note 10.1 in native Android browser?
0
votes
1answer
10 views

How to remove rollover color in Link Button in flex 2

How do I remove the rollover background,selection color from link button in flex 2.Please help.
0
votes
1answer
14 views

flex4 how to set style of a Panel's Title?

in flex4 how to set style of a Panel's title? For example, how to set the title alignment to center? Any advice would help. Thanks in advance.
1
vote
1answer
20 views

ExtJS4 splash screen app.js returns error

I have a initially long loading app, so I tried making a splash screen. It "almost" works perfectly. I'm getting the following error: Uncaught TypeError: Cannot read property 'style' of undefined ...
0
votes
2answers
31 views

How should I bind to an element's style in an angular directive?

I would like to bind to an absolutely positioned element's top style in a directive. Is this possible? Here is what I would like to do in made up code: ...
0
votes
1answer
23 views

Style not getting applied first time

I am styling Grid Columns and there are some columns with custom template and some with default template. The first time when I load the view the style is not applied to the columns with default ...
1
vote
1answer
12 views

Failed to find mapViewStyle using sherlock

in my application mapview was working fine but suddenly one day when i just wrote the xml file the error is not going even changing the the target sdk, cleaning rebuilding and also deleting the R.java ...
1
vote
0answers
28 views

Javascript: How to detect when a style change happens on the page?

I want to detect when a style change happens on any DOM element on a page (i.e. changes to any element's position, height, width, visibility, etc). [While not related to the question directly, this is ...
1
vote
2answers
32 views

Convert SCSS to SCSS without Compass mixins

I have a SCSS file that references some Compass mixins. Now I want to include it in a project which doesn't use Compass. For that I would like to convert my SCSS with Compass mixins to a SCSS without ...
0
votes
1answer
26 views

keeping current theme and adding actionBar to app

I'm currently using the standard Theme.Light.NoTitleBar and would like to keep that, but to use an actionBar I have to use Theme.Sherlock as the parent. Is there a way around this? If not, how can I ...
0
votes
2answers
30 views

Spinner text size does not change?

I could not change spinner's textsize or colour with the code below: <Spinner android:id="@+id/spinner1" style="@style/submitspinner" android:layout_weight="2" ...
0
votes
1answer
24 views

Layout weight is not fit, it change every input

I have a spinner, an edittext and a button in a horizontal linearlayout. When I have enter something into edittext, it increase every character and others decrease. There is an eanough blank area ...
0
votes
1answer
28 views

Visual Studio Standard Style as CSS

I'm searching for the correct style to configure CopySourceAsHtml to change my Selenitic style to default Visual Studio style when I copy and paste it to e.g. an e-mail. Does anybody know what CSS ...
0
votes
1answer
17 views

Create a div with inline styles from database .. want to set style with JavaScript?

I'm using width, height, top and left properties in the database so to set them to specific div. $information =<<<HEREENDS <div id = "randomDiv" style = " left: ...
-4
votes
3answers
33 views

How to link Pages in a website built using HTML & CSS Style [closed]

This is my code. Now how will I link the pages ourevents.html, gallery.html, about.html, contaact.html? Please help <div id="menu"> <ul> <li ...
0
votes
2answers
29 views

Android: Use different style for lower OS version

I am working on an Android app. The app use Holo theme which is not available in lower Android versions. I am aware of that you can set different style in folders like values-v11, however, that's only ...
0
votes
1answer
22 views

Get parentNode tagName

I'cant get parentNode.tagName from this code and put some style to li tag. // path to catalog images var img = $('.catalog ul li > img'); for (i = 0; i < img.length; i++) { var ...
0
votes
1answer
25 views

Use Holo light theme/style on gingerbread

I am currently creating an application for a client. I love the Holo light with dark action bar theme/style but that means that I would have to use API 14 and above. If I set the min API level to 14 ...
0
votes
0answers
8 views

Styling UITextView text pre-iOS 6

I'm looking to underline the text of a UITextView (all the text, not a portion of it) and the following works wonderfully on devices running iOS 6 but of course it isn't available on previous OS ...
0
votes
1answer
26 views

WPF Button style with Image

I want to create a style for button with different images inside. I try to do following: <Style TargetType="Button" x:Key="PaintButton"> <Setter Property="Width" ...
0
votes
1answer
38 views

BorderThickness doesn't work

I'm trying to create style for button in XAML, here is my code: <Window.Resources> <Style x:Key="buttons" TargetType="Control"> <Setter Property="Background"> ...
2
votes
2answers
37 views

Unable to define styles for font

I am experiencing an issue where by I can't define any font styles on my page. I have tried several different methods and search the net for hours to no avail. Any Help is appreciated. I am trying to ...
0
votes
1answer
24 views

Why doesn't the style change according to the div size?

I have set some styles on a content-editable div the div is resizable but the style doesn't get change according to the size when the size is changed. HTML: <div contenteditable="true" ...
2
votes
2answers
25 views

Uncaught TypeError: Cannot read property 'style' of null [closed]

var n1 = document.getElementById("n1").style["background-color"]; Uncaught TypeError: Cannot read property 'style' of null so I try to change a table cell's background color but I get that. Not ...
1
vote
0answers
21 views

ContextMenu for DataGrid ColumnHeader is not showing after applying this style?

If I apply this style to the WPF DataGrid, the context menu for columnheader is not showing. It shows up if I remove this style. What's wrong or missing in this style? <Style ...
0
votes
1answer
21 views

WPF Combobox Styling

Below is my combobox style code. Idea is to put a border around the combobox and reuse the style. <Application x:Class="WpfApplication1.App" ...
1
vote
2answers
30 views

what is the difference between the following to coding in VHDL to update registers?

Could I ask what is the difference between the following two coding styles? For the first one I read from XILINX sample code. For the second, I read it from a book teaching VHDL. 1. signal: register ...
0
votes
0answers
19 views

Limit the impact of the css

How i can limit the impact of the css to my selectors? For example i include my script on many sites. Script add the div,and some site can rewrite styles for my div, or add new. How i can protect it? ...
0
votes
2answers
25 views

Binding in DataTemplate/ItemTemplate

I have a ComboBox whose ItemSource is a ListCollectionView of MyClass. The ComboBox uses the following ItemTemplate: <Style x:Key="StyleComboBoxGroups" BasedOn="{StaticResource BaseComboBox}" ...
1
vote
0answers
59 views

Validating WPF Visual Tree

I am trying to enforce that any new style added should have to meet some standards. Here is a simple example. <Style TargetType="{x:Type CellValuePresenter}" BasedOn="{StaticResource {x:Type ...
0
votes
1answer
43 views

Using a style from a MergedDictionary multiple times

I have the very same question as posted a year ago here, however the supposedly correct answer does not work at all, as stated in a comment over there. My setup is similar to the one described in the ...
1
vote
1answer
29 views

Easy way to add a closing quote in an ellipsized over-flowed text

I have a div with a text inside. If the text overflows it's div, It is shortened with an ellipsis at the end. What I want to do is to add a double-quote after it's ellipse so that it will look like ...
0
votes
2answers
26 views

Setting Style of underlying TextViews in style.xml

How is it possible to set the Style of a TextView Child of a LinearLayout via style. Something like this: <style name="MyLinearayoutStyle" parent="MyParentStyle"> <item ...
1
vote
0answers
31 views

Making a WPF Application Semi-Transparent

In Windows Forms you can make your application semi-transparent by using Opacity property, like so: I'm trying to achieve the same result with WPF, but it looks impossible. If I change the Opacity ...
1
vote
1answer
27 views

How to implement dynamic theme in django app?

My app is multitenant, with many groups with unique site like group1.myapp.com, group2.myapp.com etc. Requirement is that user should be able to select different theme for a particular group. I ...
1
vote
0answers
30 views

Android background selector drawable intercepting onClick events?

I'm trying to make a phone button component with its letters on top and the number on bottom. I'm implementing it as a custom FrameLayout that uses a style that uses a selector drawable as background. ...
1
vote
1answer
19 views

Different Set of Variables for IE using SASS

I was wondering if anyone has come up with an idea for how to include a different set of SASS variables in IE than in other browsers. Essentially, I have a list of variable colors in a SASS sheet ...
0
votes
0answers
25 views

Android : How do i style a DatePicker and TimePicker?

I need to develop an application where i need to style a date and time picker, I am having trouble setting the colors of the text and the separators of the components. How do i override or write a ...
0
votes
0answers
45 views

Efficent coding and creating containers in css

I need to be pointed in the right direction, I know this code is super sloppy, but I'm not sure how to position everything correctly in another way. My page ...
2
votes
1answer
76 views

Unable to Style TabControl

Within my application, I have recently tried to jazz it up in terms of its appearance so I have tried using MahApps.Metro. But I've hit a little of a snag. Within my application, I have a tabcontrol ...
0
votes
2answers
26 views

How to customize style of AlertDialog across all versions?

I try to make custom style for alert dialog that will work acros 2.2 to 4.2 versions. The best approach that I found is to use AlertDialog.Builder builder = new AlertDialog.Builder(new ...
0
votes
1answer
10 views

Adding image to header - is #{request.contextPath} returning contextname/faces instead of just contextname/?

I am attempting to add an image to the header of my layoutUnits (specifically layoutUnit = North but I can work it out). However, while it works for pages before login, it stops working after I login. ...
0
votes
1answer
60 views

ActionBarSherlock Change Text Color of Overflow Action Items

I'm working on an android app and I am using ActionBarSherlock for compatibility. Everything works great so far, except the fact that I want to change the text color of the overflow menu items. ...
0
votes
0answers
24 views

Change the default onPress color in Android

On my Galaxy S3, by default when buttons are pressed their backgrounds take on a light blue color. Is there a way to change this color? I am aware of State List Drawables, and I've been able to use ...
0
votes
1answer
92 views

Override JqGrid Edit/Delete button CSS class

In my JQGrid i needed to add Edit and delete buttons so that when the user click on those buttons user will be redirected to another page for delete and edit the specific record. Currently it's ...

1 2 3 4 5 69