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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T09:28:36+00:00 2026-05-20T09:28:36+00:00

I have a CSS rectangle in which they are links. +———————–+ | <a href=test>

  • 0

I have a CSS rectangle in which they are links.

+-----------------------+
|  <a href="test">      |
|      <a href="toto">  |      
|<a href="link3">       |
+-----------------------+

I want to browse all tags in this rectangle and get all their href attributes.

How can I do to browse all element in this rectangle ?

The rectangle and tags have an absolute position ( tags doesn’t inherits from rectangle class), so I think we have to browse with coordinates ? Any idea ?

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-20T09:28:37+00:00Added an answer on May 20, 2026 at 9:28 am

    Ok so I make a possible solution :

    • Get the position of the rectangle
    • Get all icons of the document

    
    

    spe_rect.find('.my-icon').mousedown(function(e){
    var x_min = spe_rect.offset().left;
    var x_max = spe_rect.offset().left + spe_rect.width();
    var y_min = spe_rect.offset().top;
    var y_max = spe_rect.offset().top + spe_rect.height();
    console.log('X Min : ' + x_min + ' ' + 'X Max : ' + x_max);
    console.log('Y Min : ' + y_min + ' ' + 'Y Max : ' + y_max);

    $('#doc a.icon').each(function(i, element){
    if ($(element).offset().left > x_min &&
    $(element).offset().left < x_max &&
    $(element).offset().top > y_min &&
    $(element).offset().top < y_max){
    console.log($(element).attr('href'));
    }
    });
    });

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

Sidebar

Related Questions

I have css that works on all tr tags for the table. so in
For text links, I have: CSS: a:link {color: #3366a9; text-decoration: none} a:hover {border-bottom: 1px
I have a CSS class called grid which I place on my tables. I
I have a CSS file, which contain the style information of my web. Some
I have CSS sheet which fails to create a horizontal scroll bar when the
I have CSS items for all my table elements ( <table> , <tr> ,
I have css that which follows.. <style> .body{ width:2px; height:3px; } </style> <style> .anotherOne{
I have written a CSS sprite auto-generator which takes selected images out of the
I have css hover over images for my tabs and I'm trying to get
It is advisable to use tables in HTML pages (now that we have CSS)?

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.