Welcome to TalkGraphics.com
Results 1 to 9 of 9
  1. #1
    Join Date
    Jan 2006
    Posts
    23

    Default mouse over text - accessibiltiy for the blind

    Legally, every image on a website should produce descriptive text when you pass a mouse over it. This is so that people with sight problems can hear what the image is when using their accessibility software.

    When adding an image in FrontPage, I simply right click on the image and select picture properties. I then select the tab called General. Where it says "Text:" I simply type in a description of the image. I click OK and the job is done.

    When I pass the mouse over the image, the text appears. To see what I mean, check any professional website and you will see that all the images work in this way. The law in the UK says they have to.

    Using Webstyle 4, this works automatically for the menus. However, it doesn't when using headers and other images not related to navigation. If I select a Webstyle4 header in Frontpage, it doesn't give me the option to add descriptive text for the image.

    Question: Can this be done? If so, how do I do it? I appreciate FrontPage might not help me, but I am hoping that someone will tell me where to put the HTML instructions provided in the Webstyle4 help when it comes to applying it to headers created using Webstyle 4. There is already so much html language involved, I don't know how or where to add the extra information that is needed.

    Ken

  2. #2
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Default Re: mouse over text - accessibiltiy for the blind

    Ken the following link explains how to create alt-text tags for accessibility http://www.cew.wisc.edu/accessibilit...ls/alttext.htm

    In FrontPage go to html view and manually enter the alt-text tag for the header and other graphics that do not offer the Text option on the General Tab.
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update

  3. #3
    Join Date
    Jan 2006
    Posts
    23

    Default Re: mouse over text - accessibiltiy for the blind

    Thanks, that is a great help.

    The trouble is, Webstyle makes it tricky knowing where to insert the extra html. I have a header which simply says STAFF. This is the html:

    <!--webbot CLIENTSIDE
    bot="Ws4FpEx" MODULEID="'SB07 (Project)\Staff.xws'" PREVIEW="&lt;img src='images/Staff.gif?00CE3FDD' editor='Webstyle4' border='0'&gt;" startspan --><img src="images/Staff.gif?00CE3FDD" editor="Webstyle4" border="0"><!--webbot
    bot="Ws4FpEx" endspan i-checksum="34008" -->

    The question is, where do I insert:

    alt="Staff"

    Could someone insert it in the above so that I will know where to put it.

    Ken

  4. #4
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Default Re: mouse over text - accessibiltiy for the blind

    Ken the alt= should go between the img tag and the editor tag.

    <!--webbot CLIENTSIDE
    bot="Ws4FpEx" MODULEID="'SB07 (Project)\Staff.xws'" PREVIEW="&lt;img src='images/Staff.gif?00CE3FDD' editor='Webstyle4' border='0'&gt;" startspan --><img src="images/Staff.gif?00CE3FDD" alt="Staff" editor="Webstyle4" border="0"><!--webbot
    bot="Ws4FpEx" endspan i-checksum="34008" -->

    If you are using FrontPage 2003 or newer (is there a newer version??) when you place your cursor in the code after the Src= "images/Staff.gif?00CE3FDD" tag the intellisense will pop up allowing you to select the alt tag and then type in the information.
    Last edited by Soquili; 18 January 2008 at 03:57 PM.
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update

  5. #5
    Join Date
    Jul 2007
    Location
    Brockville, Ontario, Canada.
    Posts
    4,619

    Default Re: mouse over text - accessibiltiy for the blind

    Quote Originally Posted by Soquili View Post
    If you are using FrontPage 2003 or newer (is there a newer version??).....
    The "newer" version is now called "Expression Web"
    Keith
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    There are 10 types of people in this world .... Those who understand binary, and those who don't.

  6. #6
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Default Re: mouse over text - accessibiltiy for the blind

    Thanks Keith I thought may be the case.
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update

  7. #7
    Join Date
    Jan 2006
    Posts
    23

    Default Re: mouse over text - accessibiltiy for the blind

    Thanks Soquili & ss-kalm, you are wonderful people out there. I can now do alt text with Webstyle4 headers as well as with photos and other images.

    FrontPage did finish with 2003. I have been debating whether to upgrade, I would like to do more with my site. You mentioned Expression Web. Do you know if it is much of an improvement on FrontPage? Do you use it? If not, is there anything you can recommend.

    I am just about to set up my own small business (not web building) and I want to make the most of my website.

    I am delighted by the way that I am now able to comply with the accessibilty regulations. Thanks again.

    Ken

  8. #8
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Default Re: mouse over text - accessibiltiy for the blind

    Ken I have used Expression Web. It is very similar to FrontPage with some added functions. From what I recall during my tests a few months ago, Expression Web creates cleaner HTML code than FrontPage. No webbot references or removing of some hand edited code, no reformatting of the code making it almost unreadable.

    Currently there is no plug-in for Webstyle to integrate with Expression Web. It is still easy to include your Webstyle menus, banners, etc. in an Expression file.

    Another program I use is Web Developer which is also a Microsoft product. The Express version is free and can be downloaded from the Microsoft website. Web Developer is geared more toward a software developer.
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update

  9. #9
    Join Date
    Jul 2007
    Location
    Brockville, Ontario, Canada.
    Posts
    4,619

    Default Re: mouse over text - accessibiltiy for the blind

    Quote Originally Posted by Soquili View Post
    Expression Web creates cleaner HTML code than FrontPage.....
    In my experience, pretty much anything creates cleaner code than FrontPage. However, I am still using Frontpage 2000 so maybe it's better in the newer versions.
    Keith
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    There are 10 types of people in this world .... Those who understand binary, and those who don't.

 

 

Bookmarks

Posting Permissions

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