Questions tagged as 'css'

1
answer

When applying Hover in a UL, modify LI and DIV

I have the following structure: <div class="submenu"> <ul> <li> <div class="btn-submenu btn-submenu-xstore"></div> <a href="/plataforma-de-ecommerce">xStore - Plataforma de E-commerce<...
asked by 13.06.2017 / 16:30
1
answer

Background animation does not work on Microsoft Edge

I tested the code in Chrome and it worked normally, does anyone know what this is ?? body{ background-image: url("blo.jpg"); background-position: center center; background-attachment: fixed; background-size: 100% 100%; background...
asked by 11.07.2017 / 21:08
1
answer

Using active menu as input "radio"

I'm using a horizontal boostrap menu, its structure is basically like this: <ul class="nav nav-pills"> ... <li data-type="news" id="5" role="presentation"><a href="#">Link</a></li> <li data-type"sports" i...
asked by 12.07.2017 / 19:36
1
answer

Google maps API

How do I make a custom map style like this: link Using the google API, I do not know where to start.     
asked by 23.06.2017 / 16:33
2
answers

How to create a confirmation window on a system in PHP?

I am a beginner in programming and I am creating a small system and in it I will have a button to move the user, the code: <a href="../controller/controller.deslogar.php" title="Deslogar"><img src="img/logout.png" class="icon2"><...
asked by 01.06.2017 / 17:10
1
answer

Random backgrounds in each page load on static pages

I'm creating a website / blog with jekyll, and I created a banner.html and it includes it in the default layout, but I wanted to load the page every time it was a different background in this banner and I'm trying to do this by javascript but I...
asked by 13.07.2017 / 17:46
1
answer

Div with same image height in Bootstrap

I have one image on the left and another 4 blocks on the right. I needed the four blocks to follow the height of the image, even when changing the resolution. HTML:<divclass="container-fluid"> <div class="row"> <di...
asked by 13.07.2017 / 23:28
1
answer

Nest Classes and CSS tags

I'm developing a website, Administrative side, I already set up MasterPage and now defining the layout of the child pages, where I came across a problem, which I need help with. Here is the code that interests the child page: <asp:Content I...
asked by 22.06.2017 / 20:32
1
answer

Align table columns

I have the following table, and would like to know how I can align the values according to the corresponding column Asyoucanseeintheimagethevaluesaremisaligned,the9thatisreferringto"GP" it is very far right, how can I solve this? .stats t...
asked by 22.06.2017 / 20:31
1
answer

Object disappear in a certain place on the page

My question is: I want / need a code for my site, which works as follows: When the user uses the mouse scroll to go down near the footer of the page, the Div called for example: Advertising disappears in a certain part. I found a jquery...
asked by 06.06.2017 / 21:55