Questions tagged as 'css'

1
answer

What is the difference between cursor: no-drop and not-allowed in CSS

I would like to know what is the difference between the no-drop and not-allowed values of the CSS property . span{ font-size: 30px; } .not-allowed{ cursor: not-allowed; } .no-drop{ cursor: no-drop; } <...
asked by 24.11.2015 / 17:22
2
answers

Select text automatically

I'm trying to create a function that traverses any text by selecting letter by letter as the effect of you move the mouse by selecting a text slowly. I used select() but it selects all the text. Example: function SelectText(e...
asked by 19.11.2015 / 11:48
1
answer

How can I apply CSS to my form?

How can I make my form look like this? Ihavethiscodeready(withouttheCSS),butIdonotknowhowIcanmakeitlooklikethis.<form><inputtype="hidden" name="form_input" value="FORM_COTACAO" /> <div class="grid_1"> <input type...
asked by 11.05.2015 / 16:08
1
answer

How to edit the scrollbar in Firefox and Google Chrone

Hello I have this CSS code that configures the scrollbar on the site with everything not working in Firefox and neither Google Chrone could anyone help me follow the code below. ::-webkit-scrollbar { width:2px; height:10px; } ::-webkit...
asked by 11.05.2015 / 08:46
3
answers

How to Set Different Row Sizes in Bootstrap 3

I am not sure how to set a value of 100% width (filling the entire screen, regardless of the container) only for a bootstrap "Row", do I need to create a new css class for this specific row? Is there an easy way to do it? Thanks to anyone who...
asked by 05.02.2015 / 21:03
1
answer

Hide div when input on focus, css

How can I hide my div when input is in focus? I used this cod and it did not work for me. .A:focus .B { display: inline-block !important; }     
asked by 04.02.2015 / 23:45
2
answers

How to Leave Element LI 100% [duplicate]

The photo above represents a slider I'm doing on a page. Each slider has an image in the middle representing the white sphere. I want all sliders that are made up of li to be the same size, the same size as the larger one, t...
asked by 21.09.2015 / 22:17
1
answer

Orientation Ruler

In some editors we have an orientation ruler in which we can make some settings, for example  the spacing between text and foliage. I need to produce something like: IcurrentlyuseaTextEditorcalled Summernote , it returns all the text in html...
asked by 05.11.2015 / 19:23
1
answer

Option with CSS type button

I have a select ; and in the last option , I call a page. Since it is not possible to use a button within a select , I used onChange . I wanted the last option to be the most like button in CSS....
asked by 13.02.2015 / 13:58
1
answer

Alignment drop down menu

I have a horizontal navigation bar, which has submenus. The submenu is currently aligned to the left of the menu to which it belongs. As in this image: Iwouldlikethesubmenutobealignedtotherightofthemenuitbelongsto.Asinthisimage: The code I...
asked by 22.09.2014 / 22:38