Page 3 of 3 FirstFirst 123
Results 21 to 21 of 21

Thread: popup window close any where on window onclick

  1. #21
    Join Date
    Jul 2006
    Posts
    113
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I don't know what else to say ...

    THANKS jscheuer1 ... and thanks for assisting all of us forum members.

    It works just the way I wanted it.

    updated:

    Anyway to solve why I can't get the text decoration to underline for the class "on this page" ... I may have conflicting css " a: " command:

    URL http://team-raptor.net/girard/myrapt...servo_tip.html



    CSS

    #wrapperL{
    width: 9em;
    background: #e8e8e8;
    color: #000000;
    margin: 0;
    float: left;
    clear: left;
    padding: 1.5em .5em;
    }

    #content1{
    background: #e8e8e8;
    color: #000000;
    }

    #content1 a:visited{
    text-decoration: none;
    }

    #content1 a:link {
    text-decoration: none;
    color: #000000;
    background: #e8e8e8;
    }

    #content1 a:hover {
    font-weight: bold;
    color: #C02020;
    text-decoration: underline;
    background: #e8e8e8;
    }

    #content1 a:active {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    background: #e8e8e8;
    }

    .onthispage {
    font-weight: bold;
    text-decoration: underline;
    font-size: .75em;
    color: #000000;
    }
    Last edited by Girard Ibanez; 08-04-2006 at 04:46 AM.

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
  •