For some reason visited background no change to gray color. Anyone know how to fix? a:link { height: auto; display: inline-block; border-radius: 5px; background: rgb(241,231,103); background: linear-gradient(to bottom, rgb(241,231,103) 0%, rgb(241,23
How can I make these buttons all align left with about a 3px space between them and adjust their own size based on how much text is put into them? Unfortunately I don't have access to my own CSS (someone charges hundreds for this privilege). I've bee
I have this code in my navigation bar in Meteor and I'm trying to bold the link when it's active. I've tried using CSS and a:active {} but that doesn't seem to work. <div class="navSecondary"> <div class="menu" align="cen
I was trying to read into how to make a link which can be clicked anywhere within a div and found a solution to my problem from this other stack exchange question which can be found here. The concept of it is simple and it seems like it should work,
So I have this webpage where the whole html's overflow is hidden html { overflow: hidden; } and then I have a nav bar that has anchor links and a div that has the content which has an overflow auto, thus it's scrollable. Nav: <ul> <li><a hr
Having some trouble clicking on links in a nested DIV, from what I've found I need to set z-index somewhere but am having no luck getting it to work. I've tried adding everything but the div id with the links to z-index: -1; and adding just the links
I am looking for a code, which I can put inside a standard HTML href link - that, once the link is clicked, will immediately update a portion of the link in real-time. Something like: <a href="http://example.com/<?php code(); ?>/">Ex
I have a hyperlink that does not navigate to the set URL. It is dead simple I have no idea what is wrong. The link in my aspx page: <asp:HyperLink ID="HyperLinkLostPass" runat="server" Text="Forgot username or password?" N
I'm sure this must have been answered before but I guess I just don't know what I should be using in my search terminology. I'm trying to get powershell to click on a simple 'a href' link. But all the powershell examples I've found for clicking on th
I am trying to get a background image for my web page. I have a link to an external style sheet, which works fine (the CSS applies), but when I try to get the background image using background-image it doesn't show the result. I have tried both absol
I am working on a project in Excel where I want to validate a data set, whenever two cells in a column have a duplicate I want to write the location of the duplicate to a different worksheet that contains a bunch of information regarding errors in th
I want to make a popup box (with text in it) come out when i click a hyperlink. I have 5 hyperlinks in my html. Here is the code : <div class="four columns"> <h4> <a id="OpenDialog" href="#" >Open dialog 1&l
Hello guys I'm creating a website for fun and I was wondering how can you insert a link inside an order/unordered list? Also (although it's not in the title) what is the <li></li> tag?Like this: <ul> <li><a 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 with the URLPath. I know this part is a fail, but c
I'm trying to add dynamic active class to my main menu, but i can't able to achieve this, My jquery is, <script type="text/javascript"> $(document).ready(function() { $('#navi a[href^="/' + location.pathname.split("/")[1] +
I have some files stored on my machine. When a user wants to generate a link the page should generate a hyperlink. This hyperlink can be used by any other user so as to download the fileHave a LinkButton and for the click event do the following your
I have TextView in my app that I want to show text as a link. I have "See Map" string, and I want to show it as a hyperlink (blue and underlined). I'm trying this: tvSeeMap.setText(getResources().getString(R.string.see_map)); Linkify.addLinks(tv
<?php // Random Image With Link // https://getbutterfly.com/ // // Usage: // // Save this file as ads.php and use the include function to call it inside your web site function display_random_img($array) { $key = rand(0 , count($array) -1); $link_url
I have made a simple fragment of html, which contains this: <a href="#"><div>Something here</div></a> It obviously alert me that div cannot be inside an <a> tag. I have used a div, because I want the whole box (div
If the Doctype declares XHTML 1.0 Transitional then would this be acceptable? <a href="" target="_self"> <img src="" width="160" height="160" alt="" /> <img src="" width=
I have this page articles In this page i have nav links on the left, and content loading on the right. function showonlyone(thechosenone) { $('div[name|="newboxes"]').each(function(index) { if ($(this).attr("id") == thechosenone) { $(t
I was wondering if there is any way in CSS3 to style links pointing to the same page that are already displayed in the browser-for example to highlight it red in the navigation telling the user "You are here right now!" since I have few lists wi
Trying to figure out a way to use Javascript to set up a little if-else statement using only part of the url to determine if a link should go one place or another. So far what I got is, <script type="text/javascript"> if (url.indexOf("
I'm currently trying to get links working in emails sent via the PHP mail function. Here is my code - I've also included some things I've tried (commented out along with notes): $to = "
[email protected]"; $subject = "Testing email"; //$
How do I assign this newly created link to the local variable? tblOutput += '<td>'; tblOutput += $('<a></a>') .click(function (e) { $.fancybox({ 'autoDimension': true, 'showCloseButton': true, 'type': 'iframe', 'href': 'WordManagerForm.a
What's the best way to link to an Android Market app without knowing who will get the link (Android user/non-Android user) and from where (desktop/mobile)? For iPhone I use the itunes.apple.com app links. They show a complete description of the app,
i have an application, and in my urls.py i have something like that: urlpatterns = patterns('', url(r'^profile_view/(?P<id>\d+)/$', profile_view, name='profile_view'),) meaning that the profile_view function has id as a parameter. Now, i want to cal
I have tested my website on Safari and Firefox on both PC and Mac and the links work fine. However, my links show up as just plain text on Internet Explorer and Opera. What am I doing wrong? This is my header where my links are contained. It is on se
I am working on globalizing/localizing an asp.net application with C# as the backend. We are in the process of extracting strings to a resource file, and have run into a problem. We are trying to keep sentences together so that they are translatable,
I am trying to keep my Ajax call from posting back to the server when using Prototype. Code: echo " <a href='my.php?action=show&id=".$fid."' onclick=\"return display('".$fid."');\"> "; echo "" .$