problem with interactive buttons on both left and right hand side of page

  • Thread starter Thread starter acorngirl
  • Start date Start date
A

acorngirl

Basically, I have set up a list of interactive button down the left
hand side of the page, these buttons are within each cell of a table.
The table is within a file that is part of the whole page made up of
iframes.

I have then created another list of interactive buttons on the right
hand side of the page, once again they are in a table and the table is
within a file that is part of the whole page made up of iframes.

My problem is that when I display the page in explorer and I hover over
the buttons on the right hand side, it changes the description shown on
the left hand buttons to the description on the right. I can hover
over the buttons on the left and it reverts back.

Any ideas?
 
acorngirl said:
Basically, I have set up a list of interactive button down the left
hand side of the page, these buttons are within each cell of a table.
The table is within a file that is part of the whole page made up of
iframes.

I have then created another list of interactive buttons on the right
hand side of the page, once again they are in a table and the table is
within a file that is part of the whole page made up of iframes.

My problem is that when I display the page in explorer and I hover over
the buttons on the right hand side, it changes the description shown on
the left hand buttons to the description on the right. I can hover
over the buttons on the left and it reverts back.

Any ideas?

I've looked at this further and it appears that its a problem with an
..asp file that I have which gives me the ability to specify absolute
paths for my site.

Within the .asp file I use the 'include' command to include my four
files. I have displayed my page as an .html file and it works OK, when
I display my .asp file the problem occurs.

Any help with this would be much appreciated!
 
Since you are created your IB in separate pages (your asp includes) make sure you name each IB uniquely and copy the body onload
component to your final pages
Easiest way is you create all you IB in a new single new page and look at the body tag generated

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|
| acorngirl wrote:
| > Basically, I have set up a list of interactive button down the left
| > hand side of the page, these buttons are within each cell of a table.
| > The table is within a file that is part of the whole page made up of
| > iframes.
| >
| > I have then created another list of interactive buttons on the right
| > hand side of the page, once again they are in a table and the table is
| > within a file that is part of the whole page made up of iframes.
| >
| > My problem is that when I display the page in explorer and I hover over
| > the buttons on the right hand side, it changes the description shown on
| > the left hand buttons to the description on the right. I can hover
| > over the buttons on the left and it reverts back.
| >
| > Any ideas?
|
| I've looked at this further and it appears that its a problem with an
| .asp file that I have which gives me the ability to specify absolute
| paths for my site.
|
| Within the .asp file I use the 'include' command to include my four
| files. I have displayed my page as an .html file and it works OK, when
| I display my .asp file the problem occurs.
|
| Any help with this would be much appreciated!
|
 
Back
Top