China
|
本帖最后由 leon 于 2013-9-28 06:56 编辑
(1) I use the default template, it doesn't happen, so I am sure it my template's problem. Now I need to find a way to figure out the issue. Here are all the fiels I modified except images and javascripts.
If necessary, I can provide the administrator account to you for testing.
(2) Thx! vot. It's done. But I don't find the code in common.css. - -;- a:focus {
- color: rgb(204, 0, 0); /* vot said: it is RED */
- text-decoration: underline;
- }
Copy the Code Finally I modified the 'extend_common.css'. Change my style:- .liveproduct ul li a:link{color:#272727; text-decoration:none}
- .liveproduct ul li a:visited{color:#272727;text-decoration:none;}
- .liveproduct ul li {color:#c00; text-decoration:underline;}
Copy the Code to- .liveproduct ul li a:link,a:hover,a:active,a:focus{color:#272727; text-decoration:none}
- .liveproduct ul li a:visited{color:#272727;text-decoration:none;}
Copy the Code What ever, it resolved. |
This post contains more resources
You have to Login for download or view attachment(s). No Account? Register
x
|