Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7045209
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:30:10+00:00 2026-05-28T02:30:10+00:00

Not a web developer so i hope you will spare me if this question

  • 0

Not a web developer so i hope you will spare me if this question does not make sense.I tried many ways but due to lack of knowledge of CSS its not working for me.

i have a page with following structure

<div id="content">
   <div class="archive">
      <div class="left-archive">
         <h3><a>Main Left tile</a></h3>
        <ul>
         <li><a link>Link title</a></li>
        </ul>
      </div>
      <div class="right-archive">
          <h3><a>Main Right tile</a></h3>
        <ul>
         <li><a link> Link title</a></li>
        </ul>
      </div>
   </div>
 </div>  

Now my intention was that when the page first display all link should be underlined and when i hover over them text-decoration should be none.
i write this css code

.archive  ul li a:hover{
  text-decoration:none;
  outline:medium none;
}
.archive   ul li  a:visited {
  color:#4280B4;
  text-decoration:underline;
}

 .archive h3 a:visited{
  color:#CE4F00;
  text-decoration:underline;
}


.archive   h3 a:hover{
  color:#3C78A7;
  text-decoration:none;
}

but this is not working and its picking the following CSS entry from same CSS file

a:link, a:visited {
    color: #3c78a7;
    text-decoration:none
    }

a:hover, a:active {
    color: #3c78a7;
    text-decoration:underline;
    }

Honestly what i did was simple hit and trial nothing being logical.Can any one guide me to right path how i can achieve correct behavioral.

Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T02:30:11+00:00Added an answer on May 28, 2026 at 2:30 am

    Maybe because you have not written the css attributes for a general anchor tag link. Something like

    .archive ul li a 
     {
       text-decoration:underline;
     }
    
     .archive ul li a:hover
     {
       text-decoration:none;
     }
    

    Then when you hover, you will get the intended effect.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am not a DBA by any means, but being a web developer means
I hope this question is not too off-topic, if it is this post can
I am not a web developer but I do have a lot of programming
I hope this question belongs here. I am developing a web application for a
I'm not typically a web developer, but I'm a decent enough coder that I
I tried a lot but I am not able to deal with this problem.
I'm not a web developer, but I kinda know some basics, I wonna know
I am not a professional web-developer but I am designing one to help out
I've decided to develop a database driven web app, but I'm not sure where
I've got a java server (not web based, more like a big, many-threaded standalone

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.