hello, i have ajax script for select some infomrations.
If the user selects a choice, a popup requesting permission for the user to overwrite the address component fields. The message should appear if the fields were empty.
I want to know how to do this confirmation popup?
HTML:
<html>
[..]
<div style="width:54.5%;float:right;"...
My task is to create a Zend Form from the next Html:
<form method="post">
<h3><a href="">link1</a></h3>
<div>
<input type="text" name="name1">
</div>
<h3><a href="">link2</a></h3>
<div>
<input type="text" name="name2">
</div>
</form>
...
im looking for a small plugin which let me create formated javadoc. at the moment im doing it with word (or http://tinymce.moxiecode.com/examples/full.php ) and save the text as a html file which then can be used but i think there must be a easier solution to create nice looking java doc..
...
Hi guys,
I have created a normal HTML menu and used sIFR to for the top nav items. At the moment when you hover over the sIFR link text it changes colour as it should. The issue is that I need the text hover colour to stay active when I hover over the button and not just the text which the text link is surrounded by. sIFR seems to calcu...
I have this strange issue with css hover, on chrome and safari (on opera and firefox it works just fine).
Here you can find a demo of the problem
http://cgi.di.uoa.gr/~grad1054/bug/
In chrome when the mouse is over the html area tag, it somehow misses that is continues to hover over the general div, and so the css rule for the hover is...
hi
i want to create a scroll bar in my project . I have a table which have two row and two column. In first column of first row( width 25%) i want to put a scroll bar . I need the customizes scroll bar. not the overflow style method ..
Is any idea ?
...
Hi Im trying to create the following structure in div's, but I just need some help getting startet with the css.
The width needs to be 100%
...
Hello friends..:)
Can anyone please help with the iframe in the following page:
http://searchbankproperties.com/bank-owned-properties-orlando/
2 questions:
I don't understand why the page is loading slow..
Is it possible to only display the main content of the page I'm trying to iframe without the header and navigation? See the lin...
Here's an odd rendering difference between IE and other browsers.
Internet Explorer 8
Firefox 3.5
Chrome 5
See the difference? That vertical line suddenly stops in IE8. That's because IE8 refuses to display a certain background image. Here's a relevant snippet of CSS code:
td#leftbar {
background: url(img/leftbar.gif) repe...
I got the "New user form". There are three different clearence levels:
client
clientContact
clientRepresentative
And there are some fields, like newMail, newPostalCode, etc.
Here is a code I am using to show an element:
function doShow(obj) {
document.getElementById(obj).style.display = '';
}
A...
Hello, I have following table structure. (Using jQuery)
<table>
<tr>
<td><a href="#"></td>
</tr>
</table>
when I click on <a> I want to add new <tr> next to <tr> of which <a> is clicked.
So the result will be
<table>
<tr>
<td><a href="#"></td>
</tr>
<tr>
<td><a href="#"></td>
</tr>...
Is it considered valid to do the following:
<li>stuff</li class="randomlengthclassname">
<li>stuff</li class="shortclassname">
<li>stuff</li class="reallyreallylongarseclassname">
or do the attribute have to be in the opening tag?
...
Hi,
I am starting to have a look at HTML form security. So far my research revealed three main attack vectors:
Cross-site request forgery (CSRF)
Cross-site scripting (XSS)
SQL Injection
My question is: Are there more attack vectors for HTML forms than these? I am interested in a list of possible attacks through HTML forms.
...
This is my problem, I have a div and inside 2 divs, one is centered and the other one is fixed on the left, the problem is when I resize the screen the centered div overlaps the fixed one, what I wanted to do is detect when the centered div overlaps the other div and change its left value with javascript, but is not working, any ideas?
...
Using the code at http://jsfiddle.net/eSbps/ I am having an issue.
Basically its a menu system that, when you hover over the top levels, the second levels are shown through slideDown('slow');
however to remove the queuing effect i am using stop(true, false).
The issue is that when you hover over it again, the animation will only run t...
I want to display the all the department names in the Dept Table in a combo box.
I have a function which fetches all the Dept name.
How can i dynamically create combo box in runtime, using javaScript or jQuery.
HTML CODE
<select id="searchDepartments">
</select> <input type="button" value="Search" onClick="search();" />
Jav...
this is my html page
<script>
function set()
{
document.getElementById("txt").value++;
}
</script>
<input id="txt" type="text" onchange="javascript:alert('txt changed');" value="0">
<br/>
<input type="button" onclick="set()" value="Set Data"/>
when i press the button, the text box value is changing, and onchange even is not firing
but...
Hi all,
Basically, I am using an iframe to download a file. I set the source of the iframe to the file I want to download. That problem isn't that I can't get a download dialog. The problem is I can't close the window after the download is started.
What I was thinking is I could send back one file with this header.
"Content-Disposi...
Hi, I got this button:
<button type="submit" class="rfrsh-btn submit" name="saveFields" title="Oppdater" value=""> </button>
I understand that elements can have multiple classes:
.rfrsh-btn {
background-image:url(../../upload/rfrsh_nb_grey.png);
...
}
.submit
{
font-size: 0.85em;
padding: 0;
}
This was work...
I wish to make something looking like this:
http://img291.imageshack.us/img291/5571/bartablestyling.png
(Right now i only have that bar at the top)
When i try to write text, it gets under the profilepicture.
I dont want to use float:left for it.
How can i make a table that makes the text like that, and the red arrow i drawed, i w...