Most voted "html" questions
Use this tag when the question refers to some resource, information or problem related exclusively to the HTML language (Hypertext Markup Language). HTML is the main markup language used to structure web pages and format content. The latest revision of the HTML specification is HTML5.
Learn more…14,259 questions
Sort by count of
-
1
votes2
answers76
viewsSub-menus opening together
I want the sub-menu to have one more layer of menu. I made the Christian code that would work, however, when passing the mouse in the first sub-menu of the menu (Protectors > Motor), the options…
-
1
votes1
answer30
viewsHow to clear elements of a <table> line when clicking a button?
I need to create a function that the user click on the "Clear" button, all fields input of each line of table be cleaned. I managed to perform these functions, however, I had to create a function…
-
1
votes1
answer38
viewsList system or directory fonts for a dropdown
There is a possibility in javascript or other language to list the fonts installed on the system or inside a directory and drop down? function changeFont(font){…
-
0
votes1
answer1685
viewsjQuery not working on Internet Explorer
I did a little play on Codepen to share on Github. That’s an effect of the elements appearing when you scroll about them. Codepen was working perfectly on both IE and other browsers, but when I…
-
0
votes1
answer903
viewsHow to make one file redirect to another?
A HTTPS page of mine is requiring me to only link to HTTPS resources. Otherwise, HTTPS warning messages appear. I wanted it to be possible to download a file from the site, without appearing any…
-
0
votes2
answers271
viewsCan anyone identify the error in that code?
A few days ago I asked a question about how to add class to an elemetho by clicking the button, the answers were satisfactory (I did it using Jquery as suggested), but I decided to create a function…
-
0
votes1
answer611
viewsHow do I get the last tweet?
I need to implement a function in my project to get the last tweet, but all unsuccessful attempts, someone could pass me a function to display the last tweet?
-
0
votes1
answer240
viewsHow to leave textarea and button next to each other?
I need to implement a textarea(message) and a button(send) on your right side, but it is liquid (100%), that is, if you decrease the size of the window the textarea decreases and the button keeps…
-
0
votes1
answer271
viewsReplace static text in multiple files
I have a static site and I am implementing some functions in php in it and one of them is to include a menu on all pages, the same is already created and all files are with it. What I want is this:…
-
0
votes2
answers2219
viewsHow to upload multiple images with just 1 click?
I’m studying uploading images and files, and I can upload 1 image, and show it on the screen, but I’m interested in uploading multiple images with only one button, just like this web application…
-
0
votes2
answers1059
viewsHow to automate login to Gmail?
Explanation: Currently, I have a URL that informs the Gmail User Email:…
-
0
votes2
answers2620
viewsdecrease time of jQuery slider
I did not use any plugin to make a simple transition between Divs, because it was not to be anything too complicated and did not want to overload the page with several plugins, but in my script the…
-
0
votes1
answer274
viewsHow to concatenate Radiobuttons values into Razor/HTML?
I have a question and it’s kind of hard to find a practical way to solve. I created a groupbox with 10 radiobuttons. I would like to know the best practice so that when the user marks one of them I…
-
0
votes2
answers1199
viewsGzip compression using Apache server
How to enable gzip compression in Apache? I took a look and saw that it is by htaccess, but every article I read passes a different instruction. Is there any material, article or thing like that…
-
0
votes3
answers20997
views -
0
votes2
answers3665
viewsVariable global angular problem
app.controller('controllerPrincipal', function($scope, $http){ var resultado; $http({method: 'GET', params: {id: 2}, url: 'url'}).success(function(data) { // limpando o retorno var p =…
-
0
votes1
answer260
viewshtml with jquery (tabs)
I’m having a problem getting tabs to work. I get the names of the tabs but not how they should appear inside a rectangle. because next I want to put the php data inside…
-
0
votes2
answers562
viewsTable being rendered by Firefox with different border thicknesses
I have a problem specifically for tables rendered in firefox. I need to use the border-Collapse property on my tables to join the edge of the cells. But when firefox renders the table, the edges are…
-
0
votes1
answer991
viewsSend image to print automatically from web app (html, js and php)
Hello, I have a webapp where I take a photo with a frame for a badge and save it on the server, but I needed to have this image print automatically, ignoring that prompt that appears when we have…
-
0
votes1
answer3192
viewsChange radio button properties from select
Dear(s) I see myself in the following situation in which I cannot imagine a solution: We have a selection field in html containing some Brazilian states and the Federal District, when choosing an…
-
0
votes1
answer1115
viewsCopy HTML and change ng-model
I have a piece of HTML that I am duplicating via HTML. Within the scope, however, ng-model is not working. HTML: <html ng-app="App" ng-controller="Theme" > <head> </head>…
-
0
votes1
answer120
viewsIs it possible to customize the Apache directory?
It is possible to customize the Apache directory where the files sent to the server are listed?
-
0
votes1
answer116
viewsMysql connection to Roundcube
Roundcube is a free software Webmail. I need to implement an HTML class for connecting Roundcube to a Mysql database. I have a file that is on the skin/Larry/template/login.html, the idea was to…
-
0
votes1
answer81
viewsVariable class
I have a content loop in Wordpress and within this loop I posted a gallery (also standard WP): <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <?php…
-
0
votes2
answers38817
viewsHow to define the dimensions of an HTML page?
I’m using Dreamweaver and now I’ve tried the website, and the page gets really wide. How I can control the width and height of the page?
htmlasked 11 years ago ChrisAdler 1 -
0
votes1
answer17853
viewsHow to pass a value to next page with PHP
In the code below I try to pass the value to the next page NumeroCartao. But the variable is empty on the next page. How to fix this error? INDEX.PHP <label> Numero da Carteira: </label>…
-
0
votes2
answers680
viewsHow to create the fade effect on a link that uses Sprite?
I created a link with a transition effect, but no fade, but rather a background movement. HTML <a class="botao" href="#">Contrate agora</a> CSS .botao {…
-
0
votes2
answers1376
viewsImage alignment inside the box
I have a 'box' where images are loaded, in all loads the box has the same size, this size is: width:700px; height:575px However, not all images have the same size, that is, their sizes vary being…
-
0
votes1
answer3002
viewsUsing 'Hide' and 'show' in a div
I have a div that when I click on it it shows and hides an ul. With the code like this: <ul class="homeMenuItens"> <li> <div pagina='/produtos/incendio'…
-
0
votes2
answers897
viewsOpen specific accordion by clicking on a list
My problem is this: I have a list (ul>li) that when you click on one of them, you should go to a page containing the specific accordions. This is the website: www.alfacontabil.com.br On the…
-
0
votes1
answer123
viewsImage effect increase when page loads
In this script the images increase but only as we scroll http://tympanus.net/Development/GridLoadingEffects/index8.html The idea is every time the page loads the images have that effect without…
-
0
votes1
answer231
viewsMap Id of one model to another without a Dropdownlist
I had a problem making relationships in my application. my project is from a school, and in it I have to have the occurrences. But when it comes to relating the Student to the Occurrence happened to…
-
0
votes1
answer1505
viewshtml buttons dropdown menu
I have a drop down menu and when I move the mouse to the second chance it disappears. <nav> <ul class="menu"> <li><a href="#">Home</a> <ul> <li><a…
-
0
votes1
answer268
viewsFlashing image in Chrome
I upload a PHP file that brings me an image in jpg. Code: <?php $url = "http://site.com.br/sistema/"; ?> <script…
-
0
votes1
answer39
viewsDecorative input for certain function
I have always had this doubt, but now I need it. Is there a free script or a website, or simply a name of these BOX where we can shape the message with bold, links, quotes codes etc? like this one…
-
0
votes1
answer1037
viewsRun next audio in javascript
I have a question about how to list the next audio using javascript, ie finishing a song will already be listed next. I currently have the following code: function loadPlayer() { var audioPlayer =…
-
0
votes2
answers892
viewsdynamic background - jQuery
I’m testing a slide of images, I’m dynamically altering the background using jquery’s "css" function by changing the url("image path"); But I realized that every time there’s a switch, he lowers the…
-
0
votes2
answers2098
viewsBrowse the entire DOM with jQuery
How to go through the whole DOM and find a certain element in jQuery? Yes, by clicking on li of classe="home", open the div of classe="submenu". <body class="home"> <!-- Header -->…
-
0
votes2
answers278
viewsHow to modify the input file path?
Good evening, I have a file type field, when I click on it opens a dialog box so I can choose a file from my computer. My question is this:: Instead of choosing a file from my computer, I would like…
-
0
votes1
answer75
viewsHtml button when mouse
I’m having a problem making a knob overhang when passing the mouse. <td id="Consulta" class="Title" > <a id="link_abre" href="consultas.html"> <img id="Consulta"…
htmlasked 10 years, 10 months ago ChrisAdler 1 -
0
votes2
answers153
viewsCan you perform a reset when accessing the page?
I wonder if you have a way to execute <input type="reset"> when a page is accessed, without having to click any button!
-
0
votes1
answer102
viewsStrange problem with footer
I’m developing this site: http://conscienciaestelar.filosofiaesoterica.com.br And I’m encountering problems with footer positioning. I’m using twitter bootstrap(just the grid) and SASS as tools. If…
-
0
votes1
answer148
viewsHow to use a variable script? JS
I’m looking to create a custom Javascript: Ex: var lx = function(addr){window.open(addr, '_self'); } But it didn’t work. I used up to visual studio 2012 to edit this script but html did not…
-
0
votes2
answers1887
viewsphp/html Insert various data with the same information
I am in need of some help because I am a bit stuck on that. I have a form where I put information on a worker. Now I want to change this page to be able to insert several workers. At most up to 16…
-
0
votes2
answers1024
viewsCreate links with a mysql table name and display its contents on another page. Is it possible?
I’m trying to create a php page that fetches the name of several tables from a database, displays table names and creates a link to each table. Once the user clicks on the link, it is taken to…
-
0
votes2
answers256
viewsC#: Return value of a href
How do I get the address/URL of a tag < a href="js:redir(2)"> Through an HTML source? NOTE: I tried to use Assembly mshtml, but it also didn’t work!
-
0
votes4
answers1375
viewsHow to change the color of only one element in a form-group with several others?
Hello! What happens to me is this: I am using Bootstrap Validator to validate the fields in my form. However, when I rotate the page, the fields are getting as follows. Note that the "Code" field is…
jquery html css twitter-bootstrap jquery-validateasked 10 years, 11 months ago Victor Alencar Santos 1 -
0
votes2
answers199
viewsHow do I position two Ivs relative to a third (Fixed)?
I want two Ivs below a third that has position: fixed, the problem is that these Divs are behind the third, I’ve tried to change the position of the two Divs to relative, Absolute and Static, but it…
-
0
votes4
answers129
viewsProblem with positioning of div
Good afternoon, you guys, I’m doing a Dropdown menu on a website, I’m having the following difficulty, when I hover over the item, the subitens are below a plugin that uses banner. Ex: If I put to…
-
0
votes1
answer124
viewsHow to make "custom" background for a word? (how the image shows)
How to do this kind of background effect, as shown in the image below? If possible using CSS. I want it to look like the image. I did it with the text-shadow (http://jsfiddle.net/9N94B/) but it…