CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2003
    Location
    Australia
    Posts
    2

    Individual Table Text Decorations

    I have set TD Classes for menu and features so that i can use different text decorations for the hyperlinks within these tables i have tried using style sheets and putting the code into the html but i still can't get them to work the code i used for the menu table is below.

    A.menu {etc}
    A.menu:link {etc}
    A.menu:active {etc}
    A.menu:hover {etc}
    A.menu:visited {etc}

    Please Help it's really starting to annoy.

    [Goodz13:moved:not java related]
    Last edited by Goodz13; March 27th, 2003 at 11:00 PM.
    Regards
    Peter Underwood

    IT Manager
    Sportlink.com.au
    [email protected]

  2. #2
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163
    This sounds more like a JavaScript/HTML question than a Java question - maybe you'd do better in a scripting forum...

    You can only predict things after they have happened...
    Eugene Ionesco
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured