The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
What I want to do is display a
when a row is clicked and hide it when another row is clicked, displaying a
for that row (a
).
Anyone any ideas? It's driving me mental.
Anyone any ideas? It's driving me mental.
Tyla wrote:
> Did this sometime back:
>
> http://www.endeavourchem.co.uk/rci/AgentsDistributors.asp
>
> Doesn;t auto close though. Should be enough though to get you sorted.
Bong! Cheers, exactly what I'm looking for. Cheers MM too.
> Did this sometime back:
>
> http://www.endeavourchem.co.uk/rci/AgentsDistributors.asp
>
> Doesn;t auto close though. Should be enough though to get you sorted.
Bong! Cheers, exactly what I'm looking for. Cheers MM too.
Gah, I was thinking he meant like menu layers, like your page but the upper menu, not the expand/unexpand thing below.
Does inner.HTML work in Firefox? I stopped using it because Netscape never supported it, but it's really useful.
Does inner.HTML work in Firefox? I stopped using it because Netscape never supported it, but it's really useful.
Did this sometime back:
http://www.endeavourchem.co.uk/rci/AgentsDistributors.asp
Doesn;t auto close though. Should be enough though to get you sorted.
http://www.endeavourchem.co.uk/rci/AgentsDistributors.asp
Doesn;t auto close though. Should be enough though to get you sorted.
Do you need the exact code? I can write it, but give me a few minutes. Something like this though:
function display_menus(rowa_x, rowb_x, rowc_x, etc...)
{
if(document.layers) <<< quick check for IE
{
document.rowa.style.left = rowa_x;
document.rowb.style.left = rowb_x;
document.rowc.style.left = rowc_x;
etc...
}
else
{
can't remember the layer thing for other browsers, will look it up but it's similar!
}
}
Then, obviously:
onclick="display_menus(-500,100,-500,etc.)"
for whatever you want clicked.
You have to have the distance from top set in the style or whatever, and it basically swaps out the distance from left for each layer.
function display_menus(rowa_x, rowb_x, rowc_x, etc...)
{
if(document.layers) <<< quick check for IE
{
document.rowa.style.left = rowa_x;
document.rowb.style.left = rowb_x;
document.rowc.style.left = rowc_x;
etc...
}
else
{
can't remember the layer thing for other browsers, will look it up but it's similar!
}
}
Then, obviously:
onclick="display_menus(-500,100,-500,etc.)"
for whatever you want clicked.
You have to have the distance from top set in the style or whatever, and it basically swaps out the distance from left for each layer.
What I want to do is display a
when a row is clicked and hide it when another row is clicked, displaying a
for that row (a
).
Anyone any ideas? It's driving me mental.
Anyone any ideas? It's driving me mental.
Freeola & GetDotted are rated 5 Stars
Check out some of our customer reviews below:
The coolest ISP ever!
In my opinion, the ISP is the best I have ever used. They guarantee 'first time connection - everytime', which they have never let me down on.
10/10
Over the years I've become very jaded after many bad experiences with customer services, you have bucked the trend. Polite and efficient from the Freeola team, well done to all involved.
It appears you are using an old browser, as such, some parts of the Freeola and Getdotted site will not work as intended. Using the latest version of your browser, or another browser such as Google Chrome, Mozilla Firefox, or Opera will provide a better, safer browsing experience for you.