User Profile

Collapse

Profile Sidebar

Collapse
dreamcatcher
dreamcatcher
Last Activity: Jun 29 '07, 10:25 AM
Joined: Nov 3 '06
Location: ireland
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hi Tom,

    I'm looking into doing something similar to what you're describing. I've a background image (2 men+house) on: [code] www.zofocreativ e.com/groundsource/index2.htm[code] that I want to be able to change for random images.
    Questions is: have you got yours working in Safari & Mozilla now. If you have, I'd like to see how you've done it if you don't mind. Thanks, S
    See more | Go to post

    Leave a comment:


  • dreamcatcher
    replied to Javascript image reload question
    Cheers for your reply, I'll investigate....
    See more | Go to post

    Leave a comment:


  • dreamcatcher
    started a topic Javascript image reload question

    Javascript image reload question

    Hi there,

    I'm looking for a javascript function to change a random image, something similar to webtrade.ie's home page or http://old.pwrs.ca/ . I understand the javascript image reloader works with an image as opposed to an image placed as a background in a css file. The project I'm working on has the home page image placed in a css file as a background image. Does anyone know if it's possible to use a similar script as used in the...
    See more | Go to post

  • Thanks for those suggestions Ronald, I checked out the tutorials on about.com and set up the php, seems to be working fine. I've put it to work on www.zofocreativ e.com/zofo_creative_e nquiry_form.htm . Yea, I found the about tutorials managable, as I'm not a php programmer, so I'm delighted with the result and to be able to do it myself without getting my programmers to to it. Cheers, nice one....
    See more | Go to post

    Leave a comment:


  • Is there a workable script out there for formmail for php 5?

    Hi everyone,

    I'm a frontend designer starting to learn about getting forms to work. What I'm after is a script that I can learn from and get working on a site relatively quickly. Something that has the 'how to' details with the script, explaining stuff. A simple feedback form, that displays something similar to what I'm showing below. I need this script to generate an e-mail that is sent back to the visitor saying, thank you etc for...
    See more | Go to post

  • dreamcatcher
    replied to form mail for php 5
    in PHP
    Hi Mad Midget, I'm new to php and getting forms done, only ever 'had' to work with asp form mail script. I'v always been surrounded by programmers to do this end of things. I'm a frontend designer, just kinda starting to get in on being able to do basic stuff to get forms going. Had a look around the forums to get what you're suggesting, haven't found one yet, but will keep looking. Thanks again. S...
    See more | Go to post

    Leave a comment:


  • dreamcatcher
    replied to change background color onclick
    Yea that's possible css alright.

    I think I know what you're wanting to achieve.

    Basically, use the hover to enable the link that's being clicked on to change the colour of the background. Use a class to show the current link that's active.

    I found a solution to something similar a while ago on http://www.htmldog.com/articles/suckerfish/dropdowns/

    I've implemented it on http://www.wallswelldr illing.ie/index2.htm,...
    See more | Go to post

    Leave a comment:


  • dreamcatcher
    replied to form mail for php 5
    in PHP
    Here's the second half of the php 5 form mail script. Hope it hasn't frightened you off too much. I got it on dtheatre.com.



    [PHP]// mail the content we figure out in the following steps
    function mail_it($conten t, $subject, $email, $recipient) {
    global $attachment_chu nk, $attachment_nam e, $attachment_typ e, $attachment_sen t, $bcc;

    $ob = "----=_OuterBoundary _000";
    ...
    See more | Go to post

    Leave a comment:


  • dreamcatcher
    replied to form mail for php 5
    in PHP
    Hi there, thanks for your code and reply.I'll have to send this in 2 posts, as it's too long. I don't want to take out the unnecessary code, in case I wreck it. Thanks

    [PHP]<?
    /*
    ############### ############### ############### ############### ############### ###
    # PLEASE DO NOT REMOVE THIS HEADER!!!
    #
    # COPYRIGHT NOTICE
    #
    # FormMail.php v5.0
    # Copyright 2000-2004 Ai Graphics and...
    See more | Go to post

    Leave a comment:


  • dreamcatcher
    started a topic form mail for php 5
    in PHP

    form mail for php 5

    Hi there,

    I've been using Jack's FormMail.php for PHP5 to get a feedback form working.
    My server supports php 5.

    I'm getting an error of ( Fatal error: Call to undefined function: () in /home/z37711/public_html/formmail.php on line 184 )

    which I can't identify. Would anybody know what this error is please?

    Otherwise does anyone have formmail for php 5 that works?

    Any...
    See more | Go to post

  • dreamcatcher
    replied to CSS Help
    Here you go, use style in either the td or the tr.

    Code:
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>Project</title>
    <style type="text/css">
    h1 {color: #993300}
    p {color: #797373; font-family: Verdana ;font-size: 12px;}
    .red {
    	background: #FF0000;
    }
    .green
    ...
    See more | Go to post

    Leave a comment:


  • Hi there, unfortunately I can't paste a screenshot into this app. but the code is from just below the second heading of About Us.

    In IE the content of "We provide the following.... which is a h3 heading sits below the image "img src="walls_well _drilling_image s/geothermal_home .jpg". Thanks for your time. S

    <p><img src="walls_well _drilling_image s/geothermal_home .jpg" alt="Wall’s...
    See more | Go to post

    Leave a comment:


  • Yea I've a secure server sure....
    See more | Go to post

    Leave a comment:


  • Cheers for the reply Paul,

    what I'm looking at is contained within a single div tag, I probably should have added the url to explain the way IE changes the layout in the center column. Is this a quirks mode thing, I just read about it briefly. Anyway the url is: http://www.wallswelldr illing.ie/index2.htm, the site's a work in progress. S...
    See more | Go to post

    Leave a comment:


  • floating an image to the right of headings and paragraphs

    Hi there,
    I've a problem with IE 6 floating an image to the right of some body content which is contained in a p tag which is followed by a level 3 heading and a list.
    The floated image works fine in the ever dependable Mozilla, i.e. the content aligns neatly along the left hand side of the image. The thing is there's a gap between the first paragraph and the next level 3 heading. I know it's an IE problem, does anyone have a solution...
    See more | Go to post
No activity results to display
Show More
Working...