How do you change the look of the alt/title tags?

liunx

Guest
as in this site (<!-- m --><a class="postlink" href="http://www.1976design.com/blog/archive/2003/12/08/crimbo/">http://www.1976design.com/blog/archive/ ... 08/crimbo/</a><!-- m -->)?<!--content-->you can't, what you see there is a javascript tooltip, and as far as they go you can't beat Eric bosrup's contribution to webdesign - overlib<br />
<br />
<!-- m --><a class="postlink" href="http://www.bosrup.com/web/overlib/">http://www.bosrup.com/web/overlib/</a><!-- m --> <br />
<br />
go to paragraph 3 and hover on those links and you will see your tooltip choices<br />
<br />
welcome to the forums :)<!--content-->In Mozilla, if you set CSS properties like this, as the first line of the CSS file, then those properties are inherited by the alt attribute, form buttons, and many other places:<br />
<br />
<br />
<br />
/* Suggested general rules to cover any font-family inheritance bugs. */<br />
<br />
body, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, td, textarea, tr, ul<br />
{<br />
font-family: "trebuchet ms", arial, helvetica, sans-serif; font-weight: bold;<br />
}<!--content-->
 
Back
Top