Questions tagged as 'css'

1
answer

why is the CSS style not inherited when it is called in 2 different HTML files?

I'm something new using this tool and I wanted to ask a question about inheritance of style with CSS , I have my main page that looks like this: In the same project I create another file HTML and copy the same code from the...
asked by 18.04.2016 / 09:18
1
answer

How to skew a div with css? [duplicate]

I want to skew a div so that it remains as in the image. And I have no absolute idea to do it. Thank you very much in advance. header{ width: 100%; height: 60px; background-color: #76cad4; box-shadow:2px 2px 5px gre...
asked by 19.12.2018 / 12:35
1
answer

Bootstrap problem

Hi, I'm doing a website, and I have a problem. I'm doing it with Angular and bootstrap. The main page consists only of a navbar a body of news and the footer because when I create it, the footer and the news body remain the same length but the n...
asked by 27.11.2018 / 19:31
1
answer

Random Scroll

I would like to know how to do so that at the moment you load the content of the html, the scroll ends in a random position. the functions are these > function scrollWin(a,b) { > window.scrollTo(a,b); > } >...
asked by 07.11.2018 / 05:34
2
answers

Problem with border-image

HTML: <!DOCTYPE html> <html lang="es"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Nuevos Estilos</title> <meta name="viewport" con...
asked by 06.11.2018 / 14:29
1
answer

How to create a drop-down list with submenu

Good day, I'm trying to create a drop-down list with submenu's inside at the time of doing and running it does not let me do it, it does not show me, I'm doing it with boostrap 3.3.7 that comes in mvc 5 of VB, it could help me how to do it...
asked by 23.10.2018 / 00:51
2
answers

How to leave the header and footer fixed

I have the following code $(document).ready(main); var contador = 1; function main(){ $('.menu_bar').click(function(){ if (contador == 1) { $('nav').animate({ left:'0' }); contador=0; }else{ contador=1;...
asked by 16.10.2018 / 23:05
2
answers

Organize table within modal

I have a small problem with a table that shows me some data stored in the database, once I have loaded many records the table goes out of control. My idea is that the table has a vertical scroll, but I do not know how to put it, try this, but...
asked by 15.10.2018 / 15:55
1
answer

Import Wordpress Templates

I am new to the Wordpress theme, I would appreciate them helping me solve the following problem I have, for a university theme I need to set up a simple web page on my hosting and I found some .zip templates to import them into WordPress but whe...
asked by 15.10.2018 / 22:47
1
answer

Deactivate cells before the selected cell - JQuery

I'm creating a calendar with JQuery . This is the code: <div id="dncalendar-body" class="dncalendar-body"> <table> <thead> <tr> <td>D</td> <td&g...
asked by 16.10.2018 / 18:03