Questions tagged [jquery-ui-css-framework]

It is class naming methodology for HTML elements to work with jquery-ui. Indeed it is not independent framework.

The jQuery UI CSS framework is a class naming methodology for HTML elements to work with jQuery UI. It is not an independent framework.


Documentation :


Integration with other frontend frameworks :


Related tags :

9 questions
39
votes
8 answers

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.*/ #doc3{ background-color: yellow;} /*result same…
rostam
  • 659
  • 1
  • 6
  • 10
33
votes
6 answers

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'); // Enque jQuery wp_enqueue_script('jquery-ui-core');…
KodeFor.Me
  • 13,069
  • 27
  • 98
  • 166
17
votes
3 answers

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 force style overrides - but this method is not very…
Derek Adair
  • 21,846
  • 31
  • 97
  • 134
2
votes
2 answers

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 class to all buttons. I imagine there's some way in…
Skilldrick
  • 69,215
  • 34
  • 177
  • 229
2
votes
1 answer

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 before Now my question is: Are the CSSs ready…
Mohammad Naji
  • 5,372
  • 10
  • 54
  • 79
0
votes
1 answer

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 am using following js and css: 1)…
0
votes
1 answer

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:#8DAAB8;} .dateandtime…
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
0
votes
1 answer

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 out where CSS properties I'm trying to assign…
0
votes
0 answers

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 ui css. Everything works as expected on standard…
user1287453
  • 279
  • 4
  • 15