PDA

View Full Version : hack or css mod?


zachlee
04-03-2005, 08:02 PM
Basically I want all hyperlinks on all of my pages, to just load as "Football-Forums" in the status bar (lower-left)

I am guessing it would be a css mod/hack, but I am not savvy when it comes to coding of a page.

Is it possiable? If so, how can it be done? Thanks!

-Zach

zachlee
04-06-2005, 01:48 AM
bump

maybe if I rephrase my question, it will be easier understood.

Example:

This Link (http://www.zachlee.com) goes to my website.

When you place the curser over the link, it displays the url it is going to (my website)

What can I do, css, hack, mod, etc etc so that when you place the curser over ANY and ALL links, it says something like Genericlike , "MY SITE RULES"

Princeton
04-06-2005, 11:00 AM
if you want it in the status bar you will need to use javascript and will have to edit all the necessary templates and files ...

if you want a 'tooltip' on the link, you will need to edit all the hyperlinks available in the templates and files .... add title="My site Rules"

<a href="/rules.php" title="my site rules">Site Rules</a>