Questions tagged as 'css'

2
answers

aside inside the header

Hello, I would like to know if it is semantic to use the <aside></aside> tag inside the head in a menu that is fixed in the header of the page next to the logo of the site, in my conclusion I think it is wrong because the tag...
asked by 31.03.2018 / 07:10
1
answer

Replace value after tag, but within div

I have the HTML code, and I need to do the decimal substitution at the end of the div, the project is doing a reverse proxy for a site, and I have to put the value of the "changed" tag in the place where the "11.00 " the HTML is this: <div...
asked by 01.03.2018 / 15:37
1
answer

Include angular sass 5

What better way to set SASS in angle 5, and there is some specific implementation to organize it into the project.     
asked by 02.03.2018 / 01:22
1
answer

Modify the color of DatePicker

I am trying to modify the background color of my jquery datepicker, I searched the internet for some solutions brought me this code: .ui-datepicker { color:white; background-color: red; background: red; } So it does not modify the calenda...
asked by 25.02.2018 / 15:57
1
answer

Compare 2 dates [duplicate]

I'm trying to make this code work correctly, but the same thing I noticed only compares the day because if it's bigger than the current day works correctly, but if it's shorter than the current day it has the error "Your account has expired" i...
asked by 25.02.2018 / 07:50
1
answer

Click and act, click again and return to position / Jquery

I made a button to open a configuration screen, when I click open the screen, and the button changes from "Configuration" to "Back" but I would like it when I clicked again to write "Configuration" . Can anyone help me? Preferably in jQ...
asked by 17.02.2018 / 20:36
1
answer

How to change the colors of a Jquery implementation?

Look at the file below; link I've tried several ways to change the colors that belongs to the H3 tag from blue to red and I can not, I can change the other things, but I can not change the color from blue to red, could someone please giv...
asked by 26.02.2018 / 10:56
1
answer

Buttons positioned at the bottom of the page go up when the mobile device keypad appears

I'm developing a responsive page that has a search field at the beginning and in the footer two buttons with absolute positioning, on mobile devices after clicking the input the keyboard is displayed and pushing the buttons up, is there any way...
asked by 26.02.2018 / 23:05
1
answer

Problem with attribute "position" CSS

Previous question: Convert image to CSS .counter{color:#fff;font-family:Tahoma;font-size:60px;font-weight:700;letter-spacing:12px;line-height:63px;padding:0 0 0 6px;height:70px;margin-top:-1px;position:relative;width:105px} .cro_azul...
asked by 13.03.2018 / 20:31
3
answers

Set div height to 100%

I'm putting together a layout using Bootstrap 3 and wanted to do a layout like this: +-------------+---------------------------------+ +-------------+ + +-------------+ + +---heig...
asked by 13.02.2018 / 21:12