Cell Link
Cell Link
- Started
- Last post
- 8 Responses
- Prev
How do you cause an entire cell to act as the link?
like the main navigation on http://www.cnn.com
- radar0
where is a whole cell a link?
I don't think it's possible, maybe a hyperlinked div layer?
- freshlysqueezed0
Use a JavaScript onClick handler on the td:
eg:
- stewart0
haha @ freshlysqueezed
- freshlysqueezed0
oops.
eg:
td onClick="location.href=('x')"
replace x with your link URL.
- blaw0
right click > view source
- Terminal270
use ... its very useful.
there are some good website around that tell yo uloads of ways to use them, and they;re all compliant
- Terminal270
sort of like this
- freshlysqueezed0
A List Apart:
..has some great resources/tutorials on building XHTML compliant CSS menus...