lost password?

home
•  xaraya +
•  rails
•  django
•  webdev
•  xamp
•  musings

rss
Tag this page
   

ยป Blogs that link here
last modified: Feb 19, 2007
(first posted: Jan 09, 2007)
(1416 Reads)
keywords: css forms
Permalink

Don't tab to my labels, pleez

Have you noticed in forms that tabbing lands on the next label then you have to tab again to go to the input field?

It seems to only happen in a recent FireFox upgrade. It does not happen in IE6 nor Safari.

The culprit seems to be the class

.xar-form-input-wrapper {
margin-bottom: 4px;
overflow:auto;
}

in file modules/base/xarstyles/xarcore-xhtml1-strict.css

If you comment out the overflow: auto; fixes it.

Or in your theme's style.css, add this override

.xar-form-input-wrapper {
overflow:visible !important;
}

There are no comments attached to this item.

Post a new comment

: This is not spam

Name :