![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
hola, i'm looking for a tutorial on how to make your table cells into links for my drop-down menu. it's a pretty common thing, and i have seen a few snippets here and there for the css code and other stuff, but i can't seem to get it to work. can anyone point me to a tutorial for this? much appreciated if you can. thanks christoff |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
as many of them as possible, but i'm primarily concerned about IE, as our business is a MCP system builder and networking company. but i'd prefer the solution that makes it functional (or at least not totally screwed up) on other browsers as well. |
#5
| |||
| |||
|
|
On 7/15/04 6:54 PM, in article cd75f9$lda$1 (AT) forums (DOT) macromedia.com, "Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote: Adding event handlers to <td> tags will fail on NN4x and perhaps other browsers as well, for what it's worth. Why do you need to make the <td> tag into a link? This kludge seems to work on most browsers. Put a table inside the cell where you want the link to appear and wrap the inner table in the link code, as follows: a href="file.html" stuff ... ><table width="100%" stuff ...>Text and or images</table></a The whole inner table becomes hot. Since it is the full size of cell of the outer table, the outer table cell appears to be hot. I am not aware of any browsers that this is not compatible with, but don't hold me to that. John Gaver Action America (forget everything to contact me direct) Microsoft: (n) Job security for IT consultants. |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
it MUST be enclosed in a cell of another table |
|
On 7/16/04 8:22 AM, in article cd8kr9$gck$1 (AT) forums (DOT) macromedia.com, "Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote: Murray, as I said, it is a kludge. Also, for the link to stay within the boundaries of the table, it MUST be enclosed in a cell of another table, which is what the original question referred to. |
#8
| |||
| |||
|
#9
| |||
| |||
|
|
ok, maybe i'm not being clear....what i'm looking to create is something along the lines of what gary has on his apptools.com site. a css/table/text driven pop-up menu that uses a cell as a link instead of just the text. gary has the css code on his site, but i just can't seem to get it to work with the pop-ups...the base navbar i can get to work fine, it's just the pop-up menus. i'd post my code for it, but i got frustrated yesterday and deleted it and just went with the pop-up menu i had previous. meh. anyways, that's what i'm looking for, and i know that at least gary knows how to make it.....i'm sure it can't be THAT difficult, but i'm at a loss....t's been a long week and my brain hurts. thanks in advance christoff |
#10
| |||
| |||
|
|
ok, maybe i'm not being clear....what i'm looking to create is something along the lines of what gary has on his apptools.com site. a css/table/text driven pop-up menu that uses a cell as a link instead of just the text. |
![]() |
| Thread Tools | |
| Display Modes | |
| |