I have an iframe in my HTML document and I'm having a bit of trouble.
I also have a URL bar (fixed position element) at the top of the page that should stay with the user as they scroll. That works fine. I'd like the iframe to fill the remaining space but not be covered up by the URL bar.
This is what I'm talking about. http://s75582.g...
Hello I have an array of "Id's" that comes from DB. I have also a table like this :
And the "Id's" array contain record id, ie:
Array ( [0] => Array ( [id] => 1 [code] => GHY87 [description] => Hello World ) )
Now i want, when i checked any-one check box & then click on Edit Button(Link) then i get the id of that check box.
NOTE:
I...
Hi,
I have seen many HTML table related questions in SO. Many questions about browser specific bugs like CSS and JavaScript by involving HTML table is usually asked. A earlier version of DataTable YUI markup looks like as follows:
// dynamically generated
<table>
<tr>
<td>Some content</td>
<td>Other content</td>
...
hey you must have used Macromedia Dreamwaever & flash & fireworks, in all these aplications on the right side there is a collapsable menu. "When you click on it it expands and show its contents and on another click it collapses"...
I'm working on a project in C# winforms and that sort of menu is an important interface requirement. How c...
Hi,
I have a code like this
<html>
<head>Title
<script>
function callme()
{
alert("Hi");
document.test.action ="testAction.do";
alert(document.getElementById("option").value);
alert('<%=request.getParameter("option")%>');
}
</script> }
</head>
<body>
<FORM method="post" name="test" >
<select name=...
Below are the sample code block i use.
I have two set of css, and want to apply onto two UL component.
however, the result come out, the inner "UL" will hold some of the css which defined for its parent.
and even some of the css defined in "b" will be override by "a"... nightmare...
how can i stop the inheritance???
<ul class="moduleMe...
I'm expanding further on this question.
I currently have an asp.net hyperlink for Select All (NumberOfCheckBoxes) which works, but what I'm looking to do is add another link, possibly just a standard HTML hyperlink for Uncheck Selected (NumberOfCheckedBoxes) and update the value of NumberOfCheckedBoxes as checkboxes are ticked without r...
to any component in html when i add tool tip text by alt="my tool tip text". it works in other browsers but not in fire fox. why. is there a way to enable it in firefox
...
Hi,
this will be quite difficult to explain. I hope I'm able to.
I recently created a custom ASP.net server control, representing a toolbar. The toolbar contains buttons, so HTML elements. To allow me to add an image I use CSS which add it to the background. The CSS which I apply on the input element looks like this:
.button{
pad...
There is a gap between the breadcrumbs and the heading! I cant figure out how to remove it?
http://www.perfectclaims.com/ppiclaimsnew/index.php
Thanks
...
I am getting null when I am using post method while passing a form to the next page
A repeat of this question
link text
<html>
<head>
Title
<script>
function callme()
{
alert("Hi");
alert(document.getElementById("prio").value);
}
</script>
</head>
<body>
<FORM method="post" name="test"enctype="multipart/form-dat...
On a website I'm working on, I would like to collect a user's name and email address to add to a mailing list.
My question is NOT how to do this, I know that part.
What I would like to know is, how would I do this so as to avoid spam, robots, etc?
I would like to prevent as much non-human interaction as possible, while keeping the HTM...
Hi,
I have just checked out what my site would look like in safari and there is a padding difference on my table!
Where there is a table with one column that has text and another that has a form there is padding so that the text in the left column is not right up to the form! This is not the case in safari and im not sure why!
I woul...
I have a span in a long section of HTML; i have done Hit Highlighting of terms by finding my text and wrapping it with a span which makes the text obvious to the user
<span id="MySpan" style="background-color:yellow">Some Text</span>
The problem I have is that adding the formatting was easy if they change the search terms i need to re...
I need know if element is on the sreen, or is it off the screen. How can I do that with jQuery ? For example if my element is out of screen it has attribute top: 3000px.
...
I have four buttons in a form when i click each button it should direct me to its data.I have tried to write the ONCLICK dirtect to the page but nothing is happening.
Do i need a script to activate that or what preferably Java
...
Hi!
Is this menu:
<div class="navigation">
<ul id="nav-menu">
<li class="active">
<div class="sifr-r active"><a href="#" title="home" class="top-link"><span class="blue-small">01.</span><br />HOME</a></div>
<div class="blue-line"></div>
</li>
<li>
<div class="sifr-r"><a href="#" title="property managemen...
I am trying to upload multiple files but when i select more than 1 djz_file it doesn't get any information form $_POST and $_FILES, in case of single file it works well.
<fieldset>
<legend>Add New Release</legend>
{if $action eq 'failure'}
<div class="error">Release Ad...
Possible Duplicates:
Custom attributes - Yay or nay?
Non-Standard Attributes on HTML Tags. Good Thing? Bad Thing? Your Thoughts?
In current learning project I am working on, I need to add an attribute whose value will be a number. At first I thought of using "id" for this purpose but an answer revealed that it is not good to d...
My .aspx form dances around when I tab from a textBox to another textBox, but the worst jumping around occurs when I tab to or from a DropDownList.
All I have is few textboxes. nothing complex, no gridviews, no labels.
What am I doing wrong?
IE8 .NET 3.5
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Requestor.aspx.vb" I...