|
Posted by Steve Pugh on 04/13/06 14:02
fritz-bayer@web.de wrote:
> I'm defining a menü with rectangular buttons just using HTML and CSS.
> I use a HTML Table to do so and CSS do draw the rectangles around the
> links.
>
> Only problem is, that people have to directly click onto the link, of
> course. I would like the clickable region to extend to the whole table
> cell, so that clicking into this area, will also be acceptable.
>
> Any ideas how to solve this? Without gifs and mouseovers? I thought
> maybe some kind of transparent clickable gif or I heard somethind about
> imagemaps?
Set the links to display: block; and they will fill the table cells.
Then get rid of the table cells and use something more sensible
instead.
Steve
Navigation:
[Reply to this message]
|