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.
0
votes
0answers
9 views
how make a template with jquery?
i have to make a template with jQuery :
- there are administrator and users.
- users can modify their layout(there are widget that i can assign me(user)). in fact there must be DRAG AND DROP ...
0
votes
0answers
8 views
How to create a table on wordpress like given link
How to create below table with HTML script using DIV but not image, for using script directly on wordpress post.
http://www.image-maps.com/PHP_Map_Image.php
0
votes
1answer
12 views
HTML/CSS Make header and nav sticky on top of the page
Currently working on a web project, I would like to set up a sticky part on my website
that could be always available. I tried different things but nothing worked.
My structure is like below
...
0
votes
0answers
2 views
How to make a stable Durandal router URL
I'm using durandal to make a SPA website. Thing is, the URL not not stable everytime.
I make the login page outsite of SPA, so after login, I use RedirectToAction of MVC3 to redirect to SPA index.
...
0
votes
2answers
26 views
jQuery ajax - no jQuery css
I am trying to navigate through pages with ajax. I have a header and footer a div with id="content" between those two. What I want to do is to replace the content, in order to this I have an onclick ...
0
votes
0answers
6 views
how to use iscroll javascript in phone gap?
I have tried implementing the iscroll java script for my application as a remedial process for the CSS position:fixed that does not work in android 2 and 3 versions using cordova 2.1.0
I have copied ...
0
votes
0answers
12 views
CSS applied to aspx page working in firefox, but not IE. Only the style of 1 button doesn't work. Any ideas?
this is the CSS for the button....
.button:last-of-type,.button:visited, .button:hover, .button:active, .button:active {
background: #7C8C99;
color: #FFFFFF;
display: inline-block;
...
0
votes
2answers
17 views
Placing an input-field in a label, changing bgcolor on focus
So what I'm trying to do, is to put an input-field over a label and change the background-color of the input-field on focus. So that the bgColor covers the text of the label.
Here is what it looks ...
-1
votes
5answers
61 views
change onClick event of div
this is the code to change on click event of div,
Onclick: function { flipIT()},
.
.
.
.
.
.
for()
{
//inside loop
image.onclick = my.onClick;
}
i want to edit my code and change .click ...
3
votes
1answer
39 views
Radio button onChange event on checked element
I have a table which contains two columns.
Let say First column contains Parent Name, and second child names.
First parent element is selected by default. I am hiding children of every parent except ...
0
votes
0answers
11 views
Make datepicker be displayed beyond and iframe
I have a datepicker that is inside an iframe. However, there are times that the iframe is too small and invoking the datepicker will cause the iframe to have scrollbars due to content overflow. I need ...
2
votes
1answer
30 views
jQuery DropDown with Textbox for input
Is there any jQuery Plugin where i on click of the dropdown it shows the list of options. if there are not option that a user wants to select then i want to provide a way via a text box users should ...
1
vote
1answer
23 views
How do I stop onResize function executing its contents while resizing
I want the content of jQuery.fn.resize to only execute after i let go of the mouse button not while i am resizing the window.
I have tried putting onmousedown inside on resize but it didn't work.
...
0
votes
0answers
5 views
Changing url in iOS Safari to manipulate the “Home Screen” bookmark url
I am trying to add a bookmark icon to the iOS home screen. I know this needs user interaction through Safari to add it and if I want my app to generate the html used by safari it all needs to be ...
1
vote
1answer
21 views
Setting a single favicon for the entire website
Hello all at Stackoverflow,
Ok so I've been asked if I can add a favicon to a website, ok easy enough just this bit of code:
<link rel="shortcut icon" ...