Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Detail of a record below the repeat region

Status
Not open for further replies.

jedel

Programmer
Jan 11, 2003
430
AU
Hi all,

I'm not sure if I can explain my issue clearly, but I'll give it a go.

I have an ASP page with a list of events running horisontally across the page. These events consist of a date in text format, the title of the event and an image.

The events are listed inside DIV tags, and, as I said before, there are five of these across the page.

Below this list, there is an empty space, which is where I want to display the short description of each event. This DIV tag area is outside of the repeat region.

I want to be able to display the short description of event event listed in the page in this "detail" area below the events list when I MOUSEOVER the image.

Can anybody help with this? Have tried a number of DHTML tricks with javascript with varying levels of success, the problem with these attempts is that they are built around static text and not dynamic data. So when I try and work the code in, I invariably end up with a failed attempt.

Any assistance is appreciated

Cheers

Dean

-------------------------------------------------------------
"The most overlooked advantage of owning a computer is that if they foul up there's no law against whacking them around a bit."
 
If you still need help with this, providing some code so we can see what you've already done always helps...



--------
GOOGLE is a great resource to find answers to questions like "how do i..."

If you don't know exaclty what you want to do or what to search on, try Google Suggest: --------
I have recently been semi-converted to ensuring all my code (well most of it) works in both javascript and non-javasc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top