Check out the JSFiddle for my page with the source code included:
https://jsfiddle.net/g0kw1Le8/
Here is a snippet of the source code:
<TITLE>Hallam FM - Best Variety of Hits</TITLE>
<style>
/* CSS styles go here */
/* End of CSS */
</style>
<!-- HTML content goes here -->
</div>
In summary, I'm trying to achieve two things:
Implement a hover effect that displays presenter information and photos similar to websites like this example or this one, but with a vertical layout instead of horizontal.
Adjust the width of each show segment to fit the time duration (e.g., a 4-hour show should be 240 units wide). Currently, all shows appear packed without aligning properly with the time slots at the top.
I've been experimenting with different approaches but haven't been able to match the design seen in the Internet Archive link provided above. Any tips or suggestions would be greatly appreciated.