Results 1 to 4 of 4

Thread: Cool Text Menu button maker
      
   

  1. #1
    themousepadshop is offline Sergeant
    Join Date
    May 2007
    Posts
    34

    Question Cool Text Menu button maker

    whitemice.net (unpublished)

    Hi! Can't make the following code work. This code is from Cool Text. Can anyone help?

    <img src="cooltext78546902.png" onmouseover="this.src='cooltext78546902MouseOver.p ng';" onmouseout="this.src='cooltext78546902.png';" />

    Thanks

  2. #2
    judavvforum is offline Major
    Join Date
    Nov 2007
    Location
    Arizona
    Posts
    389

    Default Re: problem with Cool Text Menu button maker

    Well, not sure if it is the problem; but there's a (space) in the "mouseover" file name (.p ng). Worth a try!

    Also, the name (MouseOver) has capital letters. May be that also.
    Last edited by judavvforum; 02-03-2008 at 06:27 AM. Reason: added details

  3. #3
    themousepadshop is offline Sergeant
    Join Date
    May 2007
    Posts
    34

    Default Re: problem with Cool Text Menu button maker

    I'll give it a shot...
    Thank You

  4. #4
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Cool Text Menu button maker

    Hi, you need to download the image from cooltext & upload it to your server. When your page is published you will see the images, but you wont see this in preview using the code above. If you want to test in preview? use the code you have & change the image links to have your sites url in front of the image url.
    Note: you only get 1 hour to down load the image at cooltext. If this is not done, you will have to create a new one.

    Good luck.


    Sample:

    <img src="http://whitemice.net/cooltext78546902.png" onmouseover="this.src='http://whitemice.net/cooltext78546902MouseOver.png';" onmouseout="this.src='http://whitemice.net/cooltext78546902.png';" />

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49