PDA

View Full Version : Problems with CSS randomly not working..


aylf
11-03-2005, 04:55 AM
www.addyourlinkfree.com

the css will sometimes cease to work when a link is clicked, and will only become normal again after a refresh, any ideas as to why this may be?

JayC
11-03-2005, 02:42 PM
hmm..this happened on another directory I saw too..hmm

I have no idea aylf :(

David
11-03-2005, 02:46 PM
It's probably just the server failing that request, because either the css in in the code or it is not.

aylf
11-03-2005, 03:02 PM
are there any solutions if it is indeed the server?

JayC
11-03-2005, 03:23 PM
I found a solution; try placing "<link rel="stylesheet" type="text/css" href="{$smarty.const.DOC_ROOT}/main.css" />" in all of the templates. Works for me.