Questions tagged as 'css'

3
answers

creating note / note field

I would like to know how these fields are created, I created an example, but I do not know if that is how it is actually created. Here is an example of what I created: .nota { background-color: #CCC; width: 500px;...
asked by 25.08.2018 / 04:45
2
answers

Search field with rounded border

I would like to make a input of search adjacent to a button with a rounded border that will fit into each other as follows: Is there any way to do this with CSS pure, preferably without using the search field above the but...
asked by 08.11.2018 / 16:22
3
answers

List with dynamic size

I need to make a list of up to 6 items, get the full width of the screen by following these steps: If you have only one item in the list, it takes 100% width of the screen; If you have two items in the list, each has to take 50% of the tot...
asked by 29.11.2018 / 17:44
2
answers

Dropdown animated with jQuery

I'm developing a website, and in its header it should contain a Dropdown that appears when giving a hover in the header link, preferably with the animation of it popping up, however it has a bug that when you go to the dropdown it tries to hide,...
asked by 13.11.2018 / 13:36
3
answers

Change scrollbar placement in a div

By default, in a horizontal menu the content is read from left to right, as in this image: However,Iwouldlikethatwhenthecontentloads,thescrollbaris,say,automaticallymovedtotheright,asinthisimage: Is this possible?     
asked by 17.10.2018 / 19:05
2
answers

how to make a div appearing following the cursor?

Good afternoon, guys. My question is the following, I am creating a payment form, I have the following code: $(".spanhover").hover(function(event) { var divid = "#popup1" $(divid).css({top: event.clientY, left: event.clientX}).sh...
asked by 23.11.2018 / 19:42
1
answer

Menu css + javascript and jquery

Well, I need to create a way to recognize which menu I'm clicking on, I have my index where I call my menus with an include, so I need to put a green bar in the bottom of the menu that is clicked. How to do this? <ul class="mainnav">...
asked by 12.06.2015 / 18:23
3
answers

Put div in the background

I need the div 01 not to interfere with the positioning of the other divs, like the div 03 for example, ie that the div 03 comes soon after the div 02, that the divs follow the normal flow of the page without needing the div 01 , that the div 01...
asked by 13.05.2015 / 20:05
2
answers

What is the meaning of the prefixes of pseudo-elements in css?

What is the meaning of the prefixes of pseudo-elements in css? Like for example - nth-child, what does nth mean at the beginning?     
asked by 28.01.2015 / 14:21
3
answers

Store CSS in string

.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip::before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input...
asked by 02.06.2017 / 17:51