An anchor (...) is a HTML element used to define the link between the current element (the anchor) and the destination (URI).

learn more… | top users | synonyms

0
votes
0answers
7 views

Anchor Links to other pages not working in Fireworks which Jquery Ui is included

I have a bunch of anchor links from my navigation menu to different section throughout the website. These anchor links have a nice smooth scroll when linking to them on the actual page - and this ...
2
votes
0answers
19 views

How to dynamically add a hyperlink (BookmarkablePageLink) to DefaultDataTable that is rendered as an anchor

I have a DefaultDataTable that gets its columns programmatically. The markup is simple: <table wicket:id="dataTable" border="0" cellpadding="1" cellspacing="1" width="90%" /> All ...
0
votes
1answer
15 views

validate tags inside anchor

Till now i know that inside <a> you can place a <span> which is perfectly HTML Validate But what about other tags like:- div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, ...
1
vote
0answers
16 views

JQueryUI 1.10.2 issue with anchor tags

Im using jQueryUI to create dynamic tabs. Everything was working properly until the point where I added links(relative paths) to navigate between languages. Here's my code: <ul> <li ...
0
votes
1answer
39 views

Smooth Scroll with Arrows

Right now I have smooth scrolling anchors using some jquery and an easing attribute. I want to be able to scroll as well to each section with the arrow keys. How can I achieve this? HTML <ul ...
0
votes
1answer
38 views

Navigating to correct div using href with multiple tabs?

I have a multiple tabs in a page each with different Id's that are created at run time so <div class="span5" id="@model.Id"> <ul class="nav nav-tabs"> <li ...
0
votes
2answers
34 views

replacing anchor text with jquery

i have tried using html() and text() to try change the text of an anchor - but i cant get it to work :( here is a fiddle to show you - http://jsfiddle.net/kneidels/GzuLh/ ...
0
votes
1answer
38 views

Use text-overflow: ellipsis on an anchor tag

How can you make a <a> tag use the text-overflow: ellipsis property? I have long link names that I would like to truncate. Here is my attempt using the usual text-overflow approach. ...
0
votes
0answers
43 views

How to enable/disable Anchor Tag

Below example is working for enable/disable of href but not for onclick. I need to enable/disable for both attributes Note: I cant simply remove/bind the onclick event to dummy function() as it need ...
1
vote
1answer
33 views

add or remove class to div when scrolling page between anchors

I am developping a condition for my site, so that when i scroll my page to an anchor, the menu item corresponding to that anchor adds or removes a certain class. My problem is that i can't make the ...
0
votes
1answer
24 views

How do I pass the link anchor text

I'm new to Javascript and I've asked several of my Javascript friends and they don't seem to have an answer. I've been developing a simple search query in PHP and it outputs several results for ...
0
votes
0answers
24 views

HTML anchor to javascript slide

I can't figure out how to link the songs text in the nav bar to go to the second slide on my page. Below is the link to the website, and I am trying to make the songs link go to the second slide. ...
1
vote
0answers
19 views

How does Google change the urls in search result page

If you search something in Google (e.g. StackOverFlow), in search result page you can see the StackOverFlow item as result. When you hover mouse in StackOverFlow item browser shows that it's an ...
0
votes
0answers
6 views

Position div to the left when a URL like this www.site.com/index.html#anchor is entered

Can I make a div stick to the left side of my screen when opening up my page from a link? Example: If I go to http://www.runeneesgaard.dk/#aw_man, the "Aw, Man" header and the right side of the div ...
0
votes
0answers
13 views

insert anchor tag inside label

Trying to insert an anchor tag within a label using the following code. It seems to work except that the label text attribute gets hammered and displays nothing. How do I get the label text to ...
0
votes
0answers
14 views

GWT Tree with Anchor does not allow me to select child nodes

i used Tree with TreeItem and textitem and it allows selection of child elements. item = dynamicTree.addTextItem("Menu"); But when i try using it with Anchor, child tree items selection + sign is ...
1
vote
3answers
16 views

In page anchors with spaces in the title

I have a page with some <h1 name="Header Name"> tags. Notice that the name attribute has a space in it. I want to use an anchor so that I can jump to the heading. I thought that if I added %20 ...
0
votes
5answers
27 views

Jquery click anchor inside div distinguish both them

My issue is how to distinguish a clicked anchor and a clicked div where this anchor is inside a div. <div class='box'>Message goes here and this is my anchor <a href="#"> my ...
0
votes
2answers
16 views

Align images beside text

I want to align the images beside the text, and also they need to be click-able. How can I do this? Do I need to make unordered list? Here is the whole page: http://jsfiddle.net/dzadze/68WrB/ ...
0
votes
2answers
34 views

Html page does not redirect for different location hash value

In my page, I have a site menu using the anchor: <ul> <li><a href="/default.aspx#map">Map</a></li> <li><a ...
0
votes
2answers
24 views

Query database on clicking a link

I'm retrieving products from my database and listing them in a while loop. Like this <?php while($row = mysql_fetch_row($result)){ echo '<div class="product_info">'; echo '<div ...
-2
votes
0answers
13 views

scroll and to at anchor by using mouse wheel [closed]

Am creating my company website and what i want is, we the user use his mouse wheel to scroll down and up it will stop at the next anchor and the same with arrow keys. am not good with hard coding, so ...
2
votes
1answer
39 views

Bootstrap and visited links

We are using Bootstrap to provide responsiveness for our sites. It is good UX practice to indicate followed links, but as Bootstrap was built for applications, it doesn't support this. Are there any ...
0
votes
1answer
19 views

When i click the anchor tag it open new tab not new window

I just want that when i click on <a> tag it open new window instead of opening new tab. I already use different code but it open in new tab every time.
0
votes
1answer
11 views

Navigate in timeline to a specific year/month AND post (facebookID) with a single url

i noticed that with an url format : facebook.com//timeline/2013/4 we move to the end of the specified month of the year. Now i need to use an url to navigate a user in my timeline to a specific post ...
-5
votes
2answers
52 views

Get value when an html link is clicked

Is it possible to get the value of the text in an anchor tag when the link is clicked? e.g if you have <a href="#">Tables</a> is it possible to retrieve the value "Tables" in a variable ...
0
votes
0answers
55 views

Anchor target not work

I have a problem with the target tag of anchors. The anchor specification is: <?php echo anchor(site_url('areaResponsable/perfil'), "Aquí", array('target' => '_self')); ?> But, when upload ...
0
votes
0answers
19 views

Anchor Tooltip not showing up

I have a link in my page for which I want to change the text displayed when the user hovers over the link: <a id="mylink" runat="server" onmouseover="javascript:ShowAssignments();" ...
0
votes
0answers
25 views

anchor link to further down page not working: padrino generated

I've got pages that are being dynamically generated by my Padrino app, like pages in a CMS. Routing looks something like: http://myapp.com/pages/show/54374abc32 For a given page (e.g. 54374abc32): ...
1
vote
2answers
44 views

Adding php code to html anchor tag

I'm trying to access an uploaded image which i've saved on my server (in the uploads folder) using the anchor tag. The aim is the provide like a zoom feature. The zoom works fine but the image doesn't ...
1
vote
2answers
29 views

Stackoverflow comment highlight when id of comment is hit in url

I have seen when ever we enter a url in browser, metioned below, the comment is hightlighted. ie. comment element gets a background color. Chrome does not display images on Refresh Any one know, how ...
0
votes
1answer
15 views

Hide Flash Object unless Link to It Is Clicked

I am designing a site for my US History class and cannot seem to find any way to hide the flash object unless the link is clicked as show below. Here is the code. <h1><a ...
0
votes
1answer
32 views

css change background-position for a:visited

I know it may sound stupid but I'm trying to change the background position for an 'anchor element' but I get no result. The HTML looks like this: <a href="http://google.com/" ...
0
votes
0answers
43 views

Anchor tag in iframe via fancybox

I am using fancybox to open an iframe and scroll to an anchor tag but apart from IE where it works perfectly, all other browsers are not consistent and stop in a different place that not the anchor. ...
0
votes
3answers
46 views

<a> tags using CSS background images have no text

I have tags and submit buttons on a website that were built using background images that included the words Submit, Go, etc. If images are disabled then the buttons completely disappear. The ...
0
votes
3answers
36 views

Using select tag as navigation to other pages?

I need to make my navigation of this website work from a drop down select tag. I realise this will involve a bit a jQuery. this is how my HTML looks so far : <div id="top_nav"> <select> ...
0
votes
0answers
21 views

Page jumps to the top when clicking on div with a toggle function

On this page: cems.uwe.ac.uk/~s3-gupta/starterpack/ I have two "floating" sidebars, that can be clicked to open hidden divs. The pages themselves have divs which slide open using JS, and the page ...
0
votes
1answer
24 views

Create a file and download in anchor click

I have randomly created a table with 7 columns. in first and last column I have added anchor tags. Now i want that, when I click on last anchor tag a file should be created and download with the name ...
-2
votes
0answers
18 views

Weird graphics when clicking on an a link [closed]

I'm getting some weird fuzzy lines around my links when I click them, and I can't figure out why. This is the site p.s. the a.mobile-link is there so that the dropdowns appear when you're on a ...
0
votes
0answers
10 views

How can I find the host pages that have anchor text to a specific link?

Here is my question. I am looking for the host pages that contain anchor text that would affect the web placement of a link in a Google search. For example, if there is an external webpage that I am ...
0
votes
2answers
37 views

I want an HTML anchor call a page method and JUST that method;No page_load. Is that posiible?if it is then HOW?

<a href="A.aspx?qs=2"></a> clicking this should fire a method GetMeData(obj sender, eventargs e) in CodeBehind of A.aspx GetMeData() is also bound to an aspButton Ineed to reuse this ...
0
votes
1answer
33 views

mootools validate and submit form on link click

How can I validate my form and submit it on link click event? My code below: new Element('a',{ 'html': "To cart", 'class': 'shop_add', ...
0
votes
1answer
39 views

Avoid auto scrolling to the top after aligning with an anchor properly

I have one of those issues that I have been staring at and researching, but can't figure out. I am loading a listing page with a hash: (example URL) service_page1.php?u=XX01-TR000016#000016 I ...
0
votes
2answers
41 views

Page scrolls down when clicking on a link

I have a problem with pages scrolling down when clicking on my links. I'm pretty sure it's because the browser thinks the link is supposed to be an anchor to a certain area on the page. I'm using ...
0
votes
1answer
34 views

html page loading with different image sizes and anchor links

We have an html page with different image sizes ( about 70 of them). We have a similar problem with image loading and anchor link miss similar to Why do page anchors sometimes miss? When given the ...
-5
votes
0answers
43 views

Navigation using <a> tags on a large web page? [closed]

Designing a web page that is composed of individual fixed width and height div boxes, each with an anchor tag and an individual id. The boxes would be div1, div2, div3, for example, but I would like ...
0
votes
0answers
44 views

How to create a jQuery Mobile link using MVC?

I am trying to create a link at the top of the page to return the user to the home page. My code is: <div data-role="navbar" data-iconpos="left"> <ul> ...
-1
votes
0answers
37 views

Page Anchors Not Working In Chrome but working in IE

Every element has a fixed position. I want to make it auto scroll to the last image with the image right.png to auto go to the last image (me.png) and left.png to auto go to the first image ...
0
votes
2answers
21 views

How to make the page load to an anchor tag?

how could I, or is it possible, to make it so when the webpage loads, the first thing it shows you is the part of the page, where the anchor tag is you want the person to first see. Is it possible? ...
0
votes
2answers
29 views

knockout - HTML href

I have a foreach loop that goes through an array (filesObservableArray). The array has a key/value with the key: URLPath. When I bind the array within the HTML, I would like to set the 'href=' value ...

1 2 3 4 5 37