Skip to main content
0 votes
1 answer
97 views

View inherited CSS properties for hovered element

I have encountered an annoying problem while trying to debug some CSS in Chrome. I am rather new to CSS, and using Chrome's "Computed" window in the CSS developer tools has been very handy in figuring ...
Jacob Stamm's user avatar
  • 1,873
0 votes
0 answers
83 views

JQUERY UI Dialog with Site.css

Hello I am using jquery ui on a site I am working on. Two elements I use alot are the dialog and tab controls. I have a Site.css file that I apply custom styling as well as override some of the jquery ...
user1287453's user avatar
2 votes
1 answer
200 views

Does jqueryui have CSS rules for normal HTML elements?

As I have understood, jqueryui has 2 sets of things: Ready made elements that can be used in developing web apps (like menu, datepicker and so so...) CSSs ready to use with the elements talked about ...
Mohammad Naji's user avatar
45 votes
9 answers
398k views

how to set the background color of the whole page in css

I am trying to set the background color of the page at yumdom.com to yellow. I have tried the following and it fails: body{ background-color: yellow;} /*only a sliver under the header turns yellow.*...
rostam's user avatar
  • 729
35 votes
6 answers
49k views

WordPress, jQuery UI CSS Files?

I'm trying to create a WordPress plugin, and I would like to have jQuery UI Tabs in one of my settings pages. I already have the scripting code set: wp_enqueue_script('jquery'); //...
KodeFor.Me's user avatar
  • 13.5k
0 votes
1 answer
3k views

The default icon(arrow) on jquery UI accordion not appearing

I am using jquery ui accordion just as shown in their demo http://jqueryui.com/demos/accordion/ However the default arrow icons are not appearing. Can anyone please tell what could be the reason. I ...
buzz3110's user avatar
0 votes
1 answer
2k views

Stylesheet conflicting with jquery ui style

I have the following style which works as I want it to work: .container { font-family:arial; text-decoration:none; font-size:12px; } .title {color:#707070; text-decoration:none; } .username {color:#...
oshirowanen's user avatar
17 votes
3 answers
19k views

How to apply multiple jQuery UI themes

Does anyone have any techniques/tips/tricks to help me organize and implement multiple jQuery UI themes in one application? I have resulted to using !important as it seems to be the surest way to ...
Derek Adair's user avatar
2 votes
2 answers
2k views

Modifying Rails helpers to add HTML classes

I'm starting to use the jQuery UI CSS Framework for an app, which means I have to start adding classes to everything. So, for example, I want to make all buttons jQuery-themed, which means adding a ...
Skilldrick's user avatar
  • 70.9k