Topic awaiting preservation: td as a link |
|
---|---|
Author | Thread |
Neurotic (0) Inmate Newly admitted From: |
posted 08-13-2004 10:34
HI Folks, |
Paranoid (IV) Mad Librarian From: Berlin (almost) |
posted 08-13-2004 10:44
Hi there, |
Neurotic (0) Inmate Newly admitted From: |
posted 08-13-2004 11:04
u mean I simply add display: block; in my links class: |
Paranoid (IV) Mad Librarian From: Berlin (almost) |
posted 08-13-2004 11:16
Ah you have a class for those links already - I didn't look at the code before posting that. |
Obsessive-Compulsive (I) Inmate From: |
posted 08-13-2004 11:53
i work on it locally. I do not have any nobreakspace in the cells, but display: block; only add more space to the cell, but does NOT make the cell a link, |
Nervous Wreck (II) Inmate From: |
posted 08-13-2004 12:40
I think what you really want is for your link to fill the TD. code: .leftmenu {
|
Maniac (V) Inmate From: under the bed |
posted 08-13-2004 18:36
What you want to do is stop having them all be <td>'s. If you must use a table to do your layout, then make the whole menu be in one <td>, and then do what Kuckus said. |
Nervous Wreck (II) Inmate From: |
posted 08-13-2004 21:27
Good point. This sort of approach using <ul> <li> tags is well documented and lends itself to the semantic structure expected for menus. |
Paranoid (IV) Mad Librarian From: Berlin (almost) |
posted 08-13-2004 21:58
Yep, that's true. Here's some reading material: |