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 derfloh 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. 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.
  16. alexanderdring

    Linear navigation script

    Hi all, I need to create what sounds like a relatively simple script. You have the page and forward/back buttons. It should be possible to use the buttons to slide back and forth between 12 screens in a linear fashion. That's all! The 12 screens will be different colours to show the changes and...
  17. alexanderdring

    Frames

    Hi all, I have produced two websites and I would like to have one link to the other, but with the identity of the first superimposed onto the second. Is it possible to do this with frames? Think Hotmail: when you follow a link from Hotmail, it displays the Hotmail banner in a frame at the top...
  18. alexanderdring

    Outlook Stationery

    Hi everyone, I need to design some stationery in Outlook that has a banner down the left-hand side of the page for my office. However I need to set it up so that the margins always begin inset from the edge of the page and down a bit. While I can do this with the ruler, it isn't practical to...
  19. alexanderdring

    How to view Fireworks sites on a Mac?

    Hi everyone, I've designed and implemented a site in Fireworks and it works great for what I need it to do. However when I try to look at it on a Mac, after getting through the first splash screen, none of the links work. Does anyone know why? The site is www.haieruk.co.uk I'd appreciate any...
  20. alexanderdring

    Form information to Excel

    Thanks, Not quite sure how I'd do that. Are there any samples around that I could play with?

Part and Inventory Search

Back
Top