Good day! How to make such news as on the site http://www.bestnews.in.ua/ ON the main page of the type of slide when you search for one of the names of the news, do the news itself change?
2 answers
Do you want to write or look for a ready-made solution? If a ready-made solution, then you can take this plugin as a basis, although there are many analogues in the internet. And if you write it yourself, the algorithm is extremely simple: output thumbnails in one column (for example, the ul list), upon an event or hover, or mouseover, or on any other element of the list ( li ), change the content in the main window. I do not even know what to add. In principle, nothing prevents you from using Tabs (jQuery UI) for this purpose, only playing with styles.
- Thank you short and clear! - duddeniska
|
Alternatively, you can see how it is implemented on the lostfilm.tv website:
- open site
- right click -> page source code -> 461st line -> click on
src
attribute content
|