HTML (HyperText Markup Language) is the principal markup language used for structuring web pages and formatting content. The most recent iteration of HTML is HTML5.

learn more… | top users | synonyms (1)

-4
votes
6answers
36 views

Changing css styles with javascript

I know there are already threads on this but I couldn't find an answer to fit my needs. I'm trying to use external JS to change external CSS. I have a very simple CSS body style: html, body{ ...
0
votes
1answer
13 views

Prevent a form field from displaying in the browser

I have a form and want that the user field should not be displayed. models.py class Questions(models.Model): user=models.ForeignKey(User) category=models.ForeignKey(Categories) ...
0
votes
1answer
20 views

how to allow only keyboard characters while submitting a form using jquery

how to validate the text field while submitting the form using jquery to display an alert message if the text field contains other than keyboard special characters like ascii characters form 127-255 ...
-4
votes
2answers
24 views

I need to find fixed leftside 100% height menu

I'm Matthew and i'm new here. I need to find a menu which looks like that here: http://noblebank.pl/ (leftmenu) I have searched it a half day and i got no more ideas how to find something like that :) ...
0
votes
0answers
25 views

Trying to generate tree's HTML out of 2 dimensional array

I am trying to generate the HTML for tree like (jsTree) out of a 2d array with no success. I have the following array: My Array and from this array i would like to create a tree html (ul and li) ...
0
votes
2answers
12 views

submit a html form by choosing the already selected option of a select element

I have small html calculator, where you can enter two numbers, with two separate buttons to either add or subtract them, like this: <form method="post" action="<%= actionURL %>" > ...
2
votes
0answers
17 views

Phonegap parse external HTML

I'm wrinting on a PhoneGap app that has the HTML and Javascript for the Navigation local and it should load the contend from the Web. I don't have direct controll over the content Server so I can't ...
0
votes
0answers
7 views

How i should set javascript global variable to get its value properly

I have two html elements on my page. One is dropdown and other is text field(which is working as autocomplete). <select id="match_engine_brand" name="match_engine[brand]" ...
0
votes
1answer
23 views

check all check boxes only in one table

I have multiple tables with rows of check boxes and want to perform a select all if the header check box is selected. I am trying to do this with jQuery without parsing or passing in the table id. ...
2
votes
0answers
38 views

Making fluid 3x3 grid display of 9 divs

Fiddle | FullScreen In the code above, i successfully managed to make a 3x3 grid of 9 divs (8 cloned via jQuery). The grid is centered horizontally but not vertically. Is there any not too complex ...
1
vote
1answer
8 views

Resource not available Apache Tomcat

I frequently use apache tomcat with Eclipse without any problems Now I change my computer , following the traditionel steps to configure tomcat with eclipse 1) unzip tomcat folder 2) Eclipse->new ...
0
votes
0answers
11 views

retrieve html inline style attribute value with jsoup

Is someone to help me retrieve with jsoup the value of the text-align style in this example ? <th style="text-align:right">4389</th> Here i want to get the value right Thank you!
0
votes
1answer
48 views

Why is my CSS :hover @keyframes animation not working?

I am a newbie. Why is this code not working? I want to make the bird fly. My html: <img src="http://dl.dropboxusercontent.com/u/105046436/tw.png" /> <br> <div ...
-2
votes
0answers
11 views

How can i make timezone map with html+javascript

I'm designing a map like this one on this link: http://www.timeanddate.com/time/map/. In this map, each of red dots and grey shaded areas popping up when mouse-over the red dots- are in separated ...
1
vote
2answers
31 views

HTML to Query Source - URL ENCODING(Answer)

What is the following conversion called? Is there any way to generate this source inside PHP from a textbox I input from and what is this process called? Original Title here Description located ...

1 2 3 4 5 11887
15 30 50 per page