I know this question is beyond basic but for some reason, I'm just not comprehending when I should or would want to use this type of input type in a web form/survey. I've created a number of ...
I have a set of links and when I hover either of them, two elements appear;
A background image with some text on it
An image
They appear in different positions on the page and as such, a...
Hi there,
I used email object in VB app to read stream from a HTML document (index.htm) and write into the email object's HTMLBody. The email will be sent to Outlook, yahoo mail, gmail, hot...
On the page http://sponsor.50000steps.co.uk/, there's a Flash applet embedded in the document using an <object> tag. however, the Object tag uses some attributes which are not part of XHTML 1....
Hi Expert,
I have code
function getProgramService()
{
var currentURL = window.location.hash;
document.getElementById(currentURL).style.display = "block";
}
<body o...
I have a website at www.whyrentbooks.com/store, in the nav bar, where there's the search box, under firefox it's showing a weird white space that I can't debug. In Internet Explorer it appears...
Im running a website i designed through a validitng program and i am getting six errors which im going to ask in seperate questions.
The first is ....
# Line 4, Column 30: there is no at...
I'm trying to develop a nice standard looking window for my ASP pages, and i've ended up using the following:
<DIV class="window">
<DIV class="windowHeader">
</DIV>
<DIV class="windowConte...
I'm developing a website here:
http://01f098f.netsolhost.com/
I'm trying to get the page sizes as small as possible because the client has been complaining about page loading times. I have...
How can I simulate table layout via css (at least in IE6+ and firefox)
What I have is original text and translation side by side (of course more complicated then the example below:) )
I ne...
In redesigning our new website, everything lives in a folder called dry_dock. Once the new site is ready to go live, it will emerge from dry_dock. I currently have as many relative paths as ...
First thank you in advance for your time.
I have created a vb6 application. In this application, I have created an html page that displays very nicely in a WebBrowser control. I have retr...
Hi.
When I hover over a link in IE/Win, it makes a clicking sound. The majority of my clients want this disabled. I cannot find any way other than actually configuring the sound propertie...
How can I draw a line like <hr> vertically on a page?
Thanks,
I hate being so baffled by this, but I can't seem to sort out how to specify file and link paths in my local site so they work there as well as when they are uploaded to the server. When creat...
I'm trying to be a good citizen and make my page conform with proper XHTML. But when I use the XHTML transitional doctype declaration, my JavaScript no longer works.
Below is what the Java...
Why can't I have a <div> element with a width of 100% using:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
If ...
How can I remove div scrollbars in XHTML? Thanks.
Hi. Our company is an Asp.net web development company. I recently need to convert our web pages to meet the W3C web stardards. But I found it hard to choose the doctype. we are currently using...
Posting form via GEt method and having mod rewrite or SEO friendly url?
How can I do this?
* I need the following format:
http://domain.com/PAGENUMBER/TERMS
here is my search form:
Hello,
I am familiar with CSS/XHTML and I would like to know the correct way to make a navigation similar to target.com or barackobama.com
Any help will be greatly appreciated!!!!
I'm trying to send an html e-mail through Constant Contact. I've selected XHTML. I get the following error:
Invalid XHTML: An XHTML error has occurred inside the block that ends on line #...
I am looking for sample code to implement a Google Suggest like feature on the textfields of my web application. I also need to know what pieces are required to put this together. Our web ap...
I have an exsting simple table structure with 3 cells in a row:
cell1 is a left border and has a 4 pixel wide image at the top, and a 4 pixel wide background image.
cell2 is the main page bo...
Hi
I have alot of different stylesheets, scripts, etc to include in the head of a template. I'd prefer to strip all that out and put it in an external include file so that I just have to inc...