The other options are only available once you select an element in your page
--
_____________________________________________
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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________
| Murray, I struggled with your comments for a bit, thought about them and
| decided that you are right in that using bold characters on mouseover is a
| distraction. I'm in the process of removing all of those mouseovers.
|
| I still don't know why I only have Page Load as a dhtml option when I used
| to have Mouseover as the only option. The Frontpage book I have indicates
| there are several others, but none of them show in my dhtml tool box.
|
| Anyway, thanks for your comments.
|
| "Murray" wrote:
|
| > Personally, I think that is a terrible effect - it makes the content move
| > (since bold characters are wider than non-bold characters). I find it
| > terribly distracting.
| >
| > But what you describe is not DHTML, and is not achieved by using behaviors.
| > It's simple CSS and it's achieved by properly defining the pseudo-classes,
| > e.g.,
| >
| > a { font-family:arial, helvetica. sans-serif; color:blue; }
| > a:hover { font-weight:bold; font-style:italic; }
| >
| > Which will do exactly what you describe.
| >
| > --
| > Murray
| > ============
| >
| > | > > The effect that I have been using (and prefer) is to boldface and
| > > italicize
| > > the text that has a hyperlink connection when the mouseover is made. This
| > > makes the selection of the item more evident to the user than the standard
| > > approach. I also change the text color and remove the underline from the
| > > standard format assigned when a hyperlink is made. I understand that this
| > > is
| > > different from the standard, but it is much clearer to the user that they
| > > are
| > > aligned with the hyperlink that they are trying to use.
| > >
| > > I have found a work around to my problem by copying text that I currently
| > > have in my web pages and then changing the text wording and hyperlink
| > > after I
| > > paste the text where I want it. I'd just like to find out what caused the
| > > choices in the dhtml to change and if there is some way for me to set up
| > > Frontpage so that I can a have the full range of choices instead of just
| > > Page
| > > Load.
| > >
| > > "Murray" wrote:
| > >
| > >> What mouseover effect are you wanting to add? Isn't the pseudo-class
| > >> hover
| > >> enough?
| > >>
| > >> When I select text that has a hyperlink applied to it (in FP2003) -
| > >>
| > >> <a href="javascript:;">whatever</a>
| > >>
| > >> I can apply an image swap with mouseover. But the event choices you get
| > >> are
| > >> a function of the kind of behavior you are applying and what you are
| > >> applying them to. So - what are you trying to do?
| > >>
| > >> --
| > >> Murray
| > >> ============
| > >>
| > >> | > >> > I'm using FrontPage 2003. I have entered text on the page and added a
| > >> > hyperlink to the text. I want to do a mouseover of the text so that
| > >> > the
| > >> > user
| > >> > will have verification that this is a hyperlink. When I go to add the
| > >> > dhtml
| > >> > effect, the only option I have is Page Load. I was able to add the
| > >> > mouseover
| > >> > earlier because that was the choice I was given (Page Load wasn't even
| > >> > a
| > >> > choice earlier).
| > >> >
| > >> > "Murray" wrote:
| > >> >
| > >> >> Which FP? What do you have selected on the page when you try this?
| > >> >>
| > >> >> --
| > >> >> Murray
| > >> >> ============
| > >> >>
| > >> >> | > >> >> > When I try to apply a new dhtml effect to text, the only choice I'm
| > >> >> > given
| > >> >> > in
| > >> >> > the box for choosing an event is Page Load. I was previously given
| > >> >> > only
| > >> >> > MouseOver, which I've used with no problem. But, now the choice is
| > >> >> > only
| > >> >> > Page
| > >> >> > Load. I've looked everywhere to find how to open up all of the
| > >> >> > dhtml
| > >> >> > choices
| > >> >> > but have found nothing.
| > >> >>
| > >> >>
| > >> >>
| > >>
| > >>
| > >>
| >
| >
| >