0
votes
3answers
199 views
Anchor not working in asp.net
Hey everyone,
As the title suggests i've run into a problem with anchors ASP.NET.
I've set them up the same way as you would in standard html
ex:
<a href="#Intro">Introd …
1
vote
3answers
39 views
CSS Cover link text with Image
<th>
My Heading
<a href="#" class="sort-asc" title="sort">Sort Asc</a>
</th>
I want to apply CSS to .sort-asc to replac …
2
votes
5answers
424 views
How to track anchor tags with Google Analytics
I'm trying to track clicks via Google Analytics that do not result in a new request. Specifically, clicks on tabs that are created via the jQuery UI tabs widget. I'm using the olde …
0
votes
3answers
24 views
Position:relative for anchors in webkit broken. Work-arounds?
In our project we used the following method to link users to some anchorred area on the page:
<span style="position: relative; top: -100px; z-index: -1; visibility: hidden;"
…
2
votes
6answers
515 views
a:visited doesn’t work in Mozilla Firefox
I have created a link and when I try to set the style;
a:visited {
text-decoration: underline;
color: #FF0000;
}
It doesnt seem to work. It works fine in IE. I have also …
1
vote
3answers
32 views
Extracting url from anchor tag to use in right click menu
Hey so I set up a right click menu on my site you can see here
http://www.jaminproud.com
Everything works good except I want to add the abilty to open a link in a new tab. I have …
0
votes
0answers
22 views
CSS Make a block element fill the entire space of a parent element in CHROME
This question has been asked (and answered) previously at: http://stackoverflow.com/questions/546946/css-make-a-block-element-fill-the-entire-space-of-a-parent-element
However, t …
0
votes
1answer
13 views
passing parameter with JQuery cluetip anchor
Hi ,
I am using JQuery for the first time and need help.
When i click on a anchor tag it calls a html div and shows up a popup(JqueryCluetip Plugin)
<a class="tips" href="#k …
0
votes
1answer
39 views
How to use the anchor system with a <h:commandLink /> ?
Hello everyone,
Env : IE7 & FireFox3.5, jsf1.2, richfaces3.3.X, seam2.2.0, jboss5.1
I have a very long xhtml form, and somewhere in the middle, the user have to fill a dataTa …
0
votes
7answers
116 views
How do you make a div tag into a link
How do you make a div tag into a link. I would like my entire div to be clickable.
0
votes
5answers
80 views
Docking and Anchoring on a Windows Form application.
Hello!
I'm developing an app for Windows Mobile 5.0 and above, with C# and .NET Compact Framework 2.0 SP2.
I have a WinForm with two panels inside (upperPanel and bottomPanel). …
6
votes
5answers
378 views
Why do page anchors sometimes miss?
On an HTML page, a link like this:
<a href="#pagelocation">Location on Page</a>
...should navigate to this spot on the page:
<a name="pagelocation">
But in …
0
votes
3answers
60 views
JSP Servlet anchor
I'm writing a JSP/Servlet and I'm trying to get the the anchor part of the URI e.g:
blabla.rdf#mark
How do I get my mark from my request? Obviously request.getParameter() doesn' …
5
votes
8answers
3k views
Programmatically scroll to an Anchor Tag
Consider the following code:
<a href="#label2">GoTo Label2</a>
... [content here] ...
<a name="label0"></a>More content
<a name="label1"></a>Mo …
0
votes
2answers
119 views
C# Anchor property doesn’t seem to work
I added some controls to my form and changed Anchor property how I'd expect this to work, but when I resize the form at the runtime, the controls stay at the same place.
For examp …
