[jQuery] Re: Linking & showing Subsection of page

2008-06-16 Thread Pickledegg
Ahah, thats simple and effective. I may need to use mod rewrite to tidy things up but it will definitely work. Thanks! On Jun 16, 11:47 am, Liam Byrne <[EMAIL PROTECTED]> wrote: > a) Since you're using PHP, use that to access a "$_GET" variable and > make that one visible: > > > .hiddenBits { >

[jQuery] Re: Linking & showing Subsection of page

2008-06-16 Thread Liam Byrne
a) Since you're using PHP, use that to access a "$_GET" variable and make that one visible: .hiddenBits { display:none; : : } style="display:block">FAQs go here ($_GET["section"]=="prices") { ?> style="display:block">name="#prices">Prices go here Liam Pickledegg wrote: Does

[jQuery] Re: Linking & showing Subsection of page

2008-06-16 Thread Pickledegg
Does anyone have any ideas to offer by any chance? On Jun 13, 1:02 pm, Pickledegg <[EMAIL PROTECTED]> wrote: > Heres my page: > > http://tinyurl.com/5eov82 > > If you click on the 'FAQ' or 'Prices' buttons you wil see that it > shows/hides certain divs on the page. If the javascript is disabled >