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 TouchToneTommy 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: *

  • Users: Petrolhead
  • Content: Threads
  • Order by date
  1. Petrolhead

    Floating Colums Forced Under

    Hi there, I am having an issue where I am trying to align 3 columns. The central column is being displayed to the left on the top of the page, and the left and right columns are being forced under. Could anyone help me out, I'm having real trouble getting this one to work...
  2. Petrolhead

    Positions menu's

    Hi there, I am having some trouble positioning my js menu's. When i load it in ie8 the menu sticks above the div boundary. In firefox it is kicked out into an overflow jumble down the bottom corner. I've tried making the div taller to accomodate it but it's still sitting up the top. I think...
  3. Petrolhead

    response redirect path problem

    Hi there, I have resolved all other issues with my contct script script. I now get a 404 file not found error when I run it. I believe this is due to a path error on the final response redirect in the code. the thank-you.html file is in the root directory and the contact.asp script is in a...
  4. Petrolhead

    Script Error 'Expected End'

    Hi There, When my contact page runs this script I get the following error: Error Type: Sun ONE ASP VBScript compilation (0x800A03F6) Expected 'End' /thomas-irvine.com/scripts/contact.asp, line 53, column 51 I think I have closed all the ifs unless the elseifs need closing too. Can anyone...
  5. Petrolhead

    Dynamic Menu Positioning

    Hi there, I have used a dynamic menu creator to generate code for a dynamic html menu which I have inserted into the hmenu div on my index page. When viewed in firefox & ie however the menu appears at the very top of the page and rolls down when you scroll down. How do I get the menu to stay...
  6. Petrolhead

    Image WOn't Display

    I'm having troulbe displaying a background image on my banner div. I'm using the following code. #banner{ background-image: url(Images\banner.jpg); height: 110px; border: 0; margin: 0; padding: 0; text-align: center; color: White; } I've tried putting a .\ before the Image...
  7. Petrolhead

    HelpGetting Script To Make Form Work

    Hi there, I'm wondering if anoyne can help me I've designed an HTML contact form and I'm tryign to write a script to get the form to e-mail the information to me. I'm better at VBA than ASP so I was wondering if anyone could have a look at the script for me. ' declare variables Dim EmailTo...
  8. Petrolhead

    How To Get Contact Form To Work

    Hi there, I'm creating a contact form for my website. I have designed the form, but I'm not sure how to go about getting it to process the information and send it to me. I guess I need to add some sort of script to the thank you page?? Can anyone help? <div id="content"> <!-- Begin Main...
  9. Petrolhead

    Collapsing Margins - Can't Find What's Doing It

    I've got an issue with what looks like collapsing margins after adding a sidebar to my site. I can't figure out what's causing the conflict though?? Any help would be much appreciated. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"...
  10. Petrolhead

    Problem With Spacing

    I am new to CSS sheets and have been designing a personal site. I am having trouble with an area of white space between the content div and the footer div. I have tried setting the margins and padding to 0 but it hasn't worked. Am I missing something obvious here? <!DOCTYPE html PUBLIC...

Part and Inventory Search

Back
Top