You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Design the Web with CSS
Hi,
is possible to change for example <a href="" title="something
descriptive"> title appearance?
I mean, is possible to change the background color or the font-weight
or other parameters?
thanks a lot
bye,
Devon Miller
unread,
Jan 29, 2008, 5:36:37 PM1/29/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to css-d...@googlegroups.com
Yes, what you want to look at are the dynamic pseudo classes for A.
Note: In IE the dynamic pseudo classes are only supported on the A tag. Firefox will let you use them with any tag enclosing content (ie, you can't apply them to BR ot HR tags).
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Design the Web with CSS
In 6 Feb, 20:20, Devon <devon.c.mil...@gmail.com> wrote:
> The presentation of the title as a tooltip is a function of the
> browser and is not controlled by HTML or CCS.