Questions tagged as 'css'

1
answer

Magento Admin error 404

I changed my store in magento to another domain, I changed the urls in the database, and I cleaned the cache, the home accesses normal, but the admin is giving error 404 , how should I proceed? Magento Store     
asked by 19.12.2014 / 14:22
1
answer

Make DIV occupy remainder of the page with CSS

Good people, I have a div#x that varies its width between 70px ~ 220px . I need a second div#y , which is by your side to occupy the rest of the page space. With jQuery it would be something like: $('#y).width() =...
asked by 18.12.2014 / 01:54
1
answer

Divs being added one on top of the other

I have three menus, when I click on each one, it leaves a div that was as display:none as display:block . What is happening is that by clicking on Menu 1 and then on Menu 2, it is adding one div below the other. Jquery looks like...
asked by 03.04.2014 / 15:36
1
answer

CSS - Leave a minimum distance between two elements 'fixed'

I need to leave a minimum distance between two fixed position elements (the top and the bottom). The problem occurs when you apply zoom-in to the page, the two elements are virtually in place, and the purpose is to make the central conten...
asked by 27.12.2014 / 00:24
1
answer

how to make a pattern background with CSS?

I was looking at the bootstrap templates and this template caught my attention because your background is done with the technique pattern , that is, it has only one image that repeats "perfectly" throughout the background. How can I do a bg l...
asked by 21.06.2018 / 19:24
1
answer

Angled responsive design 2+

Is it possible through angle 2+ to achieve the size and width of the browser and from that, send that data to the css so that it is responsive? Is there any other way to leave responsive without half queries? I know there is the following dec...
asked by 25.06.2018 / 14:00
1
answer

Implement button navigation: [first] [next] [previous] [last]

Explanation: I have a table in HTML + jQuery and I have an enumerated paging that is functional, but I would like to add an additional navigation to it. Question: I would like to add an implementation, of which it would be a 4-button na...
asked by 11.11.2014 / 14:12
2
answers

HTML / CSS - input text mask date, time

I am a beginner in the area and I am not very knowledgeable, I have the following code, and I would like it to be filled in with numbers only and in the format "00/00/0000" and "00:00" respectively. I know there are other means, but I would like...
asked by 19.05.2018 / 13:19
1
answer

align text vertically within a CSS div || HTML

I want to align the text vertically in the div, but I would like to know if it's possible to do it without changing the css because I'm using link <div class="sticky-top"> <div class="container-fluid bg-secondary" style="height...
asked by 14.05.2018 / 12:00
1
answer

Focusing on an element

In CSS it would look something like this: div { display: none; } div:active { display: block; } And some user action would focus on this div by javascript I know what I can do by adding and removing a class / attribute however I...
asked by 28.05.2018 / 00:36