(When loading) For some reason the content of my page shifts down really far while the background is stationary and then jumps back up to the appropriate placement. Anyone know why or how to fix this issue? I would really appreciate some help. Thanks!
...
If I put a simple iframe within a DIV any DIV's below it do not show up, the page stops there. If I just type some text with no iframe, it works fine—so it is the adding of the iframe that causes it.
The file loaded by the iframe is dummied right down and just displays the word TEST.
Before I start posting a lot of code and stuff, is t...
Hi all,
Asp.net is my first incursion into web development using server side tech. The last time I used HTML was when tables where used for rendering and CSS was a dream. I know the usual tags but I've come across some like <form /> and <input />.
I haven't used these or CSS before. I am running under the impression that these are stan...
I'm having with some margin or padding issues with IE8 that I'm hoping someone here will be able to help me out. Below is a screenshot of the site in IE7 with the correct spacing (it looks pretty much the same in FF and Chrome/Safari as well).
Next is the same page in IE8 with a whole bunch of extra spacing between the created by line...
I have read up on GPS Real time tracking and found out several things about it, mostly requiring PHP, zope and a database to store the incoming data. Some other methods uses ajax with relations to PHP.
As regards to my question, is it possible to do so with just html and JS, using markers or anything else to populate the Google Map whe...
I have a select menu like this:
<select name="mySelect">
<option value="250" selected="selected">250</option>
<option value="500">500</option>
<option value="1000">1000</option>
<option value="1500">1500</option>
</select>
It comes out looking different depending on OS and I would like it to have a different background...
I need to have a simple calculator that you just change one number and it multiples the value but a number
i.e. if you switch the number from 1 to 3 the below happens. the value can be a text box and the others can be labels
number to buy 1
$175.00 YR 1
$187.50 YR 2
$212.50 YR 3
$225.00 YR 4
$237.50 YR 5
nu...
While polishing my site I noticed there was some unwanted space between 2 elements, so I decided to remove it. But looking at the source, I found this:
Please check it by yourself, there's no trace of this server-side. Live page here: http://www.playersonline.com.ar/guias
Any help would be appreciated.
...
I'm not a developer so I don't know the right term for this.
I am dealing with code done by other and it is coded in a continuous way. Meaning not like this,
<body>
<ul>
<li>List 1</li>
<li>List 2</li>
<li>List 3</li>
</ul>
</body>
but instead, like this, continuously:
<body><ul><li>List 1</li><li>List 2</l...
As the title suggests, I have a span that is automatically generated by SimpleCart (Javascript Cart) - I want to use that span with a different checkout gateway then they support. Therefore, I need to take some of their tags and "echo" them into PHP variables.
For example:
<input type="hidden" name="fltAmount" value="###">
<span clas...
Hi,
I am scraping a website with HTML with php that retrieves a page and removes certain elements to only show a photo gallery. It works flawlessly for every browser BUT any version of IE (typical ;)). We can fix the problem by rewriting the .css file, but we cannot implement it into the head of the php as this will be overwritten by th...
I have a Perl program that is reading html tags from a text file. (im pretty sure this is working because when i run the perl program on the command line it prints out the HTML like it should be.)
I then pass that "html" to the web page as the return to an ajax request. I then use innerHTML to stick that string into a div.
Heres the pr...
I have a page that loads another page(url) onto it. The problem is that the iframe page does not fit well in the outer page. How can I reduce the size of the iframe page having the content of the iframe page intact? I do not wish to have scroll bars.
...
Hello!
I'm encoutered a problem that is could not get a HTML element by element's text.My HTML looks like:
...
<table>
...
<tr>
...
<td class="oMain">test value</td>
...
<tr>
...
</table>
...
For some special reasons,I have to get the '<td class="oMain">' element using it's text 'test value'. I tried '//tr[td='tes...
how do I make an iframe 100% width and height of the window?
...
Hi
i am working on sending email to any recipient like yahoo gmail
my code is
contact form
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Email Form </title>
</head>
...
my css code=
background:url(images/solu_bg.png) no-repeat left top;
but it not covering the whole div background area.why?
...
Hey,
I'm working on a "little" software project for work.
The goal is to generate a html file with tables and export them into pdf.
Unfortunately I cant get the table to act like I want.
One part of the table should display a timescale with days on the lowest row, weeks,months and years are in the rows above an have a pre-calculated ...
i have a form in which I want to display a loader image only if the file upload field has any path in it, for that i thought of creating the image element in java script along with attributes: src, id and alt..
i am not aware of how to create elements using javascript. please help me.
...
Hi, I'm working on a simple, one field, form that works with AJAX. Every time I submit the form and then refresh the page, I get a 412 error (Precondition failed: The precondition on the request for the URL /user.html evaluated to false.). Eventually this form will be AJAX, but right now, I'm just using jQuery to receive the click event ...