9 questions
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 ...
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 ...
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 ...
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.*...
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'); //...
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 ...
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:#...
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 ...
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 ...