Using jQuery UI 1.8.10 themes with Yii

You are viewing revision #1 of this wiki article.
This version may not be up to date with the latest version.
You may want to view the differences to the latest version.

next (#2) »

When using the latest stable jQuery UI themes (1.8.10) with Yii (which uses 1.8.6) the widgets don't appear (they're invisible but they're there). In order to make them visible you need to change the following line:

[css]
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }

to:

[css]
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }

The widgets won't look perfect (for which you need to play around some more) but they'll at least be visible.

I hope this saves someone's time.

2 0
2 followers
Viewed: 23 243 times
Version: Unknown (update)
Category: Tips
Written by: a110y
Last updated by: samdark
Created on: Feb 24, 2011
Last updated: 13 years ago
Update Article

Revisions

View all history

Related Articles