[help]some wierd error..

http://dm3rd.byethost5.com/

my site has a wierd error, the forum link looks diffrent from the other links, but when i view the page on my computer it looks correct. i think the ad's may be messing it up but i'm not sure.

any help would be greatly apriciated.

#319744

It only looks different after you click on it, right?

That's because you use the :link attribute in the CSS, which displays when the page the link refers to has already been visited.

If your other links worked too, and you clicked on them, you would notice the same problem.

The solution is to change the CSS selector from

#linkbar a:link

to

#linkbar a

Hope that helps!

-NC

P.S: Or am I misunderstanding your problem? It looked the same when I first visited the page...only after I clicked it did it look different.

#319746

In what way different?

edit: nuts. NC posted first... anyway, yeah... it does look different after you click it.

#319747

ah.. thanks.. yes i hadn't click the others because they don't do anything yet.. thanks guys :)

it's not something that i would of thought of..

edit: that fixed it xD thanks..

#319751

No problem...if you need any more help, just ask ;).

-NC

#319764

thanks again, and i will ask again if i'm clueless :P

#319766