Hi to all,

Maybe it's as easy as riding a bike but i can't seem to
figure out how to 'align' the text when using hoverbutton
in FP2003. (by default ir 'centers' the text)
Does anybody know how to solve this.

Thanks many times,

Arthur

Re: Hover button text alignment by Murray

Murray
Fri Aug 26 16:34:32 CDT 2005

Don't use hover buttons at all. They rely on the visitor having the Java
engine installed, and most do not. Use Interactive buttons, or just simple
image swaps instead.

--
Murray
============

"News" <tuurtje2000@hotmail.com> wrote in message
news:deo01v$817$1@news6.zwoll1.ov.home.nl...
> Hi to all,
>
> Maybe it's as easy as riding a bike but i can't seem to
> figure out how to 'align' the text when using hoverbutton
> in FP2003. (by default ir 'centers' the text)
> Does anybody know how to solve this.
>
> Thanks many times,
>
> Arthur
>



Re: Hover button text alignment by News

News
Fri Aug 26 16:45:01 CDT 2005

I know the java-thing problem (slow to) and i admitt the hover-button is'nt
the
most ideal thing to use. I'm not familiar with the image-swapping thing, i
saw the
code that's generated by FP when i us InteractiveButton but is really needed
to
generate so much code in one line to "just" swap 2 .gif files?
I do prefer the image swaps but can't see myself 'coding' those lines for
every button
that is because i don't want to use the 'pre-fab' buttons FrPage gave me.
Any idea about this will greatly be appreciated to.

Anyway, Thanks for replying.
Arthur


"Murray" <forums@HAHAgreat-web-sights.com> wrote in message
news:OJlzyXoqFHA.528@TK2MSFTNGP09.phx.gbl...
> Don't use hover buttons at all. They rely on the visitor having the Java
> engine installed, and most do not. Use Interactive buttons, or just
> simple image swaps instead.
>
> --
> Murray
> ============
>
> "News" <tuurtje2000@hotmail.com> wrote in message
> news:deo01v$817$1@news6.zwoll1.ov.home.nl...
>> Hi to all,
>>
>> Maybe it's as easy as riding a bike but i can't seem to
>> figure out how to 'align' the text when using hoverbutton
>> in FP2003. (by default ir 'centers' the text)
>> Does anybody know how to solve this.
>>
>> Thanks many times,
>>
>> Arthur
>>
>
>



Re: Hover button text alignment by Murray

Murray
Fri Aug 26 17:04:24 CDT 2005

See below.

--
Murray
============

"News" <tuurtje2000@hotmail.com> wrote in message
news:deo2gp$3th$1@news4.zwoll1.ov.home.nl...
>I know the java-thing problem (slow to) and i admitt the hover-button is'nt
>the
> most ideal thing to use. I'm not familiar with the image-swapping thing, i
> saw the
> code that's generated by FP when i us InteractiveButton but is really
> needed to
> generate so much code in one line to "just" swap 2 .gif files?

No, but it's much less that the weight added by hover buttons.

FP2003 has a Swap Image behavior. That's what you would use - onMouseOver,
swap the over image in and onMouseOut restore the original image. It's
simple, and it works just fine.

> I do prefer the image swaps but can't see myself 'coding' those lines for
> every button
> that is because i don't want to use the 'pre-fab' buttons FrPage gave me.
> Any idea about this will greatly be appreciated to.
>
> Anyway, Thanks for replying.
> Arthur
>
>
> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message
> news:OJlzyXoqFHA.528@TK2MSFTNGP09.phx.gbl...
>> Don't use hover buttons at all. They rely on the visitor having the Java
>> engine installed, and most do not. Use Interactive buttons, or just
>> simple image swaps instead.
>>
>> --
>> Murray
>> ============
>>
>> "News" <tuurtje2000@hotmail.com> wrote in message
>> news:deo01v$817$1@news6.zwoll1.ov.home.nl...
>>> Hi to all,
>>>
>>> Maybe it's as easy as riding a bike but i can't seem to
>>> figure out how to 'align' the text when using hoverbutton
>>> in FP2003. (by default ir 'centers' the text)
>>> Does anybody know how to solve this.
>>>
>>> Thanks many times,
>>>
>>> Arthur
>>>
>>
>>
>
>



Re: Hover button text alignment by News

News
Fri Aug 26 17:15:02 CDT 2005

Great, Thanks big time Murray
I have never 'been' to the behaviour menu B4.
lots of other things to find out too there.
Works just great.

Greets, Arthur


"Murray" <forums@HAHAgreat-web-sights.com> wrote in message
news:OYCxeooqFHA.364@TK2MSFTNGP11.phx.gbl...
> See below.
>
> --
> Murray
> ============
>
> "News" <tuurtje2000@hotmail.com> wrote in message
> news:deo2gp$3th$1@news4.zwoll1.ov.home.nl...
>>I know the java-thing problem (slow to) and i admitt the hover-button
>>is'nt the
>> most ideal thing to use. I'm not familiar with the image-swapping thing,
>> i saw the
>> code that's generated by FP when i us InteractiveButton but is really
>> needed to
>> generate so much code in one line to "just" swap 2 .gif files?
>
> No, but it's much less that the weight added by hover buttons.
>
> FP2003 has a Swap Image behavior. That's what you would use -
> onMouseOver, swap the over image in and onMouseOut restore the original
> image. It's simple, and it works just fine.
>
>> I do prefer the image swaps but can't see myself 'coding' those lines for
>> every button
>> that is because i don't want to use the 'pre-fab' buttons FrPage gave me.
>> Any idea about this will greatly be appreciated to.
>>
>> Anyway, Thanks for replying.
>> Arthur
>>
>>
>> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message
>> news:OJlzyXoqFHA.528@TK2MSFTNGP09.phx.gbl...
>>> Don't use hover buttons at all. They rely on the visitor having the
>>> Java engine installed, and most do not. Use Interactive buttons, or
>>> just simple image swaps instead.
>>>
>>> --
>>> Murray
>>> ============
>>>
>>> "News" <tuurtje2000@hotmail.com> wrote in message
>>> news:deo01v$817$1@news6.zwoll1.ov.home.nl...
>>>> Hi to all,
>>>>
>>>> Maybe it's as easy as riding a bike but i can't seem to
>>>> figure out how to 'align' the text when using hoverbutton
>>>> in FP2003. (by default ir 'centers' the text)
>>>> Does anybody know how to solve this.
>>>>
>>>> Thanks many times,
>>>>
>>>> Arthur
>>>>
>>>
>>>
>>
>>
>
>



Re: Hover button text alignment by Murray

Murray
Fri Aug 26 20:15:36 CDT 2005

Good going. Swap those images!

--
Murray
============

"News" <tuurtje2000@hotmail.com> wrote in message
news:deo4rm$ol8$1@news1.zwoll1.ov.home.nl...
> Great, Thanks big time Murray
> I have never 'been' to the behaviour menu B4.
> lots of other things to find out too there.
> Works just great.
>
> Greets, Arthur
>
>
> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message
> news:OYCxeooqFHA.364@TK2MSFTNGP11.phx.gbl...
>> See below.
>>
>> --
>> Murray
>> ============
>>
>> "News" <tuurtje2000@hotmail.com> wrote in message
>> news:deo2gp$3th$1@news4.zwoll1.ov.home.nl...
>>>I know the java-thing problem (slow to) and i admitt the hover-button
>>>is'nt the
>>> most ideal thing to use. I'm not familiar with the image-swapping thing,
>>> i saw the
>>> code that's generated by FP when i us InteractiveButton but is really
>>> needed to
>>> generate so much code in one line to "just" swap 2 .gif files?
>>
>> No, but it's much less that the weight added by hover buttons.
>>
>> FP2003 has a Swap Image behavior. That's what you would use -
>> onMouseOver, swap the over image in and onMouseOut restore the original
>> image. It's simple, and it works just fine.
>>
>>> I do prefer the image swaps but can't see myself 'coding' those lines
>>> for every button
>>> that is because i don't want to use the 'pre-fab' buttons FrPage gave
>>> me.
>>> Any idea about this will greatly be appreciated to.
>>>
>>> Anyway, Thanks for replying.
>>> Arthur
>>>
>>>
>>> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message
>>> news:OJlzyXoqFHA.528@TK2MSFTNGP09.phx.gbl...
>>>> Don't use hover buttons at all. They rely on the visitor having the
>>>> Java engine installed, and most do not. Use Interactive buttons, or
>>>> just simple image swaps instead.
>>>>
>>>> --
>>>> Murray
>>>> ============
>>>>
>>>> "News" <tuurtje2000@hotmail.com> wrote in message
>>>> news:deo01v$817$1@news6.zwoll1.ov.home.nl...
>>>>> Hi to all,
>>>>>
>>>>> Maybe it's as easy as riding a bike but i can't seem to
>>>>> figure out how to 'align' the text when using hoverbutton
>>>>> in FP2003. (by default ir 'centers' the text)
>>>>> Does anybody know how to solve this.
>>>>>
>>>>> Thanks many times,
>>>>>
>>>>> Arthur
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>