This topic is locked

Rollover Highlighted Section

7/3/2008 8:15:17 PM
PHPRunner General questions
S
steve007 author

I was using the template "classified" and when the results are displayed the whole section you "rollover" is highlighted. I was wondering if it was possible to click anywhere in the highlighted section whick takes you to the next screen which would give you more details on the product.
So if I "rolledover" the winnie the pooh section could I then click anywhere in that highlighed box and it will take me to the next screen. I don't won't to have to click on details or next or anything like that just want to click in the highlighted area. Hope I've explained this well enough. Thanks for any help in advance <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=8918&image=1&table=forumtopics' class='bbc_emoticon' alt=':D' />

J
Jane 7/7/2008

Hi,
proceed to the Visual Editor tab, turn on HTML mode, find this code:

<TR class=shade vAlign=middle>



and replace it with this one:

<TR class=shade vAlign=middle onclick="window.location.href='main_view.php?{$row.1editlink}';" >

S
steve007 author 7/12/2008

Thanks Jane
Worked a treat you're a gem