Hey, I've been testing the radio button feature in Dijit, and I can't seem to mimic the look of the radio button in the examples. When I import the dijit tundra css stylesheet in, I don't get the bloated button look, but I don't get the radio button itself. When I don't import the tundra css sheet I get the bloated button look, but I do get the radio button. How do I get rid of the bloated button look and still get the radio button? Also I am embedding the dojo in php using echo. Would that cause problems at all?
The Dijit Radio button is displaying funny...
Submitted by adaykin on Sat, 04/26/2008 - 17:06.
- Login or register to post comments
- Unsubscribe post

no, echo is fine. Do you
no, echo is fine.
Do you have body class="tundra" in your page? you need tundra.css and that tag on the body for the styles to take over.
Yep that fixed it, thanks.
Yep that fixed it, thanks.