![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm attempting to create a link that is invisible to the user (there is a background image that contains a letter in a logo which appears to the user as the link) but will still be clickable. I have made it a list item so that it can also act as drop down menu on hover, and I've gotten this part to work even with the visibility set to hidden. But I also want an onClick function, and I'm finding that this only works when the item is visible. Here is was I have for this a href="#" style="visibility:hidden" onClick="swaptext('<p>text text text text text.</p>'); return false">A</a Is there any way to do this? |
#3
| |||
| |||
|
|
Gazing into my crystal ball I observed alice <al... (AT) fearofdolls (DOT) com writing in news:44926f0d-2e09-4f77-b3b8-82e1a58c5123 @u36g2000prf.googlegroups.com: I'm attempting to create a link that is invisible to the user (there is a background image that contains a letter in a logo which appears to the user as the link) but will still be clickable. I have made it a list item so that it can also act as drop down menu *on hover, and I've gotten this part to work even with the visibility set to hidden. But I also want an onClick function, and I'm finding that this only works when the item is visible. Here is was I have for this a href="#" style="visibility:hidden" onClick="swaptext('<p>text text text text text.</p>'); *return false">A</a Is there any way to do this? http://www.cs.tut.fi/~jkorpela/www/links.html -- Adrienne Boswell at Home Arbpen Web Site Design Serviceshttp://www.cavalcade-of-coding.info Please respond to the group so others can share |
#4
| |||
| |||
|
| http://www.cs.tut.fi/~jkorpela/www/links.html [...] That's alot of reading, |
|
but upon skimming thought it I don't see anything about how to make a link invisible. |
|
Is there anyone who can help me to answer my question? |
#5
| |||
| |||
|
|
Scripsit alice: http://www.cs.tut.fi/~jkorpela/www/links.html [...] That's alot of reading, Indeed, and much more useful than trying to break your page. By the way, it's relevant stuff, more relevant than a fullquote (quoting a person's entire message while you only comment on one line). but upon skimming thought it I don't see anything about how to make a link invisible. That's because such an operation both useless and trivial, and it surely does not help links to be links. Is there anyone who can help me to answer my question? If you are dissatisfied with the service you get from the group, please ask for a refund. -- Jukka K. Korpela ("Yucca")http://www.cs.tut.fi/~jkorpela/ |
#6
| |||
| |||
|
|
I'm attempting to create a link that is invisible to the user (there is a background image that contains a letter in a logo which appears to the user as the link) but will still be clickable. I have made it a list item so that it can also act as drop down menu *on hover, and I've gotten this part to work even with the visibility set to hidden. But I also want an onClick function, and I'm finding that this only works when the item is visible. Here is was I have for this a href="#" style="visibility:hidden" onClick="swaptext('<p>text te xt text text text.</p>'); *return false">A</a Is there any way to do this? http://www.cs.tut.fi/~jkorpela/www/links.html That's alot of reading, but upon skimming thought it I don't see anything about how to make a link invisible. Is there anyone who can help me to answer my question? |
#7
| |||
| |||
|
|
On 09 Jun 2008, alice <al... (AT) fearofdolls (DOT) com> wrote: I'm attempting to create a link that is invisible to the user (there is a background image that contains a letter in a logo which appears to the user as the link) but will still be clickable. I have made it a list item so that it can also act as drop down menu *on hover, and I've gotten this part to work even with the visibility set to hidden. But I also want an onClick function, and I'm finding that this only works when the item is visible. Here is was I have for this a href="#" style="visibility:hidden" onClick="swaptext('<p>textte xt text text text.</p>'); *return false">A</a Is there any way to do this? http://www.cs.tut.fi/~jkorpela/www/links.html That's alot of reading, but upon skimming thought it I don't see anything about how to make a link invisible. Is there anyone who can help me to answer my question? It kind of sounds like the difficulty is a javascript one. *Perhaps your j/s is at fault? *More info at comp.lang.javascript. Btw just in case, links should be inline elements and a url helps troubleshooting immensely. -- Neredbojiashttp://www.neredbojias.net/ Great sights and sounds- Hide quoted text - - Show quoted text - |
#8
| |||
| |||
|
|
Yes, I would like a refund please. Whenever I post on this group trying to get an answer, I just get rants and opinions which never help. |
#9
| |||
| |||
|
|
Gazing into my crystal ball I observed alice <alice (AT) fearofdolls (DOT) com writing in news:c4543ab2-5d7b-4cce-a3ba- 929699fe6ecf (AT) i36g2000prf (DOT) googlegroups.com: Yes, I would like a refund please. Whenever I post on this group trying to get an answer, I just get rants and opinions which never help. Welcome to Usenet. Usenet is for discussion of topics, not a 24/7 help desk. If you happen to find an answer more power to you. |
#10
| |||
| |||
|
|
I'm attempting to create a link that is invisible to the user (there is a background image that contains a letter in a logo which appears to the user as the link) but will still be clickable. I have made it a list item so that it can also act as drop down menu *on hover, and I've gotten this part to work even with the visibility set to hidden. But I also want an onClick function, and I'm finding that this only works when the item is visible. Here is was I have for this a href="#" style="visibility:hidden" onClick="swaptext('<p>text te xt text text text.</p>'); *return false">A</a Is there any way to do this? http://www.cs.tut.fi/~jkorpela/www/links.html That's alot of reading, but upon skimming thought it I don't see anything about how to make a link invisible. Is there anyone who can help me to answer my question? It kind of sounds like the difficulty is a javascript one. *Perhaps your j/s is at fault? *More info at comp.lang.javascript. Btw just in case, links should be inline elements and a url helps troubleshooting immensely. Do I need to do something further to define it as an inline element? |
![]() |
| Thread Tools | |
| Display Modes | |
| |