Hi, few questions, just wondering if anyone can help?
I have a table with 1 long row (1000 pixels) and one single column, how do i go about creating a method whereby when the mouse cursor is on the leftmost side of the cell, a variable, lets say X is set to 0, the further right the mouse cursor moves in the cell, the value of X increase...
Is there some sort of HTML designer (WYSIWYG) available that allows me to draw the page and results with a page using DIVs / CSS and not TABLE design?
...
My rails website uses the open_flash_graph plugin to generate flash graphs for my clients. If a customer doesn't have flash installed, it doesn't display any messages, it simply doesn't show any graphs.
I've noticed that if I go to other websites that need flash, I get a yellow bar at the top of my firefox window that offers to "Instal...
I am trying to paste a google tag into homepage head tag but i cannot find it on index.php
Where does it go??
...
I am having a div, which should be centre of the window, even after scrolling. How to achieve it
http://www.flickr.com/photos/41695354@N08/4496376638/
...
I'd like to have a submit button that submits a different value than is displayed on the button. With <input type="submit"> you can't seem to do this. With <button type="submit"> however, these can be two different values. The question is, will it work in all browsers?
Trying this test code here:
<form method="get" action="">
<inpu...
This question asks about file name the servers sends and the fix was quite simply a content-disposition header in the http response.
What I interested in is does anyone know of any way to do this from the client side if the file name is already known? Is there any special javascript to do this for example?
A site I have to use but not ...
What I'm trying to do is to create a link on the same page to a java applet link for which I don't have the parameters. Take a look at any of the chessboards at Chesscalisthenics.com
...
I have an HTML file and I want to use javascript to call a JSP file.
It doesn't have to be javascript, I'm just looking for the easiest way to call the JSP file from the HTML file.
How can I do this?
Thanks.
...
All,
Can any 1 of you show a small piece of code for generating a thumbnail of any website using javascript or jquery,
I had posted earlier but couldnt find any right match for my requirements.
<div id="generate_thumbnail" onclick ="generate();">
//Show thumbnail within this div
</div>
<Script>
function generate()
{
...
my js files are included through header. i dont want to have some .js files included in certain pages, while that particular page is loading. is it is possible.??? help me please.....
...
Hi guys I found out that in order to open a GMAIL compose screen you'd have to be logged in and open the following link:
https://mail.google.com/a/domain/?view=cm&fs=1&tf=1&source=mailto&to=WHOEVER%40COMPANY.COM&su=SUBJECTHERE&cc=WHOEVER%40COMPANY.COM&bcc=WHOEVER%40COMPANY.COM&body=PREPOPULATEDBODY
Repla...
How to preview a website using a iframe.
i.e, the size of the iframe should be should be as of the suggested videos o youtube.
Thanks..
...
Hi,
I'm currently working on a website for a client and I'm getting a strange error in Internet Explorers of all ages.
The site loads with no problems except for a permission denied error inside my JQuery. Stranger still, the error occurs even hosted on my own domain OR if its hosted by Google. At the moment its hosted by me.
The dev ...
Hi
Im working with email address which has an ampersand in it,
the user wants a 'contact us' link to open up a new message wit their address populated,
I normally use href, but the ampersand is causing this not to work,
any idea's?
here's what i have at the moment:
<a href="mailto:L&[email protected]? subject=MessageTitle&"
st...
I have an html document with multiple commented-out PHP arrays, e.g.:
<!-- Array
(
[key] => 0
)
-->
Using PHP, I need to somehow parse the HTML for only these comments (there are other comments that will need to be ignored) and extract the contents. I've been trying to use preg_match_all but my regex skills aren't up to much. Could an...
Ive written a script to send html emails and all works well. I have the email stored in a separate HTML file which is then read in usin a while loop and fgets(). However, i want to be able to pass variables into the html. For example, in a html file i may have something like..
<body>
Dear Name <br/>
Thank you for your recent pur...
Got a CD with a bunch of tutorials etc. done in HTML. What I want is to have a browser window open with no toolbars, fixed width/height etc. because the content is designed to fit nicely into such a window.
You can do this with window.open and put a bunch of parameters in, but this triggers popup blockers and activex warnings. Also it l...
I have the following HTML table:
<table style="width: 100%;">
<tr>
<td class="title_bar_left_border"></td>
<td class="title_bar_middle"></td>
<td class="title_bar_right_border"></td>
</tr>
</table>
With the following css rules:
.title_bar_left_border
{
BACKGROUND-IMAGE: url(tray_left.gif);
WIDTH: 3px;
HEIGHT:...
Hi folks, I'm using the very nice PhotoSlider script from http://opiefoto.com/articles/photoslider to create a slide show of images for one of my clients.
This script replaces a previous hand-coded Javascript solution that allowed for the large image to be clicked resulting in a lightbox modal popup showing the full-size version of the...