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
0answers
12 views

dynamically set style to jquery tooltip

I am using jquery tooltip for label within a grid,for setting color to the tooltip is used this style <style type="text/css"> .ui-tooltip { background: ...
-1
votes
4answers
41 views

how can the value of an href attribute be changed using javascript/css?

Assuming that the html contains the following structure: <div> <a href="http://the/link/that/needs/to/be/changed">text</a> </div> <div> <div> ...
0
votes
1answer
13 views

Add different color in dropdownList Item from database values

I have one dropdown .this dropdown are bind from database @Html.DropDownListFor(m => m.AcademicAchievementColor, Model.BindRatings, "Select" }) AcademicAchievement and BindRatings is my model ...
0
votes
1answer
15 views

jsf bean architecture: one big or many small?

i am trying to create an architecture of my web-application with jsf 2.0 and i have following question: I have a big hierarchical document (chapters, paragraphs, texts), saved in a database. what is ...
0
votes
0answers
12 views

What could cause wrong EditText background color on Nook HD+ device?

I have had two reports from Nook HD+ users that my android app using a Holo Dark theme does not show EditText colors correct: they appear with white text on white background, making it impossible to ...
0
votes
1answer
22 views

box shadow using css

i am trying to create a table like the following image : I have also created table like the above except the style as it is above. my table. This is what is my css : .table thead th { ...
0
votes
2answers
37 views

How to extend Content Div to browser with [duplicate]

below is my code, <div class="wrapper"> <div class="left"> </div> <div class="right"> </div> </div> i have set the width of my wrapper to 100% i have ...
0
votes
0answers
29 views

pandoc converting tex to docx with references - not enclosed in parentheses / brackets [migrated]

I am trying to convert a pretty basic latex file to docx format using pandoc and am having a slight issue with the in-text citation not being enclosed in parentheses () tex doc minimal example ...
0
votes
0answers
20 views

jQuery-Mobile Custom Navbar blue shine

I tried to customize the navbar in jQueryMobile. It worked except that there is always a blue shine on the left to the ui-btn-active. I already changed colors of .ui-footer.ui-bar-footer .ui-footer ...
2
votes
1answer
45 views

Why does jQuery 2.0.2 add empty style attribute to body

The new jQuery 2.0.2 adds "style" attribute to the body tag in DOM tree. Is there any specific reason? Printscreen:
0
votes
2answers
27 views

How do I center a table?

so I was wondering how to center this table? Kind of another noobish question I have, but having difficulties centering this. I've tried centering with CSS, but I may be doing something wrong when it ...
-4
votes
0answers
30 views

Android Bar Ruzzle Style [closed]

Does any one know a library that given 2 numbers will show a bar like this one: http://i.stack.imgur.com/GTKu2.png Many thanks
-1
votes
0answers
3 views

how to call an event after Goback method in Metro style apps

I am developing apps in which I am calling Page in which LoadState event of datacontext is called but initially it doesnot get data because of signin was not done but after sign Function.after sign in ...
1
vote
0answers
122 views
+100

Overriding referenced style attributes

After reading through References To Theme Attributes I am trying to reference the value of an attribute in the my custom theme that I have set. I am applying a user-defined style to a CheckedTextView ...
0
votes
1answer
17 views

Styles in Adobe Flash Builder Mobile Project

What is the CSS equivalent for HTML, in Adobe Flash Builder. I understand that Adobe Flash Builder Mobile projects use Flex and Action script to code. However I want to create a style for all of my ...
0
votes
0answers
17 views

How to change android TitleBar style?

I am using Holo aplication theme. I have the following title bar: How can I change it (without changing the aplication theme) to this one (no padding and icon): Which one is default title bar in ...
0
votes
2answers
41 views

Styling contact form results in an email

I am wondering how can i style an emailed contact form results. Meaning, when a person fills out my contact form, when the results come to me in an email, I wanted that results to come in a stylistic ...
0
votes
2answers
24 views

How To Style Button's Hover And Click Foreground?

I am new to Styles and not sure on the best way to create a Button style to change the Foreground of IsMouseOver and IsPressed. I used a Border for a template because it has a CornerRadius and ...
0
votes
0answers
33 views

Avoid a third-party Flex component to get application style

I have the following problem and wondering whether you guys can help me. I have intergrated a third-party flex component in my Flex application but the component inherits the app style I have defined ...
-5
votes
0answers
17 views

How to make like this list [closed]

How can make like this list using dreamweaver html code and php for calling data from database and when select any item keep selected ? see the image .. http://im38.gulfup.com/S6pgx.png
0
votes
1answer
42 views

How can I find out the rgb color of a C# backcolor [closed]

I want to know how can I find out the RGB color code or the hex code of the BackColor of Scrollbar. Can someone please tell me how can I find this?
-2
votes
2answers
25 views

Arrange DIV side by side on demand - HTML PHP

I have been goggling this for a while to set one of my requirement. This is what my detailed flow of page. I have below page and want to arrange DIV in this fashion. Each of this DIV will be filled ...
0
votes
2answers
47 views

HTML Div Float Will not center

I am trying to make it so two uneven columns are close together, but I'm not sure where I went wrong while I was writing the code. When these are entered, the columns span the width of the page, where ...
3
votes
2answers
108 views

ListBox in another ListBox in Firemonkey Style Designer

I want to make a quite complex interface where one ListBox is in another one. First, all elements of ListBox1 get a style "CustomItem" from Style Designer in Firemonkey: Item := ...
1
vote
2answers
45 views

Why do pseudo-elements require a 'content' property?

Given the following scenario, why does the :after selector require a content property to function? <div class="test"></div> .test { width: 20px; height: 20px; background: ...
0
votes
2answers
25 views

Is it possible in WPF to define multiple 'keyed'-Styles but with differing TargetTypes?

I am trying to get to grips with WPF Styles. I was wondering if it is possible to define one Style key and then describe how it should be applied to different TargetTypes. This approach is not ...
0
votes
0answers
15 views

ActionBar gap between customTabView and Tabs android

I want to have one color-line in my Actionbar. I've managed to get the bar in the tabs and my customView (an image) on the right, but there is a little gap between the tabs and the image I can not ...
0
votes
3answers
51 views

How to change the child element's style properties according to its parent's events

i have a dynamic page which contains lots of images inside div elements, whose id's are probably unknown. currently i'm making a zoom effect on mouse hover by increasing the height of img using ...
0
votes
1answer
21 views

DataGridTextColumn is highlighted only on textblock when selected after defining an alignemnt

I have a datagrid which I define the styles and columns in code behind as following : My_Data_Grid.ItemsSource = an_observableCollection ; Style my_Style = new ...
1
vote
3answers
40 views

apply css style to multiple nodes having the same css class using dojo

I have been applying or changing the style for a CSS class in the javascript script, having a dojo f/w, like this, this.sidePanel = query(".sidePanel", document.body())[0]; ...
0
votes
2answers
19 views

Xaml Grid Styling

New to WPF, I'm having some trouble creating a styles in my code, I was able to make some buttons styles by drawing rectangles and making them into buttons, this opened a template editor so I was able ...
0
votes
1answer
17 views

TextRadioButtonStyle pointer over problems in Windows Store app

UPDATE 1 Here's my sample project I am using TextRadioButtonStyle in my app. When I move pointer over radio button it becomes white but when pointer is out from the button the original foreground ...
2
votes
1answer
44 views

How can the opacity of a program be controled through a settings window in real time?

I am trying to change the Opacity of the main application window through a settings window popup in real time. What is the proper way of doing this? So far, I have tried using a Slider to output the ...
0
votes
4answers
61 views

Find <style> tag by class not working

I'm using AJAX to fetch some HTML markup. I want to append some style tags (with a class) from the fetched markup to my own document using find(). However, jQuery does not seem to like the following ...
-1
votes
1answer
23 views

Different strokes styles, in different lines

Need several lines but with different styles. However all are in the same style. Thanks. <script> (function draw_b() { var canvas = document.getElementById("cena3_pontos"); ...
0
votes
2answers
22 views

Get rid of spaces between lines in html

The following html code creates two hyperlinks in consecutive lines with 1. Space in between 2. Underlined links. How do I get rid of both 1 and 2 ? <a href="www.stackoverflow.com"><font ...
0
votes
1answer
13 views

Primefaces Button in Header

Is it possible to place a button inside of a header of a panel? What I've read the following should work, but I haven't been able to get it to work. <p:panel id="panel"> <f:facet ...
0
votes
0answers
14 views

Eclipse rendering normal-mdpi layouts with tvdpi values. How to fix?

Eclipse is rendering normal mdpi layouts (3.2" QVGA ADP2) using the style values for tvdpi. I have style.xml in "values" and "value-mdpi" that should be the point of reference. This is making ...
0
votes
1answer
45 views

Is there a way to use <article> css to create a line break?

I am trying to edit a WordPress theme's (Spun) CSS and I was wondering if specific posts could be on a separate lines. I have tried adding display:block; but it did not work. Any thoughts? Note : I ...
0
votes
0answers
14 views

Android set width in style dependent on device width

Is there a way to set width of the menudrawer (mdMenuSize in MenuDrawerStyle, item attribute of style tag) in percent, dependent on device width (e.g. left drawer)? ---edit--- maybe there's a way to ...
0
votes
0answers
20 views

Binding Opacity in Styles as DynamicResource

Is there a property that I can bind to the Opacity value of a Window? In this XAML, the Background and BorderBrush are used as a DynamicResource. A SolidColorBrush tag is used to link to the color. ...
0
votes
1answer
27 views

How do I get rid of the three small dots in a split-pane-divider within a pane-divider in JavaFX 2?

I am working in a style sheet, I had no major problems with styling until now. I need to remove the three little dots in the middle of the split-pane-divider. I found no information about those three ...
0
votes
1answer
29 views

How to detect style change of an HTML element with YUI3?

The site I'm working on is using a flaky ads provider and sometimes the JS code they return is buggy, e.g. ends up changing the background color of entire body element instead of its own div element. ...
0
votes
1answer
23 views

Text wrap working in firefox but not in IE

Hi I want to wrap a link text. I tried using following css class. .abc{ width: 185px; word-break: break-all; word-wrap: break-word; } It works fine in firefox, but its not working for ...
0
votes
1answer
23 views

How may i style an android seekbar with dots

my customer wishes to have a seekbar looking exactly like this: enter link description here I've already styled the progress, secondary progress and the thumb to look as wished but i dont know, how to ...
0
votes
2answers
22 views

Find all objects and reapply current styles in Silverlight/XAML

I'm working on customizing the appearance of a silverlight app on user-click and with some help have managed to swap out the Resource Dictionary and reapply a style to a button - where the reapplied ...
1
vote
1answer
31 views

Rails 3: Why does my image_tag automatically add inline style attributes to the HTML making it invisible?

I'm having this really weird problem where the image tags that I put in the views of my Rails 3.0.12 application automatically get inline style, width, and height attributes even though I haven't ...
0
votes
0answers
15 views

Customizing XML Code Style Files in Eclipse?

Eclipse has a Code Style feature which enables programmers to modify a provided formatting template and apply it to their code for consistent formatting. However, there are certain restrictions on ...
0
votes
1answer
25 views

Orchard CMS - Blog Archive does not follow theme styling

I added a Blog Archive widget to my Orchard CMS blog. It displayed the archive dates as intended and clicking the date displays a list of blog posts that fall under the date. The problem I have is ...
0
votes
0answers
17 views

Android: stylize Spinner dropdown

i've implemented a Spinner with dropdown, using my layouts. It works, but i can't stylize the dropdown making it large equal to the button: ...

1 2 3 4 5 71