• Hey guys, help pls.^^

    I’m trying to put an “underline” effect if I’m going to put my cursor on the links in my sidebar’s title links on the right side and the red title link in the article itself(but not included the anchor text in the post/page). I also want to have that same effect on the title itself in the middle part. How can I do that?

    My site: http://howtogetmyexbacksecrets.com/

Viewing 5 replies - 1 through 5 (of 5 total)
  • For the sidebar links, you should style them

    .sidebar1 a:hover { text-decoration: underline }

    And for the title links,

    .PostHeader a:hover { text-decoration: underline }

    Thread Starter aikuzo

    (@aikuzo)

    Hello Triplanetary,

    How come I don’t see .sidebar1 a:hover at syle.css? I saw the .PostHeader — but not the sidebar…

    I checked sidebar1.php but its not there either… help pls

    Thread Starter aikuzo

    (@aikuzo)

    This is all I see…. in style.css

    /* begin LayoutCell */
    .contentLayout .sidebar1
    {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    overflow: hidden;
    width: 237px;
    }

    Hi, I think he just wants you to add it. You can add it below the code you posted above.

    Thread Starter aikuzo

    (@aikuzo)

    Nice,

    Last question pls; The underline works but it only work on Internet Explorer. On Safari, its not working, anyway I can fix this? tnx

    John

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how can I have "underline" effects on my title links? tnx’ is closed to new replies.