Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
98 views

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,908
0 votes
0 answers
83 views

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
203 views

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
404k views

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

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

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

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
20k views

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

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
  • 71.1k