Questions tagged as 'css'

1
answer

Problems with format of elements outside the navbar in bootstrap

I am using Bootstrap 4.0. I want to put in the navigation bar some elements that are not inside the menu on the right side of the navbar. But the text is displayed in a different format than the text within the navbar. <link href="htt...
asked by 31.03.2018 / 05:09
1
answer

Assign an option element of a select the overflow-x rule

It's simple, I've spent hours trying to adjust the option labels of a select to the size of this, without expanding beyond the width that I have assigned to the select. So that if the subelement is larger than the size assigned to the select, a...
asked by 28.03.2018 / 15:04
1
answer

Why is it not placed in front of the image when positioning with absolute position the text and position relative to the image? [duplicate]

when you put position absolute to the background image and position relative to the front text does not work the text is not positioned in front of the image: .imagen-fondo1{ position: relative; } .imagen-fondo2{ po...
asked by 27.03.2018 / 20:20
1
answer

Method submit jquery

I'm in a form tipom wizad, and I download the code of a button that is created from vis and links, the thing is that when I click the submit, it changes its appearance, and then it does not make me the submit, I've put the $(this).submit();...
asked by 23.03.2018 / 16:17
1
answer

How to prevent obstacles from accumulating each time you lose the game

I want to know how to do so when you lose or win as you see there, make a new random of obstacles but do not accumulate those that you had before , something else, there is some better way to do When I win or lose more efficiently? There is a l...
asked by 03.03.2018 / 15:00
2
answers

Problems with a menu (navbar) in bootstap

I'm creating a bootstrap navbar. This is my navbar: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <met...
asked by 23.02.2018 / 16:04
1
answer

Fit logo in header

I want to make a header that has the logo on the left and then put three lines with: Name of the person, Specific data of the person, Three buttons: phone, mail and whatsapp. But I have several problems: I want the logo to fit the...
asked by 08.03.2018 / 00:54
2
answers

Delete data mysql php [closed]

I have a table made where it shows me records of a database in mysql.In the table for each record is created a button that is called delete and what I want to get is that by clicking this record is deleted. I have this code made in usuarios.p...
asked by 10.02.2018 / 18:18
1
answer

Show data to logeados users PHP

I'm making a web page where I have a login and when you log in it takes you to a file called user.php What I want to achieve is that only logged-in users can see the contents of the user.php file I want to avoid that in the search engine of the...
asked by 10.02.2018 / 13:18
2
answers

Change colors to image with css

they sent me the following sketch, and the colors of the images change when the menu opens. As you can see there the images of social networks and contact us is fuchsia. But when the menu opens the colors change to white, I kno...
asked by 11.05.2018 / 22:07