Questions tagged as 'css'

1
answer

Error in the bootstrap tab-content. Shows elements stacked in tab alternation

Good afternoon. We are developing a website for a group of masters research, I am a scholarship holder, of the course of information systems, with little experience in web programming, who can help, for goodness! Using the nav-tabs and tab-conte...
asked by 21.09.2018 / 18:31
1
answer

Prevent pseudo element :: before receiving the effects of hover applied to its parent

Hello, I'm applying hover to an element, and it contains a pseudo before element, in which it is receiving the hover effects of its parent element. > This image shows the problem: Seethattheelementwiththenumber3whenactivatinghoveralsoac...
asked by 18.09.2018 / 14:01
0
answers

Bootstrap, center table, I want to put the table in the middle of the screen, it is already aligned but it is under the screen

<!DOCTYPE html> <html lang="pt-br"> <head> <!-- Importando o css do bootstrap --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVY...
asked by 17.09.2018 / 15:57
0
answers

How to use an AND condition with CSS selectors?

Well, I'm using a CSS block in which I need to change an element, but this change depends on whether two other elements match a particular state; For example, to change .texto Change, the .texto1 element must be in focus, and the .texto2 element...
asked by 14.09.2018 / 19:32
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
0
answers

Problem Appear / Disappear Content

I have a code and I need your help to be able to execute as I want. There are only 2 points: the first thing to put content before (when you upload the site does not appear div or content ), I need to put a content and the user gets come back...
asked by 17.09.2018 / 04:51
1
answer

How to put image in the background of Wordpress

I'm creating a template in wordpress, but now I'm not able to put a background image in the background: Iwasabletoinsertthecolorbygivinganid="bg" pro body, because when I just tried to get the body element, the wordpress css rewrote mine and...
asked by 16.09.2016 / 00:20
0
answers

How to use an AND condition with CSS selectors?

Well, I'm using a CSS block in which I need to change an element, but this change depends on whether two other elements match a particular state; For example, to change .texto Change, the .texto1 element must be in focus, and the .texto2 element...
asked by 14.09.2018 / 19:32
1
answer

How to place the table in a certain position

Well I created a main div and put a left and right part, and I'll make a Brazilian table in the right part, and on the left what I'll put in the image below My code <!DOCTYPE html> <html> <head> <title>Teste</...
asked by 15.09.2018 / 00:24
0
answers

Change button text when clicking with JQuery

Good afternoon! I'm trying to change the text of a button whenever it's clicked. (ONCLICK) The problem? Well, apparently all buttons have the same class and I do not have access to HTML, just the js and css of WP .. Is there any way I can add...
asked by 14.09.2018 / 22:49