Questions tagged as 'css'

0
answers

Link does not work in Chrome when I apply CSS

I have the following code. In IE the link works normally, but in Chrome it does not. When I change the "nav-menu" to something else the link works. <nav id="menu"> <ul id="menu-nav"> <li class="current"&g...
asked by 14.11.2017 / 19:44
1
answer

Run a code first

Good morning .. When I press any MENU, BUTTON, link, etc. everything works correctly and perfectly, however, it has hours that the code to be executed takes, sometimes a little, sometimes more than a little. This bothers me a lot because I do no...
asked by 14.11.2017 / 16:34
0
answers

How to make this menu open with a smooth animation? with css, html, js

I'm setting up a responsive menu. It uses jquery only to insert and remove a class from the div with id="social-menu-items" which causes the menu to disappear and appear. <!DOCTYPE html> <html> <head> <meta cha...
asked by 13.11.2017 / 19:01
1
answer

Calling delete function on button with onclick

I want to press the DELETE button and delete X data from the database this is my type_product.php <?php require("header.php"); ?> <?php require("menu.php"); ?> <?php require ("model/tipo_itens.php"); $modTipoItens = new Tip...
asked by 30.11.2017 / 18:47
0
answers

does not allow when dragging the dialog it leaves the useful area of the page

When I drag the dialog to the bottom, right or bottom of the page, it pops the screen out of the html, how can I prevent it from overriding the page? I put overflow: hidden; but it does not prevent     
asked by 30.11.2017 / 19:02
1
answer

Div without padding lef and right in mobile view

Hello, I'm a bootstrap beginner and I came across a text-viewing problem that I can not solve. The situation is as follows, according to the attached images, my page has a field that displays a text divided into 3 columns in the desktop versi...
asked by 06.11.2017 / 13:30
1
answer

How to create a scrolling menu?

How is this menu fixed at the top of the page that when the user scrolls down when arriving at a certain place on the page the menu decreases getting compact. And when you return the screen up, does the menu return to the initial stylization? Ca...
asked by 05.04.2017 / 19:32
1
answer

Image with responsive HOVER

Good evening, my name is Rui. I'm developing my first website and am having second thoughts about using hover responsive images. I made a hover using a black and white and colored image, but only became responsive on PC screen, not cell ph...
asked by 06.11.2017 / 03:00
1
answer

Bootstrap divide cells with same spacing

Good night, I'm trying to make a table in bootstrap with 7 columns, but I need them to have the same spacing .. I'm using because with the structure of col-md, sm, xl ... of a prime number, so when I use the responsive ones, the cells also stay,...
asked by 15.11.2017 / 22:39
1
answer

Dropdown goes blank with Bootstrap

After the Bootstrap application the dropdown is left blank, I do not know how to proceed. <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edg...
asked by 15.11.2017 / 01:23