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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T22:43:57+00:00 2026-05-29T22:43:57+00:00

Im trying to achieve a heading effect link on bbc: http://www.bbc.co.uk/ scroll down to

  • 0

Im trying to achieve a heading effect link on bbc: http://www.bbc.co.uk/

scroll down to most popular/whats on/explore

I’m after an effect where the heading is with text on the left and the arrow on the right.
and on hover both change color.

how can it be done so the heading fills the container and has the behaviour described?

thanks

  • 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-29T22:43:59+00:00Added an answer on May 29, 2026 at 10:43 pm

    You can use floats to make the arrow stick to the right side by floating it to the right

    .arrow { float:right; }
    

    For the color change you will need to change the contained elements when the mouse is hovered on the container

    .container:hover .title, .container:hover .arrow { color:green; } 
    

    You can check my example here.

    Update

    Working with hyperlinks does not make it any different. All you have to do is wrap the two containers inside a hyperlink and then apply changes to the hyperlink like
    http://jsfiddle.net/pZtGw/3/

    The new html markup would look similar to this

    <div class="container">
        <a href="your_link_here">
             <div class="title"> This is a title </div>
             <div class="arrow"> > </div>
        </a>
    </div>
    

    And instead of applying the color change to the two contained elements, we change the hyperlinks color property through our CSS flie

    .container:hover a { color:green; } 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im trying to achieve an output like this {status:ok,0:{id:11,title:digg,url:http://www.digg.com}} but instead i am getting
Im trying to achieve the following effect in rails: If the text is bigger
I am trying to achieve a gradient + text shadow effect in Chrome/Safari using
I am trying to achieve something similar to the way the heading of a
Im trying to achieve oblique projection ( http://en.wikipedia.org/wiki/Oblique_projection ) in the xna framework: float
I have a IKImageBrowserView embedded inside an NSScrollView. I'm trying achieve scroll bars like
Im trying to achieve an inner-shadow effect on a simple box, something like: alt
Im trying to achieve fade-to-black effect, but i dont know how to do it.
Im trying to achieve a nice fade to color effect when you mouse over
I am trying to achieve a certain effect using jquery ui. I have a

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.