Making the entire title-bar clickable
-
Hey loving this simple little plugin.
The only thing is I’d like my widget’s entire title-bar clickable rather than just the characters, as it would be a lot more intuitive in the context of my tile-based website design, and also better for lazy touch-screen use.
In a way implementing it shouldn’t be too tricky, as it would just mean switching the code from creating
<h3><a>Title</a></h3>
to creating<a><h3>Title</h3></a>
but I’m aware the wrapping of <h>s in s was frowned upon in older versions of html, so that might be why you’ve steered clear of that.Could there be the option to choose between the two?
Cheers, Matt
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Making the entire title-bar clickable’ is closed to new replies.