Questions tagged as 'css'

0
answers

Give an icon to a topic in xenforum

Good afternoon! I would like to put an image, in the square represented in the image below, I already tried for varal forms ( .node_ID > div > span , for example) but could not. Can someone help me? Thankful <divclass="n...
asked by 08.08.2018 / 19:44
1
answer

How to check if the password fields are equal to and greater than eight digits?

I have the following HTML and would like a check in javascript to see if in the fields the characters entered are equal to and greater than eight digits, to enable the% / p> I have a code submit that checks the number of charac...
asked by 07.08.2018 / 19:34
1
answer

Difficulties with responsiveness to complex layout

Good afternoon, all good? I have a question, if it gives a lot of work, do not even have to do it, just give me a light, because I think I'm not doing this layout the best way to stay responsive and I'm having a lot of problems at work. Th...
asked by 09.09.2018 / 19:12
1
answer

background-image does not work in section what to do?

Html: <!DOCTYPE HTML> <html lang="pt-br"> <head> <meta charset=”UTF-8”> <meta name="author" content="Agencia de Marketing Digital Cmk"> <meta name="description" content=" Agencia de Marketing...
asked by 11.08.2018 / 18:39
1
answer

Dropdown does not find the target

<button data-toggle="dropdown" data-target="#teste" class="btn btn-blue-grey btn-lg btn-group" mat-button>Configurações <i class="fa fa-caret-down" aria-hidden="true"></i><br><i class="fa fa-cog mr-1" aria-hidden="true"...
asked by 16.07.2018 / 22:57
1
answer

Vertical scrollbar

My site has a scroll bar just below Footer. #main { display: -ms-grid; display: grid; grid-template-areas: "header header" "nav nav" "content aside" "footer footer" "privacidade privacidade"; } #main is an id that I put...
asked by 17.08.2018 / 00:08
2
answers

Hide navbar when item is clicked

I'm developing a site whose menu is navbar with dropdown of bootstrap 4. When I view the site on a smaller screen, the nav is replaced by the button burger and is only "activated" when this button is clicked. However, I want it to be "disabled"...
asked by 17.08.2018 / 23:38
1
answer

Close modal when click away

I have a modal that when clicking outside it would like it to close. For issues with position issues, I'm using data-backdrop=false My modal: <div class="bd-example"> <button type="button" class="btn btn-primary" data-toggle...
asked by 18.07.2018 / 15:43
1
answer

Pseudo-Class Usage: link

I'm using the Pseudo Class for links, I understand the concept and usage of a:hover a:active and a:visited , but I can not understand a:link . What is the use of it? If possible I would like a practical example of this clas...
asked by 26.08.2018 / 15:31
1
answer

HTML / CSS - Menus with sub-menus overlap

Hello, I have an application in Delphi that generates an HTML code from some of the user's registry. I mount a menu tree and sub-menus into HTML, but when there are many menus in the main root, the sub-menus open behind the main root menus...
asked by 28.08.2018 / 01:18