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
-
0
votes2
answers1762
viewsHow to create a responsive pricing chart?
I need to create a responsive price list, but I don’t know how to start. I don’t know if I use list or table. Below is an example of how it is to stay: Does anyone have any idea?…
-
0
votes1
answer1470
viewsCentralize components of a datatable that is in data editing in Primefaces
How can I center the components of this datatable. When I click to edit the data of the same I realize that the components of data entry are not centralized, but when using a certain tests with css…
-
0
votes1
answer292
viewsPlace tabs inside a form
I have an html document with tabs. That’s ok. Now, inside one of these tabs, I have a form, where I put my controls. I could not put, inside this form more tabs, so that would have a documanto and…
-
0
votes1
answer126
viewsForce the import of css and js on site pages
<nav class="navmenu center"> <ul> <li class="first scroll_btn active" onclick="atualizarPagina('Home.htm');"> <a>Home</a></li> <li class="scroll_btn"…
-
0
votes2
answers792
viewsPosition controls with bootstrap not aligning
I need to do the following: Label above and control below the Abels. I took the example of the page itself twitter bootstrap and it’s not working. Below my code: <div id="tabs-1"> <form…
-
0
votes1
answer743
viewsPlay an audio every time the BD changes
I’m having problems with a page that reads the latest values entered in the comic book of a given counter. The page has a section that is constantly being refreshed (Scores) and the idea is to play…
-
0
votes1
answer52
viewsGrid Boolean Array
Hello, I’m doing a kind of simcity and I had the problem that when I draw I could draw the road over again. So I solved this by creating a Boolean array when drawing that grid area gets true and can…
-
0
votes1
answer679
viewsImporting content from a div of a website into my application
Well I want to take the content of a "div" of a site to display it in my application, I’ve seen something about Webview, but I have no idea how to do...
-
0
votes1
answer17396
viewsSeparate text in two columns
I have a div that will contain two columns. As shown below: Is there any CSS technique to do this? No CSS3, because I want it to work on all browsers. Sure, I could create two Ivs there and put…
-
0
votes1
answer211
viewsCan you assign a function to several css rules in the same Hover, but with different values?
Can you do a css Transition, all triggered by the same element, but with different values? CSS: .co-la { background: none repeat scroll 0 0 green; height: 25px; left: -37px; margin: 0; width: 0%; }…
-
0
votes1
answer771
viewsParallax Scrolling Horizontal
I would like an explanation of how Parallax Scrolling Horizontal works. Effect equal to this site.
-
0
votes1
answer152
viewsSwap image with mouse over bit map field
In HTML page with image type map with a menu of options, I want to change part of the image to another of the field size set for this option, when passing the mouse, something like onfocus or…
htmlasked 10 years, 10 months ago Carlos Pimentel Mendes 3 -
0
votes1
answer1220
viewsIs there any way in HTML to prevent the user of a site from using the browser zoom?
In the html audio tag can I set the player size? In Explorer gets very big! My problem is this: I would like the use of zoom in and zoom out of the browsers not surtisse effect on a particular page…
htmlasked 10 years, 9 months ago I Wanna Know 907 -
0
votes2
answers304
viewsHow to access specific <ul> items with :Nth-Child()?
How can I access items from 2 to 2 in my list using the :Nth-Child() parameter or if it gets easier, access and customize even items?
-
0
votes0
answers666
viewsBundleconfig - No files found on the server
I’m using Kendo UI on a project MVC 4, I made the settings in Budleconfig: bundles.Add(new ScriptBundle("~/bundles/kendo") .Include("~/Scripts/kendo/2013.2.918/kendo.all.min.js")…
-
0
votes1
answer1688
viewsHow to get the URL or anchor on a One-page
I am developing a One-page, and I would like, that each time the customer is in a session, he changes the address from www.teste.com.br to www.teste.com.br/testimonials or…
htmlasked 10 years, 8 months ago Felipe Viero Goulart 3,693 -
0
votes1
answer56
viewsApply class when it is second list item
I have the following HTML code: <ul class="grid_1330 margin-auto"> <li class="homeListagemLi"> <div class="homeListagemDiv"> <ul> <li><img src="./imagens/pessoa.jpg"…
-
0
votes2
answers166
viewsAbsolute position does not work in a fixed menu
I have a following problem, I have a div no body with absolute position, and I have a menu where it is fixed, you have sub-menus and to open them you must pass the mouse over the menu,. Fiddle to…
-
0
votes1
answer46
viewsRemove class depending on site height in refresh?
I own a website with animation that starts as soon as the object on the screen is visualized. However, if I give F5 in the middle of the page, by climbing to the mean refresh top in the middle of…
-
0
votes1
answer344
viewsAs parameter step in html to load in android Webview
I need to pass parameters in the "image" and "embed" tags to load into a webView, but the parameters should be from the Android Assets folder int height = PKViewSize.getHeightOfDisplay(context); int…
-
0
votes2
answers25329
viewsThe HTML page is not "calling" Javascript
I have the following problem, I am using Notepad++ as editor, and when I load the HTML page and fill in the CPF data, nothing happens, there is no answer. My HTML page is: <html> <head>…
-
0
votes1
answer817
viewsDifficulty placing checkbox in treeview with or without bootstrap
This is my treeview: @*Daqui para baixo, tudo se relaciona com a treeview*@ <div class="well" style="width:100%; padding: 8px 0;"> <div style="overflow-y: scroll; overflow-x: hidden;…
-
0
votes2
answers205
viewsSASS function does not work
Good morning! I’m doing some tests with the Sass function it does not return me anything. I thought it was something I was typing wrong, or something like that. I copied the exact function of this…
-
0
votes0
answers31
viewsHow to place a full-width image on a website?
I would like to know how to put a full width image in a website.. I’m making a website and would like to know.. Thank you
-
0
votes1
answer792
viewsHow to customize og tags (Open Graph) on the post page - Wordpress
I am creating a template from scratch for Wordpress, but would like to change the content of og tags according to the content of the post, ie set image title and description Thank you in advance…
-
0
votes1
answer229
viewsFacebook Plugin - Phonegap
I’m using a Phonegap plugin to log in with Facebook, it’s working perfectly, I can get the email and user id, now, I needed to put this data in a JSON for me to work with it via ajax. follows the…
-
0
votes2
answers4814
viewsForeach within a cshtml(view) from a controller
I made a code using Linq and jQuery. Turns out you’re giving me a problem I can’t solve, which is creating a Treeview dynamically. Then I had another idea. To do the foreach right in the View…
-
0
votes1
answer581
viewsHow to control a SWF (Flash) player via Parameters <param> HTML?
I have a player for streaming de áudio and would like to make it easier to change server data (IP and Port). Download Currently I use the free software Swix to edit the data of Player. Data (IP and…
htmlasked 10 years, 9 months ago Alexandre Lopes 2,769 -
0
votes2
answers302
viewsHow do I save the option chosen by the html user as a cookie?
I have a Javascript background change system on my site, and I want when the user chooses the background he wants, the background he chose to keep when he accesses the site again. Javascript…
-
0
votes1
answer2967
viewsBreak line into links
I’m developing a mobile site and I’m having a problem, when I have a very large link (no spaces or '-' hyphens), it doesn’t "break" and leaks the layout. There’s a way to fix it?
-
0
votes1
answer353
viewsGoogle Maps API - window always opens the last
Talk personal, all right? I’m working on Google maps, picking up customers in my bank and putting the Markers on the map according to their latitude and longitude, when you click on the Mark opens a…
-
0
votes1
answer148
views"Quadrant", analyze area around the square
I am with a project and I came up with a problem. The project would be a simple simcity 1 made in pure javascript. The problem is that when it comes to making intersections and curves I can’t detect…
-
0
votes1
answer576
viewsDynamic site with multiple pages of results
I am doing a project of a dynamic website in college and wanted to know how to assemble those result pages with first, second pages and so on without creating new files .php . For example: I have a…
-
0
votes0
answers44
viewsSend e-mail with PHP, without human intervention
I have a doubt of PHP, but I do not even know the terms that I should research. There goes. I’m starting in PHP now, and I’ve come up with a problem I can’t solve. I need to send an email when…
-
0
votes2
answers381
viewsText that slides when hovering the mouse
I have that code marquee here: <marquee direction="left" onmouseover="this.stop();" onmouseout="this.start();" scrollamount="2" height='18px' width='180px'>MEU TEXTO</marquee> I would…
-
0
votes1
answer62
viewsWhy is the escape parameter not recognized in the Cakephp Htmlhelper?
When trying to create an image as a link in cakephp using Htmlhelper, the HTML code is generated as String in the browser <?php echo $this -> html -> link( 'Visualizar' .$this -> html…
-
0
votes3
answers446
viewsHow to let a div 'Fixed' be limited by a main div?
I’m trying to do something like this: https://www.chipart.com.br/computadores/monte_seu_pc where the div containing the purchase values is fixed only while the customization options are visible, but…
-
0
votes2
answers750
viewsHow to apply colors to an image through a color palette without Flash?
A client asked me if I could make a system like this. Could someone give me an idea of how to do this without Flash? It has a cup with a detail and the two objects will receive different colors…
-
0
votes1
answer623
viewsCheck alphanumeric characters in field
I have a validation problem in a text field. I need the field does not allow ALPHANUMERIC characters, this validation has to be done obligatorily with jquery.…
-
0
votes3
answers5268
viewsEvents onmouseover and onmouseout slow to exchange images
I have a problem using the events onmouseover and onmouseout that when passing the mouse it makes the exchange of the images but it is very slow takes too long, there is another way to do this by…
-
0
votes2
answers1677
viewsJquery mask when typing text
I have been researching some Jquery masks to apply on a system, but I noticed that in some examples the mask is displayed when you click on the input, and in other cases the mask is applied during…
-
0
votes4
answers127
viewsRedirecting in PHP
Next, I created a page to edit a piece of content and I would like it to go back to the previous page when I click the refresh button. I’m using the following command: header("Location:…
-
0
votes0
answers36
viewsHow do I make the click not move an element in jQuery?
In this example depending on the place I click, the page moves to reach the ID that is being selected with the click. I would like to prevent the page NAY moved independently of the given click. I…
-
0
votes2
answers366
viewsHow to Overwrite an Image with DIV
Gentlemen, I’m pulling some images from the database, and when the user hovers over them an opaque red color will be above them, and a title and text will be shown. I did this by putting the image…
-
0
votes3
answers136
viewsSaving Selected HTML PHP
I have a code from a select field and I need it to be dynamically in an array the option selected by the user. Every time the user starts the page the selected option appears. Follows the code:…
-
0
votes1
answer440
viewsDialog to feed Form field
On my page there are fields that are tabulated data, where the user must select an existing data in the table For simple case, I’m using the <select><option> of html fed a table reading…
-
0
votes1
answer265
viewsInsert into table and then click using Jquery
I am inserting dynamically in my table, until then everything ok. The problem is when I try to click on one of the lines and I have no answer, I think I’m not entering in the DOM, someone could help…
-
0
votes2
answers119
viewsPut jQuery function on button
I need to place a function call on submit, check if there is at least one file in the database and if there is no form it is not submitted.
-
0
votes1
answer1163
viewsProblem with accents in . serialize()
The .serialize(); takes all form information, but with different accents ex: LOAF stays P%C3%83O , when I test the app on localhost the accents work right but when hospedo gets like this BREAD ??? I…
-
0
votes2
answers1020
viewsHow to open the Twitter site within an Iframe
I’m trying to open the Twitter site inside a iframe <iframe src="https://twitter.com/" width="700" height="700" scrolling="no" ></iframe> or showing a particular purpose <iframe…