Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DazzlingD

    Floating without specifying all widths

    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...
  2. DazzlingD

    Floating without specifying all widths

    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...
  3. DazzlingD

    css - position: fixed

    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)...
  4. DazzlingD

    css - position: fixed

    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 -...
  5. DazzlingD

    For Loop with an Array

    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...
  6. DazzlingD

    css - position: fixed

    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...
  7. DazzlingD

    css - position: fixed

    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...
  8. DazzlingD

    For Loop with an Array

    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...

Part and Inventory Search

Back
Top