Login Register

background

Dijit Slider Labels not working in IE if in a div with any sort of background

Release: Dojo 1.1.1
Browser: IE 6 & IE 7
Scenario: Using a HorizontalSlider dijit in a div that has a background color set to #FFFFFF.
Problem: Labels do NOT show.

Confirmed that labels DO show so long as the widget is in a place that does not have a css background defined. Once the widget is within a div that has a background color or image, the labels vanish.

I've not confirmed whether this happens only in divs but I assume so.

Works perfectly either way in Firefox (2.0) and Safari. Just not in IE 6 or IE 7.

slider ticks and labels not visible in ie when background is set in parent container

I've seen some references to this behavior, but haven't seen much that addresses it directly, so thought I'd post my observations for consideration. Of course if anyone has a fix please let me know.

Linear/Vertical stripes in chart background

[editor: moving to the appropriate forum...]

Is it possible to add linear/vertical stripes to the background of a chart? So that it would show an alternating gray then white wide stripe along the axis increments? For an example please see this link and search for "linear stripes" http://code.google.com/apis/chart/#chart_or_background_fill

Thanks,
Lorie

Directly styling the background for a dijit (Button).

I'm trying to change the styling of a single button on a page.

If I have the following:

<button dojoType="dijit.form.Button" style="background: url('pattern.gif');">
    Click
  </button>

my own pattern is applied to the <div> html element generated by dojo.
But the <button> element beneath it in the DOM (also generated by dojo) takes its background styling from the theme I'm using (tundra).

Syndicate content