|
Posted by J.O. Aho on 03/04/07 22:39
the red dot wrote:
> "J.O. Aho" <user@example.net> wrote in message
> news:550va2F22d5vnU1@mid.individual.net...
>> the red dot wrote:
>>> this is driving me crazy but i am trying to find some examples of a drop
>>> down selection box with a go button that doesnt use javascript... is
> this
>>> possible or am i barking up a very wrong tree?
>> You shouldn't hit the tree that much, it could get badly hurt, no you
> won't be
>> able to do that without javascript.
>>
> ahh just seen the bit about it not being possible... damn, this could mean a
> whole new layout coming up arghgh
> unless i just have them small (as text links) at the top too, for those
> without javascript... gah all this for the pesky ten percenters, i hope they
> are very happy.
Use the title="" option for the anchor-tag, this way you could use small fonts
on the link text and when the mouse pointer is over the link there will get a
tooltips which is a bigger and more readable than the link itself.
<a href="#" title="The link">the link</a>
--
//Aho
Navigation:
[Reply to this message]
|