Thank you Vragabond.
I actually did have
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
in the header of the html file, just didn't think to include that in the snippet of code I gave.
I don't know why I didn't think of the...
I am trying to get a page to work in Firefox, Safari and Google Chrome. It works fine in IE. I have already done several thing that fixed the issue at one point or another, but to get everything working, it keeps breaking.
The page is at http://marysappliance.dazzlingdesign.com/bio-penny.html...
I don't know that it's perfect, but it's doing what I want now. I may have to fine tune it just a touch later. Here's the code that I ended up with.
function ShowLarger(evt, ImageName) {
evt = (evt) ? evt : ((window.event) ? window.event : null)...
I'll give you guys an hour or two to look at this before I work on this portion of the page anymore.... I say this because if I continue working on it, then what I post here is irrelevant because the code will have changed - hopefully you guys are still around and can look at it shortly.
Dan -...
Thank you Dan.... the response.write was my actual problem and I apologize for not posting an entire example, including html here as I did on another forum where I got the answer, basically the same as yours. The html part of the page that was needed is
<div id="ProductTabs">
<table...
I'll figure out another way of doing it. I didn't think about mentioning the browser I'm using, but it is IE7 which looking back at the book I'm using, it says fixed should work on IE7, but that's the first IE that it should work on. There's too many browsers that it doesn't work on for me to...
I am having trouble getting an image to go where I want it to. There is too much code to give it all to you, so I'll give you what I think is relevant. The page is at http://www.natural-beauty.com/shopping/shopexd.asp?id=145635&template=tmp_newstyle.htm, click on Magazine Covers and move your...
I am having trouble with a for loop and printing out an array. Here is the function:
1 function showmenu(SectionName) {
2 TabName = SectionName + "Tab";
3 TabContainer = document.getElementById('ProductTabs');
4 TabArray = TabContainer.getElementsByTagName('a');
5...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.