Go to previous topic
Go to next topic
Last Post 01/01/1900 12:00 AM by  Anonymous
Changing Link Styles on Toolbar
 1 Replies
Author Messages
Farrah Roberts
New Member
New Member
Posts:3


--
09/14/2005 3:06 PM
    Does anyone know how I can change the text style of the hyperlinks under the toolbar buttons?  I've tried out various different ways but the only way which has worked so far is by changing the link styles in my skin.css.  However, I don't want to change the syles throughout the site - only for the module.  Any advice would be much appreciated.  Thanks.
    Peter Donker
    Veteran Member
    Veteran Member
    Posts:4536


    --
    09/14/2005 3:37 PM

    [QUOTE]farrah wrote
    Does anyone know how I can change the text style of the hyperlinks under the toolbar buttons?  I've tried out various different ways but the only way which has worked so far is by changing the link styles in my skin.css.  However, I don't want to change the syles throughout the site - only for the module.  Any advice would be much appreciated.  Thanks.[/QUOTE]

    As a general tip: view the document source using your browser and check the css class that is given with it. I use CSS classes for just about every element so that they can be properly skinned. In this case it is as follows: it is a regular anchor (without a class) in a td of class 'DMXToolbarButton'. So you may reference it in css as:

    td.DMXToolbarButton a

    Note that the image above it is 'td.DMXToolbarButton img'

    Peter



    ---