Can I ask for your opinion on a sidebar navigation change I'm looking at?
The original is here: www.firsttackle.co.uk
The new version is here: www.toptackle.co.uk
What I want to achieve is to make it easier for visitors to find a product section that interests them, and then to make it easier for them to look at the products within that section.
The menu is all css driven with a couple of block if lists. The css is on the page.
I know of a few issues still to address:
1. The menu takes a lot of code which slows down the page loading. Maybe I need to save it to a file and load it externally so the browser can cache it or is there a better method?
2. On the product pages there are a couple of floated items that appear on top of the fly out. I'm guessing a z-index should fix it but haven't worked it out yet.
3. I really want the 'In this section' bit to also show all the products at the same level on the product page. Ideally without going into php but I'm not sure if this can be done or how to do it.
What do you think and have you any suggestions on how it could be improved?
Thanks
Mike
The original is here: www.firsttackle.co.uk
The new version is here: www.toptackle.co.uk
What I want to achieve is to make it easier for visitors to find a product section that interests them, and then to make it easier for them to look at the products within that section.
The menu is all css driven with a couple of block if lists. The css is on the page.
I know of a few issues still to address:
1. The menu takes a lot of code which slows down the page loading. Maybe I need to save it to a file and load it externally so the browser can cache it or is there a better method?
2. On the product pages there are a couple of floated items that appear on top of the fly out. I'm guessing a z-index should fix it but haven't worked it out yet.
3. I really want the 'In this section' bit to also show all the products at the same level on the product page. Ideally without going into php but I'm not sure if this can be done or how to do it.
What do you think and have you any suggestions on how it could be improved?
Thanks
Mike
Comment