PC Review


Reply
Thread Tools Rate Thread

How can I add custom images to FP rollover/interactive buttons?

 
 
=?Utf-8?B?TmVpZ2hib3VyaG9vZCBKb24=?=
Guest
Posts: n/a
 
      23rd Apr 2005
Hi all, I have being trying to add my own buttons to frontpage but have been
unsucsess ful so far. does anyone know an easy method of creating rollovers
or interactive buttins with you rown images? preferably with the text overlay
still

 
Reply With Quote
 
 
 
 
Steve Easton
Guest
Posts: n/a
 
      23rd Apr 2005
Which version of FrontPage??
If 2003, look at DHTML and Behaviors

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

"Neighbourhood Jon" <Neighbourhood (E-Mail Removed)> wrote in message
news:2F02DBCB-F1DD-4093-87FA-(E-Mail Removed)...
> Hi all, I have being trying to add my own buttons to frontpage but have been
> unsucsess ful so far. does anyone know an easy method of creating rollovers
> or interactive buttins with you rown images? preferably with the text overlay
> still
>



 
Reply With Quote
 
MikeR
Guest
Posts: n/a
 
      23rd Apr 2005
I kinda like this approach. It's pretty flexible, and works in both IE
and Firefox. You need two images, one for the regular look, and one for
the moused_over look. You can insert the regular look image with FP,
then go into HTML View and replace the markup for it with this.

<A HREF="whatever.htm"
onMouseOver="document.images[1].src='images/details_on.jpg';
return true;"
onMouseOut="document.images[1].src='images/details_off.jpg';return true;">
<IMG SRC="images/details_off.jpg" ALT="Some comment" VSPACE="0"
HSPACE="0" BORDER="0" width="147" height="15"></A>

Images are contained in an array, which is what the "1" in
document.images[1].src is an index to. The first image on a page is 0
(zero).
HTH MikeR

Neighbourhood Jon wrote:
> Hi all, I have being trying to add my own buttons to frontpage but have been
> unsucsess ful so far. does anyone know an easy method of creating rollovers
> or interactive buttins with you rown images? preferably with the text overlay
> still
>

 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      24th Apr 2005
Or just use FP2003 Interactive Buttons

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Steve Easton" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
| Which version of FrontPage??
| If 2003, look at DHTML and Behaviors
|
| --
| Steve Easton
| Microsoft MVP FrontPage
| 95isalive
| This site is best viewed............
| .......................with a computer
|
| "Neighbourhood Jon" <Neighbourhood (E-Mail Removed)> wrote in message
| news:2F02DBCB-F1DD-4093-87FA-(E-Mail Removed)...
| > Hi all, I have being trying to add my own buttons to frontpage but have been
| > unsucsess ful so far. does anyone know an easy method of creating rollovers
| > or interactive buttins with you rown images? preferably with the text overlay
| > still
| >
|
|


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I import images for interactive buttons? =?Utf-8?B?a3Jpc3N5X2t6ZQ==?= Microsoft Frontpage 3 5th Mar 2005 08:00 PM
My Interactive Buttons are showing the wrong images. =?Utf-8?B?cHJvZmVzc29yam9obg==?= Microsoft Frontpage 0 15th Feb 2005 07:21 PM
Rollover Buttons / Not interactive buttons. Phillip Vong Microsoft Frontpage 6 13th Apr 2004 05:26 PM
re: Rollover buttons and changing images Jim Buyens Microsoft Frontpage 0 5th Feb 2004 09:00 PM
Re: Rollover buttons and changing images chris leeds Microsoft Frontpage 0 5th Feb 2004 07:46 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:08 PM.