Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
429 views

Is it possible to linear-gradient-fill a grouped path in SVG (by css or attr on jQuery event)

How can i fill one gradient for a <g> in an SVG image instead of fill all the <g>s in the selected <g>? In this case, I'd like to show africa, filled with just one gradient from ...
5
votes
2answers
500 views

In-cell data bars in jqGrid - possible or not?

I generally don't like using Excel and Microsoft products in general, but Excel 2007/2010 has some very nice conditional formatting features which, sadly, I haven't seen in many other places so far. ...
3
votes
2answers
68 views

Is it better to use images or CSS to keep performance of a webpage or application as high as possible?

My project's creative designer and I have had some amicable disagreements as far as whether it is better to use slices of his comp or rely on the browser's rendering engine to create certain aspects ...
3
votes
3answers
2k views

CSS 3 Gradient n pixels from bottom - Webkit/Safari

Is there a way to creat a gradient with a stop n pixels from the bottom edge of the element? For example with Moz/Firefox it would look like: -moz-linear-gradient(center bottom , #f00 2%, #d00 ...
2
votes
2answers
42 views

How can I make the gradient stops in a CSS3 linear gradient?

See the gray bar in this example page: http://dss.com.bo/inicio.aspx Here is my attempt at recreating that gradient using CSS3 - also using CSS3PIE: #navigation { border: 1px solid #888888; ...
2
votes
2answers
178 views

Multi-color linear gradient in WinForms

How to create multi-color linear gradient in WinForms? System.Drawing.Drawing2D.LinearGradientBrush allows only two colors.
2
votes
1answer
84 views

Right side border gradient only with the newer webkit gradient syntax, also which browsers support this, and how to do it in those as well?

Any other questions relating to this either have answers giving the OLD webkit syntax, not the new syntax, or they don't explain how to apply the border-gradient to ONLY one side. Which browsers ...
2
votes
3answers
61 views

How do I set the background-image property to a linear gradient using jQuery's css method?

When I use this on my page the background gradient doesn't appear (I'm only worried about Safari and Firefox at the moment): $("#myElement").css({ backgroundImage: "-webkit-gradient(linear, top, ...
2
votes
1answer
64 views

From DarkGreen to Yellow to DarkRed gradient [closed]

Doesn anyone know how to code such gradient? Language is not important.
2
votes
2answers
484 views

IE adds blue border to div where css gradient is used

I'm trying to make a gray line, that is fading out to transparent. I created a div, that is 1x100px, and added css gradient to make the fade effect. It works fine, except in IE where the div gets a ...
2
votes
1answer
315 views

CSS Gradient height for IE?

In the webkit and moz vendor specific properties for CSS gradients, you can specify the height of the gradient. Is there something similar for IE? For example: filter: ...
2
votes
2answers
744 views

Display SVG gradients using Flash?

I'm using AS3 (Flash) to read SVG files and display them. The problem is correctly displaying a linear/radial gradient. Following is an example of a simple linear gradient from Red to Blue, in SVG. ...
1
vote
1answer
143 views

Flash AS3 linear gradient rotation issue

This is my first post here so I hope I get everything right - and find an answer to my problem. In Flash AS3 I'm creating a dynamic gradient in a rectangle. I need the gradient to have a rotation of ...
1
vote
1answer
191 views

Change gradient of background color with respect to UISlider value placed into TableViewCell

i am new to objective C. I want to Change the gradient of background color of a Lable placed in the Cell with respect to the UIslider placed in same cell. As the slider moves from Left to Right the ...
1
vote
1answer
88 views

Problem with Multigradient brush implementation from scatch in C++ and GDI

I am trying to implement a gradient brush from scratch in C++ with GDI. I don't want to use GDI+ or any other graphics framework. I want the gradient to be of any direction (arbitrary angle). My ...
1
vote
2answers
145 views

CSS3 background-size property causing extreme performance issues in ff5

I've been putting a page together today and thought that I'd implement a striped background using CSS3. All seemed fine in all browsers except for Firefox. (I'm using 5.01 but checked in 5.0 too) The ...
1
vote
2answers
434 views

Linear gradients not working in Firefox 4

I recently tried applying a gradient background to a webpage using only CSS3. while testing out the following code: body {background: -moz-linear-gradient(top, blue, white);} The result was: Not ...
1
vote
1answer
406 views

GDI+: How to fill a triangle?

i want to fill the bottom-left half of a a rectangle (i.e. a triangle): with a LinearGradient, going from color to transparent: Filling half a rectangle: i know the point (x,y), and the size ...
1
vote
1answer
201 views

Stack gradients in -webkit-gradient

Can I combine 3 gradients into one -webkit-gradient? I want to have an image that has a radial gradient for the "background" and "middle-ground" and a linear gradient for the "foreground". Is this ...
1
vote
1answer
317 views

Color Code Rows in a Data Grid Based on a Gradient in VB.Net Forms

I have a grid containing rows flagged with different priorities. I want to color the high priority rows red, low ones blue, etc. I'd like to set the shade based on a mathmatically calculated ...
1
vote
2answers
74 views

How to use Vendor Properties in Multiple Backgrounds?

I want to use multiple backgrounds in css, which are currently supported by Firefox 3.61, Chrome/Safari, supposedly Opera10.5 (doesn't run on gnu/linux). It is working fine, however i would like to ...
1
vote
2answers
585 views

Generating Color Gradients

I had an idea to programmatically generate matching color schemes however I need to be able to generate a linear gradient given a set of two colors (Hex or RGB values). Can anyone provide me the ...
0
votes
1answer
26 views

How to create a bevelled gradient border in WPF

I'm trying to create a rounded end progress bar with a bevelled border. I've got the progress bar looking like what I want but I'm having difficulty with making the border seemed bevelled. Can anyone ...
0
votes
1answer
87 views

CSS3 PIE: linear-gradients don't work in IE9

I'm using CSS3 PIE on my site and I've noticed that linear-gradients don't work in IE9. I've used PIE for linear-gradient support before with no issues in IE9, so I can't figure out what the problem ...
0
votes
1answer
31 views

Are repeating background + transparent linear gradient combined not compatible with floats?

This needs to be compatible with all modern browsers and IE7 and IE8. What I'm trying to do is have a repeated background image for the page with a linear fade that makes the bottom darker. ...
0
votes
2answers
33 views

Background Images & Linear Gradients

I have a div with a background image positioned on the top right and a background color for the remainder, is it possible to use a linear gradient instead of the color?
0
votes
1answer
39 views

How to get width to properly setup a LinearGradient

I am creating a color chooser from a SeekBar. So far, I have successfully replaced the progress drawable in onCreate() as follows: SeekBar colorChooser = (SeekBar) ...
0
votes
1answer
100 views

Android - Custom Title Bar Gradient Issue

I want to create a custom gradient & apply it to the background of a LinearLayout. Here is code for the gradient: <?xml version="1.0" encoding="utf-8"?> <shape ...
0
votes
3answers
117 views

Modernizr don't add prefixes to my CSS Gradients

I'm trying to use Modernizr with css gradients. I've read that Modernizr is now capable to add prefixes. So, I have set this in my css file: background-image: linear-gradient(top, #FFF, #AAA); And ...
0
votes
2answers
83 views

Body CSS Gradient that Stops and Continues as Solid Color

Something similar to this question has been asked here - HTML/CSS Gradient that stops at a perticular height and continues further with a solid color, but as far as I can see this doesn't work when ...
0
votes
0answers
50 views

Webkit - Artifact left when overlapping elements with a gradient are rotated

Present in Google Chrome 15, Safari 5.1, Firefox 3.6. UPDATE: not present in Firefox 7. 2 overlapping elements with the same CSS linear-gradient applied: if they have a rotate transform applied to ...
0
votes
1answer
120 views

cross browser text-gradient pure css without using background image

I have tried a lot for text-gradient.I have found the code for safari and chrome but it is not compatible in other browsers. I want to make it work without using the background image. If u have any ...
0
votes
0answers
93 views

CSS gradients not clipping to rounded corners - non-scripted

I am having a bit of a problem with some CSS3 styling. I am trying to make three tabs next to each other that each have a linear background gradient applied to. On top of the gradient is a ...
0
votes
1answer
56 views

Flex AreaChart gradient fill not applying ratios correctly

When doing a gradient fill on an area chart, the gradient ratios are used only between the min and max of the chart. The area below the min is then filled with the last color in the gradient. To ...
0
votes
2answers
120 views

CSS gradient on a pseudo element in IE9

Knows someone a solution for setting a CSS gradient on a pseudo element in IE9? This is my approach: http://jsbin.com/iquhut/edit#html,live It seems like filter does not apply on pseudo elements or ...
0
votes
1answer
227 views

How to make a diagonal css gradient without the colors blending together(a sharp color change) that's displaced 70% to the right?

I can't find any css gradient color generators that do what i'm trying to do. A diagonal gradient with no blending, just a sharp color change from #252525 to #0099ff(for example), with the line where ...
0
votes
4answers
274 views

Google Chrome background-gradient

Really amateur question here - body background-gradient isn't working in chrome, very strange, I've tried: background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#000)); And ...
0
votes
0answers
72 views

Combining transparent PNGs with CSS gradients in background-image on Chrome bug

Has anyone else seen this or have any ideas on how to prevent it? I've noticed it happens only in Chrome and disappears as soon as the window is scrolled or resized. Here's an example of the code: ...
0
votes
0answers
55 views

Why is this gradient disappearing, affected by the transition?

I have a div on the body with this style: #object{ width: 100px; height: 100px; background-color: red; -webkit-box-reflect: below -5px -webkit-gradient(linear, left top, left ...
0
votes
1answer
122 views

css3 linear-gradient background-image not working in opera 11.11

Opera 11.10 Ubuntu 10.04 64 Bit : WORKING Opera 11.11 Windows 7 64 Bit : NOT WORKING background-color: #D22027; background-image: linear-gradient(bottom, #D22027, #444444); background-image: ...
0
votes
2answers
157 views

css gradient with image strip height issue

How could I use my linear-gradient pattern strip,mystrip.jpg (1x1024 px), to be the body background of my web page? I need to repeat itself horizontally and have its height 100% of the body height. I ...
0
votes
2answers
285 views

How to translate background using -moz-repeating-linear-gradient to -webkit (specific example)

I did this background in firefox but I can't replicate it in webkit/chrome (I have tried several alternatives but nothing): background: -moz-repeating-linear-gradient(0deg, gray, transparent 1px, ...
0
votes
1answer
73 views

How does shape position and gradient position relate in HTML5 canvas?

Have this code: var gradient = ctx.createLinearGradient(0,0, 20, 0); gradient.addColorStop(0.8, "rgb(250,250,0)"); gradient.addColorStop(1, "rgb(150,150,0)"); ctx.fillStyle = gradient; ...
0
votes
2answers
80 views

What is the easiest cross-browser compatible way of creating gradients with CSS?

I noticed this being used by a service, and the effect looks super great -moz-linear-gradient(center top , #E3EBF3, #D5E1ED) repeat scroll 0 0 transparent
0
votes
1answer
186 views

Are there any designers for WPF resource dictionaries?

I've discovered to my great annoyance, that once I move a color gradient or some other complex style to a resource dictionary it is out of Expression Blend's Visual Studio WPF Designer Thingy's ...
0
votes
1answer
96 views

Can I define a linear gradient in SVG with a normal/bell-shaped blend?

Consider the following svg snippet: <linearGradient id="redgradient" x1="0%" x2="0%" y1="0%" y2="100%"> <stop offset="0%" stop-color="#ffffff"/> <stop offset="100%" ...
0
votes
4answers
476 views

Get intermediate color from a gradient

Say I have a liner gradient as shown: QLinearGradient linearGrad(QPointF(0, 0), QPointF(0, 100)); linearGrad.setColorAt(1, Qt::red); linearGrad.setColorAt(0.5, Qt::yellow); linearGrad.setColorAt(0, ...
0
votes
1answer
1k views

Flex charts gradient fill

I'm struggling to reproduce the gradient fill of this chart. Is there tools that help testing GradientEntry properties on fills?
0
votes
1answer
816 views

How do you make a smooth JavaFX LinearGradient over a large surface?

Why does the following code lead to a blocky gradient? i.e. the gradient is not smooth, you can see some of the rectangles that make it up. Is there a way to fix this? BTW I'm running this on Vista, ...