Tagged Questions
0
votes
2answers
38 views
jquery does not focus back on the element
I have the following code to check if the users' text does not contain the two forbidden characters and it does go the way I want. the problem is that for the texts containing the forbidden ...
0
votes
0answers
34 views
HTML/CSS - scroll wihout requiring cursor focus
Please see URL:
http://198.58.104.104/localserver/test.html
The page has 2 columns. When the page loads, one cannot scroll up or down, without the use clicking the cursor once somewhere on the ...
5
votes
2answers
262 views
Android WebKit focused textarea won't draw background image
Android WebKit draws a white background + border on a textareas and inputs when they have focus. How do I stop it from doing that?
I've tried changing -webkit-tap-highlight-color, ...
0
votes
1answer
60 views
How to adjust width of input box when using :focus?
I have the following code:
#inputfield
{
width: 300px;
height: 28px;
font-style: italic;
outline: medium none;
padding: 3px 0px 3px 5px;
margin: -2px 1px 3px 0px;
box-shadow:inset 0 0 4px 0 #dfdfdf;
...
0
votes
1answer
293 views
Changing the background color on focused select box option does not work
This is specifically with the selectBoxIt jQuery plug-in, using the jQueryUI theme.
I have this set up for the hover action:
/* Individual Option Hover Action */
.selectboxit-option ...
0
votes
3answers
63 views
Css input:focus only on first click
Does anybody know a way to input:focus an element only on first click?
<style>
input[type='text'].error:focus{border-color:#f00}
</style>
So, if the user "focus out" it returns to the ...
1
vote
1answer
50 views
How to prevent hidden element to be shown when focused in Chrome?
I have a strange problem today, in Chrome, when I focus on an element that is absolutely positioned out of its overflow hidden container, it gets visible in Chrome browser (Mac).
I've made a fiddle ...
0
votes
3answers
31 views
Setting for selected text
I am trying to override the default setting for selection. I did
::selection{
background: grey;
}
and it looks like that takes effect when the window is not focused, but when it is focused, it ...
0
votes
2answers
107 views
CSS transitions and browser tabs
This is a really weird problem:
I have a circle that keeps rotating indefinitely with CSS rotate transition, to keep it rotating indefinitely I am using jquery to keep changing the rotate value every ...
0
votes
3answers
70 views
How to achieve this effect on :focus
I saw this on a website:
Then, when you click in it...
How would you recreate this? Not just a plain solid border, but like that one. I scanned through the source code but couldn't find anything. ...
0
votes
1answer
58 views
focusing on an element changes another's CSS
I want to change an element's color Hdr_nav_search_box when focusing on another element Hdr_nav_search_input. Here are the codes : http://jsfiddle.net/FJAYk/4/ I don not see why this is not working.
...
3
votes
1answer
96 views
Keep dropdown visible while input boxes are focused
My navbar has dropdown "fieldsets" for login and search like this:
<div class="nav-button" id="nav-box">
<a class="inside-link">
<span id="inside-text">Sign ...
0
votes
0answers
337 views
css :focus is not working with internet explorer 10
"Code Updated"
i'm having this html code
<input type="text" name="user" class="user">
and this head code
<!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
<!--[if IE 7 ...
11
votes
1answer
333 views
iOS input focused inside fixed parent stops position update of fixed elements
The following happens on Mobile Safari iOS 6.1.2
Steps to reproduce
Create a position: fixed element with an <input type="text"> element inside it.
Actual result
Input - not focused
The ...
0
votes
1answer
412 views
Pure CSS mobile toggle menu using :focus has issue with non-menu links failing
I'm trying to create simple mobile version of my simple horizontal one-level top menu. I'd like to replace the horizontal top nav with a vertical menu that is initially hidden but shows up when the ...
0
votes
3answers
94 views
Form li background change
I'm trying to achieve the effect of the li tag changing background colors when the user focuses on the input (effect can be seen at the bottom of the page here. From seeing similar questions it seems ...
1
vote
1answer
101 views
Make div appear when form field is active
I need to create a div that appears containing tips when a form field is active and disappear when the form field is no longer active. My form fields all have ID's such as #monthly_rent and my tip has ...
1
vote
2answers
59 views
Focus doesn't work after I changed the default border with javascript
Basically I have a form. Above the form I have a link that anchors to the form. When someone clicks the anchor, it changes the form inputs' css's to give it a red border. I also set a timer to restore ...
1
vote
1answer
88 views
CSS3 - Showing a tooltip using a:focus issue
So I have a hyperlink which has a css style attached to it which on :focus will display a (css) span tooltip, so when a user clicks the <a href>Link</a> a tooltip will show up beside it
...
0
votes
0answers
91 views
when using tab button, control with focus scrolls behind Sticky footer
Hi I have a page with a sticky footer with some buttons on it.
On the page there is a table with 1 textbox per row.
If I use the tab button to jump from textbox to textbox the page scrolls. The ...
0
votes
2answers
102 views
CSS: no hovering if selected
For the most it sounds quite simple, but I'm new in this stuff.
input.input-text:hover {color:red}
input.input-text:focus {color:blue}
I want if input-text is focused it must not become red on ...
0
votes
2answers
225 views
Can we put focus on div without tabindex attr?
I am having a strange issue with focus on FF 17. I have a div which has no tabindex attr and one with tabindex="0". I am Shift+TAB ing from second div (with tabindex) to first div(no tabindex). ...
1
vote
2answers
324 views
jQuery on keyboard backspace move to previous input field if becomes empty
I have this jQuery script:
$(document).ready(function() {
//Focus the first field on page load
$(':input:enabled:visible:first').focus();
//Clear all fields on page load
...
2
votes
3answers
148 views
jQuery CSS Opacity on focus issue
I have a div which contains navigation items, along with a text input (which will be used as a search bar). When the user hovers over the navigation div, the opacity changes from 0.6 to 1 using CSS ...
0
votes
2answers
50 views
Refer to a Class in a Style
I have a custom button implemented as an anchor. The button has an image and text.
When the button has focus, I would like to style it differently. Specifically, I would like to draw a dotted ...
0
votes
1answer
71 views
Remove blue border on hit area
I'm trying to work out how to remove the blue border on this accordion hit areas. I'm sure its a quick fix but for the life of me can't work it out where to cancel it out.
Live example
...
0
votes
0answers
113 views
CSS list into a scrolling div - How to autofocus on selected/active <li>?
I have a list contained into a scrolling div with fixed height. When I go to the selected page clicking on a category, I want the user to see the current selected category auto focused at its ...
0
votes
2answers
610 views
Css Focus on input div appearing
I have such a code :
<div class="lighter">
<form method="get" action="http://www.google.pl" id="search">
<span>
<input id="button_search" type="image" ...
4
votes
5answers
2k views
How to change placeholder color on focus?
How to change the color of placeholder when focus the input field?
I use this css to set the default color, but how to change it on focus?
::-webkit-input-placeholder { color: #999; }
...
0
votes
2answers
102 views
:focus selector in CSS
JSFiddle (The *:focus rule is to illustrate which element is marked as having focus.)
What I'm wondering is why, when I click a menu item, it gets the focus... but clicking a menu item does not give ...
1
vote
2answers
280 views
Is it possible select submenu with [Tab] key only? (css only)
Is it possible select (activate) submenu in ul/ol-styled menu with [Tab] key only, so the submenu will be visible?
I tried using :focus pseudo-class
ul
li
a:focus
+
ul
...
0
votes
1answer
220 views
Completely disable focus of elements in a parent
Suppose I have a link, which would fade out the entire page when link is clicked. The reason I fade out the page is because a next page is about to load, but it is not loaded yet. I can use ...
0
votes
3answers
246 views
Jquery event binding to select focusin/out
I have this issue with jquery events binding for a select element. When I click on the select, the .focus class is supposed to be added. But selecting an option from the dropdown breaks the logic.
...
0
votes
2answers
115 views
Adding CSS styles to everything but a focused textarea
Only CSS please!
Basically I want to apply some styles to everything on the page (or almost everything) except for a certain textarea when that certain textarea is :focused.
So, when I focus on the ...
0
votes
1answer
307 views
Button with outline ( Background color ) in bootstrap
I'm using bootstrap to get some design on my website. This button gets an outline in yellow which isnt supposed to be there. If i click anywhere on the page after the pageload, the yellow "border" ...
2
votes
1answer
73 views
Accessibility-friendly way to hide anchor outlines in IE and Firefox
First of all, I'm aware that removing outlines hampers keyboard navigation.
The way Google Chrome (for example) solves this is by only showing outlines when the user uses the keyboard. Internet ...
0
votes
1answer
206 views
How to remove iframe highlight border on focus?
Wondering if it's possible to remove the dotted border that appears on focus of an iframe embedded within a page? The iframe contains a form that is tabbed to from some input boxes on the page that ...
0
votes
0answers
272 views
-webkit-tap-highlight-color on Android 2.x breaks the virtual keyboard next button
if you set
-webkit-tap-highlight-color: rgba(0,0,0,0);
This dissables the focus highlight color on Android webkit browsers. But if you do this on 2.x version of android the next key on virtual ...
0
votes
2answers
2k views
Button hover effect not showing after button is clicked/focused
I'm developing a web application using the Vaadin framework.
I have a Button styled as BaseTheme.BUTTON_LINK and have an icon showing.
The button is assigned a CSS class which has a hover state, when ...
1
vote
1answer
101 views
CSS Focus code does not work when switching to HTML 5
I have some code that I use to make my inputs have a nice background color when you put the mouse over them:
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head>
<style ...
0
votes
1answer
144 views
Avoid the blue color of the selected field in BlackBerry WebWorks
I have html content which a native application built with PhoneGap.
This application has 2 fields, one of text and a texarea.
When I write in each activates the blue background, and I can see ...
1
vote
4answers
332 views
CSS Focus unable to affect other elements
I've looked around and I can't find the solution for making a title appear when a form is focused. I'm probably missing something glaringly obvious (probably that it can't be done with this selector).
...
0
votes
1answer
80 views
if focus on a child of parent show parent
I have a drop down that is hidden using left:-9999em; and left:0em; on hover/focus but when I tab through the links within the dropdown the parent that shows the links disappears again.
is there away ...
0
votes
3answers
370 views
CSS Forms/Input Maniuplation
input:required{
background-color:#f00;
}
input:required label{
color: #FF3434;
}
I have the above CSS code currently for my form,
I want to be able to make the label red when the field is ...
7
votes
2answers
1k views
Firefox ignores outline and focus styles on select elements when using Tab
Context
Firefox 14 (and 13); specific CSS styles being ignored under certain conditions
The Problem
Using the following CSS:
*
{
outline:none;
-moz-outline:none;
...
3
votes
4answers
2k views
Remove / add CSS class on input focus / blur
I have a form with some input fields and a little <div> to the right of each input with a little description. What I want is to enable a CSS class for each input's own <div> with it's own ...
4
votes
5answers
633 views
Highlight active form with CSS?
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<style>
form:focus{
background:red;
}
...
0
votes
1answer
361 views
.css jquery bordercolor messes with css input:focus setting
Got a question for some jQuery wizard who might stumble upon this.
When I use border-left-color, for example, to set a color for an input element using jquery, and when this input element has ...
0
votes
1answer
90 views
CSS General sibling not working with :focus?
I want to show text and when the user hovers this text he should see an input form instead of the text.
When it's unhovered, it's replaced by the text again.
But if the user focuses the input form, ...
0
votes
2answers
569 views
Change background position div when input is focus
I'm building form with images like a label...
I have:
DIV.icon-phone {
width: 22px
height: 22px
background: url('icon-set.png') no-repeat 22px 66px;
}
INPUT.pool-phone {
border:1px ...


