I've been struggling to find an answer to this question. That is, how would I have a static row that doesn't sort or move up and down? The reason for this is to have repeated headers in a very large table. The multiple headers Would anyone be able to help?
http://tablesorter.com/docs/
$("#dataTable").tablesorter({
sortL...
There's plenty of examples out there for other languages. Are there any examples for vb.net?
...
I have read a number of books on DOCTYPE declaration and the three variations; strict, transitional and frameset.
but is still not able to fully understand their difference and indeed is not sure which variation I should use when creating my website; in particular i don't understand the difference between strict and transitional.
could...
I've been trying to get this to work for the last two days but have had little success. Maybe I'm getting confused with all the nested divs, who knows, but I could use someone to look at the code and point me in the right direction.
What I have: http://landgraff.com/backend/process.html
What it should look like: http://landgraff.com/pr...
Does anyone know why the site loads in this portion of the page? I am gussing it is jquery related. It is live here : http://littleboxcreative.com/lilboxer/
e. the site loads in the portfolio section instead of the home section where i would like it to load.
...
I would like to get the same behaviour that you get in Microsoft Word with several columns. When column 1 is filled, the text automatically starts in column 2.
I figured there would be a tag or technique on how to do this, but google gave me no usable results.
The obvious workaround would be to manually place text in three columns, but...
can anyone provide insight or a sample of how to create a css based bubble container for html to go inside it?
im looking to make a rounded table. that is to say i want the result to look like a table but with rounded edges. and it would be great to have a slight gradient inside as well.
i found one sample on this site: http://www.seek...
Possible Duplicate:
Which DOCTYPE declaration should we use?
I have read a number of books on DOCTYPE declaration and the three variations; strict, transitional and frameset.
but is still not able to fully understand their difference and indeed is not sure which variation I should use when creating my website; in particular i...
I'd like to display snippets of programming language code, and also HTML code, inside an HTML document using CSS. I want it to be indented and in fixed-width font... I'm thinking of something like:
<blockquote style="some_style">
my code here
my code here also
</blockquote>
and have it appear in a nicely formatted way (bonus if it's c...
Hi everyone!
I have a issue with a table. I want just a border-bottom to be set and I wanted to have no gaps in between the td's, my css looks like this:
#questions td
{
padding: 10px;
border-bottom: solid thin black;
}
questions is the id of my table. I've tried setting the border bottom of the tr but this seems to do nothin...
I am trying to learn how to use ajax and i cant seem to figure out why the below code does not work. All it does is first create a valid XMLHttpRequest object when the page firsts loads and then inserts some text into a section of the pages div area.
Demo.js
var ajaxRequest; // The variable that makes Ajax possible!
function newReques...
In my JavaScript program, I get values from a form through its elements and then print them in order, in an alert. This works fine in Firefox, but in Chrome the order is wacky and it ends with the "Submit" button.
I tried getting rid of the fieldset and adjusting the numbers, and it worked, but I liked the fieldset! Also, I can't just m...
I am trying to use the ctrl and + combination within firefox for a different action for our web application. How could I prevent firefox from zooming when our web application is listening for this event? I do not want to change a setting within firefox, but would like the code to do this somehow. Any suggestions?
...
I was asked to resolve an issue with shtml file and the problem is like this:
A person was asked to edit an shtml file to add a new radio button. She downloaded the file, added some content and uploaded it to the web server. To my utter shock, the img src="images/Front_Page_22.jpg is now pointing to file:///C|\path1\path2\images\Front_P...
I am trying to embed video files (wmv, mpg, avi, mov, etc.) dynamically by creating embed elements in javascript. The problem I am running in to is this has not been very reliable across all browsers and even if it does work, there is no guarantee that the end user has the required plugin to play the video. Ideally, I would convert every...
Let's assume there is a DIV element and it has CSS background-image property.
I want to get urldata(base64) of the background image with Javascript.
I can get urldata of IMG elements but how about this one ?
Thanks.
...
I'm creating a series of video tutorials and would like to prevent users from seeking forward and skipping sections. I'll be using an HTML5 video player that will be used for desktop and iPad browsers. Ideally, I'd like this to work on the iPhone as well, but I realize you have no control over the video on the phone since it uses the i...
im using php, i wanted to know if a user lands on a certain page, and they have to login or signup to be able to do actions like commenting or rating etc. i wanted to able to take the user back to that same page after they login.
i was thinking to use the php get function and pass the url, im not sure thats the best way to do it, thanks...
I am trying to write a menu whose subitems vanish when the page is loaded.
If you need full HTML, I will copy it, however it just consists of a bunch of DIVs, the items under the headers have a class of subitems.
I have managed to do what I need via:
$(document).ready(
$(".subitems").hide()
);
However, in Chrome, despite...
I am working on a project where I have a form that will have multiple 'select' inputs, all with the same set of options. I would like to use jquery to disable/hide an option in the rest of the 'select' inputs, if it has already been selected.
For example:
<select id="1">
<option value="volvo">Volvo</option>
<option value="saab">Sa...