Madman00 Posted December 2, 2004 Share Posted December 2, 2004 i Have Sts installed. I can't seem to find where the chnage the colors of the category mouseover in stylesheet. I thought we can modify it thru the below code in stylesheet.css. I tried to modify the colors but it doesn't seem to be effecting the category mouse over colors. .moduleRow { } .moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; } .moduleRowSelected { background-color: #E9F4FC; } In the top of template.html i do have the following. <head> <!--$headcontent--> <link rel="stylesheet" type="text/css" href="stylesheet.css"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head> Any ideas. What file is controllign the colors of the mouseover. Thank you Quote Link to comment Share on other sites More sharing options...
Guest Posted December 22, 2004 Share Posted December 22, 2004 The Rollover Colors are in the stylesheet.css i Have Sts installed. I can't seem to find where the chnage the colors of the category mouseover in stylesheet. I thought we can modify it thru the below code in stylesheet.css. I tried to modify the colors but it doesn't seem to be effecting the category mouse over colors. .moduleRow { } .moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; } .moduleRowSelected { background-color: #E9F4FC; } In the top of template.html i do have the following. <head> <!--$headcontent--> <link rel="stylesheet" type="text/css" href="stylesheet.css"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head> Any ideas. What file is controllign the colors of the mouseover. Thank you <{POST_SNAPBACK}> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.