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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by alexanderdring

  1. alexanderdring

    Vertical alignment in XHTML

    Hi everyone, I would like to produce a site in XHTML in which the content (a console of 760 x 420 pixels) is automatically centralised vertically and horizontally in all browsers, regardless of screen resolution. I can do this using tables in HTML without a problem, but I'm having trouble with...
  2. alexanderdring

    Problem with accents using a Flash form

    Hi I have a made a really simple flash form and use the code below in order to send the information to a .php file (govip.php), which then in turn uses a phpmailer to send the mail. on (release) { form.loadVariables("govip.php", "POST"); } This code is attached to the "Send" button...
  3. alexanderdring

    Problem with accents using a Flash form

    Hi I have a made a really simple flash form and use the code below in order to send the information to a .php file (govip.php), which then in turn uses a phpmailer to send the mail. on (release) { form.loadVariables("govip.php", "POST"); } This code is attached to the "Send" button...
  4. alexanderdring

    Javascript rollovers

    I think that solved it! Thanks so much for all your help. It's always the tiniest little thing that can cause so much trouble!
  5. alexanderdring

    Javascript rollovers

    Hello again everyone, I appreciate your help but I'm still really struggling with this one for some reason. After some failed tests, I have reinstated niteowl's code for the main link and have totally dismantled the site on this test page...
  6. alexanderdring

    Javascript rollovers

    Unfortunately this code now does not work under IE. Is there a fix for both browsers? Thanks!
  7. alexanderdring

    Javascript rollovers

    Thank you very much theniteowl! I'll try that now.
  8. alexanderdring

    Javascript rollovers

    Hi, The address for the page is http://www.espacefoot.fr/boutiques-espace-foot-france.php It uses a database to call the data that is entered in the box when rolling over one of the footballs. I would appreciate any help; I understand there is a simple way of keeping the information but...
  9. alexanderdring

    Javascript rollovers

    Hi, I have a problem with some javascript rollovers. I'm using the following function: function titlechange(html){ javatitle.innerHTML=html } I then change the information using "javascript:change" on mouseover and mouseout. The problem is that this does not work under Firefox. Is there a...
  10. alexanderdring

    Using frames to load in a new page

    To clarify, that would be: when you press the button, the page changes using frames! Thanks!
  11. alexanderdring

    Using frames to load in a new page

    Hi everyone, This is probably quite simple, but I have a single page in HTML with some content and a single button and I would like to use a frameset to replace the entire page with new content while keeping exactly the same URL in the address bar. Can anyone tell me how to do this? Thanks in...
  12. alexanderdring

    Absolute positioning in CSS

    Hi everyone, On my page, I have three columns and at the top left hand corner of each, I would like to superimpose a logo on a transparent background. For Safari, Firefox and Netscape, I have no problems sitting the logos in a div class with absolute positioning. When I go to IE, the page goes...
  13. alexanderdring

    Back Button

    Hello everyone, Just a quick question; does anyone know how to create an intelligent "back" button in XHTML/CSS that actually returns to the previous page on a site rather than a specific link? I'm sure there's a fairly simple piece of javascript but I haven't been able to find anything. I'd...
  14. alexanderdring

    Stretching backgrounds vertically to accommodate text in CSS

    Hello all, I am building a relatively straightforward site in XHTML/CSS however the background appears as a white label on which all of the content sits. So I have a thin shadow all the way around the content area (760px x 600px) and rounded corners. I'm keep the top and bottom areas of the...
  15. alexanderdring

    Linear navigation script

    100 000 thanks Martin. You are officially a star. Phil.

Part and Inventory Search

Back
Top