Re: Can someone please help? Show/Hide layers
> I am making a site for a friend and am having some weirdness that I can't
> figure out. I have a series of layers that show/hide based on various
> selections.
This is not a good way to make a 'web site'.
You've basically built one really huge web page. A web site should really be
various HTML files that link to each other.
Right now, your page is 450k to load all the site information at once, which
is pretty large.
I'd suggest making each 'layer' an individual page and link between them
accordingly.
-Darrel
|