Questions tagged as 'html'

0
answers

Error: File '../*.aspx' does not exist Application_Error Global.Asax

The error occurs when I changed the version of the Framework from 4.0 to 4.5.1. In the previous framework I did not have that problem. When you enter any page for the first time (example: ' Site / Folder / Pagina.aspx ') loads well, but wh...
asked by 04.05.2017 / 18:26
2
answers

AddClass RemoveClass

I'm doing a simple menu, I want the menu item to be left where I click. I have my class activo and my code of
asked by 04.05.2017 / 17:31
2
answers

Fill select from folder

I have a index.php file inside which I have my select and I want to fill it with the files of a specific folder, but I get two points .. as shown in the image: Code. <select name="Combobox1" size="1" id="cmbi...
asked by 04.05.2017 / 18:30
3
answers

Compatibility problem with box-shadow

The shadow of div is displayed differently in safari and chrome. Do I need some type of prefix? I have given it many laps and I can not find the solution so that the shadow is also displayed in the other browsers. HTML: <articl...
asked by 28.04.2017 / 17:23
1
answer

OG Dynamic Tags MySQL and PHP

I need help with the following problem since I have not been able to find the solution (I think it could be very simple) I have a web page in which I want to use OG Tags in a dynamic way (fill them depending on the information in the database)....
asked by 03.05.2017 / 17:22
1
answer

Problem with slider and the SetInterval

Good, I hope you can help me with this little problem I'm trying to make a slider with jquery and js, it turns out that when you give the images a timer (setinterval) and its effect FadeOut and FadeIn, everything works perfect, but something...
asked by 03.05.2017 / 19:01
1
answer

Problem Answer message php form

I have a form that responds with a welcome message, but that welcome message does not apply any style and I do not know how to put it or where the fault is. This is my code: if(mail($emailA,$headers,$contenido)) { $mensajeExito = '<div...
asked by 12.05.2017 / 11:29
1
answer

Problem when deploying html elements with toogle

I'm new to the forum, I'm trying to show and hide several div's that have the same class, by clicking on the icon-plus class it displays the hidden content and changes its class by icon-minus, by clicking again hides the div and returns to chang...
asked by 25.04.2017 / 04:00
2
answers

Problem with ready in Javascript and Bootstrap

Good, it is in a development that includes a bootstrap menu and I wanted to leave marked which option is selected, for it I use a javascript. It was working correctly until I added some more menu option, and that's when I've seen that in some...
asked by 25.04.2017 / 11:54
1
answer

Keep High of Background image to the entire screen in Portrait and Landscape

I have a background image in an element that is 100% height and width. CSS #splash{ background-image: url("../img/background_splash.jpg"); background-position: center; background-repeat: no-repeat; background-size: cover;...
asked by 02.05.2017 / 17:58