Solve a problem related to smarty, js, and css.

Source: Internet
Author: User
To solve a smarty, js, and css problem, I retrieved the latest 10 records from the database, and then displayed them on the page through samrty. each record is a div, then, use js to control the background color of the div when you hover the cursor over the div. Currently, only the first div is displayed as OK. when you hover the cursor over another div, it is the first solution to the question of smarty, js, and css.
I retrieve the latest 10 records from the database and display them on the page using samrty. each record is a div, then, use js to control the background color of the div when you hover the cursor over the div. Currently, only the first div is displayed as OK. when you hover the cursor over another div, however, the background color of the First div has changed, and the others have not changed. how can this problem be solved?


Js

Function mouseOver (){
Document. getElementById ('Diary'). style. backgroundColor = "# C4C8CC ";
}
Function mouseOut (){
Document. getElementById ('Diary'). style. backgroundColor = "# F4F5F7 ";
}

The page displays a two-dimensional smarty array.

------ Solution --------------------
Send the html code. According to your description, not all div sets the same id attribute value, right?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.