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 6090643
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:14:14+00:00 2026-05-23T12:14:14+00:00

I would like to obtain button links with an image over the lines. I

  • 0

I would like to obtain button links with an image over the lines.

I did, actually, using CSS:

section a:link, section a:visited {
    width: 150px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    color: white;
    background: #03c;
    padding: 10px 10px 10px 60px;
    display: block;
    text-decoration: none;
}

section div {
    margin-left: 5px;
    margin-top: -9px;
    width: 50px;
    height: 50px;
    float: left;
}

.pdf div {
    background: transparent url('pdf.png') no-repeat 0 50%;
}

Then HTML:

<section class="pdf">
    <div></div>
    <a href="#">Sheet music (PDF)</a>
</section>

But isn’t there a better solution than using negative margins that don’t work in IE7? I tried to put a certain margin-top into section a tags, but due to collapsing margins, it didn’t work.

(Wow, my reputation didn’t allow me to embed an image nor add more than 2 external links.)

  • 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-23T12:14:14+00:00Added an answer on May 23, 2026 at 12:14 pm

    @jill; in your code you put an image outside the link so when you hover the image then your link hide. i don’t know you do it intentionally or not . may be you can use position absolute.

    HTML

    <a href="#"><span>&nbsp;</span>Sheet music (PDF)</a>
    

    CSS

    a{
        display:block;
        position:relative;
        text-decoration:none;
        -moz-border-radius: 10px 10px 10px 10px;    
        background: none repeat scroll 0 0 #0033CC;
        color: white;
        padding: 10px 10px 10px 60px;
        text-decoration: none;
        width: 150px;
    
    }
    a span{
        display:block;
        position:absolute;
        background: url("http://www.jill-jenn.net/drafts/background-image-over-the-lines/pdf.png") no-repeat ;
        width:50px;
        height:50px;
        top:-5px;
        left:10px;
    }
    a:hover{
        background:red;
    }
    

    check this example
    http://jsfiddle.net/sandeep/AwkwF/
    may be that’s help you

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

Sidebar

Related Questions

I would like to obtain the byte array of a JPEG image without using
I would like a way to obtain an HTML element or CSS selector (or
I am using NetBeans 7.1 on Ubuntu 11.04 and would like to obtain triangles
I would like to obtain the byte size of a blob. I am using
I would like to obtain a radial gradient effect on an image ( alpha
When plotting a function using Plot, I would like to obtain the set of
I would like to obtain a CSS-like string from code and add it to
After highlighting text, I would like to obtain the paragraph in which the selected
I would like to encrypt a string ( user's email ) and always obtain
Would like to know the c# code to actually retrieve the IP type: Static

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.