So I've finally succumb to all things CSS and converted my potfolio site www.internalimages.com.
And if I do say so mysepf it's a thing of beauty. In Firefox that is. Just a small problem in IE however: the internal links in the page don't work. It's just simple anchor names at each level/service (web/art/consultancy/links) but IE just doesn't want to know.
Any ideas on how to fix it? As I mentioned it works fine in firefox, and if there isn't a fix it's not the end of the world as folks can simply scroll down anyway.
Cheers in advance anyway...
And if I do say so mysepf it's a thing of beauty. In Firefox that is. Just a small problem in IE however: the internal links in the page don't work. It's just simple anchor names at each level/service (web/art/consultancy/links) but IE just doesn't want to know.
Any ideas on how to fix it? As I mentioned it works fine in firefox, and if there isn't a fix it's not the end of the world as folks can simply scroll down anyway.
Cheers in advance anyway...
-
Re: quick question
Thu, December 13, 2007 - 11:10 AMYou need to add a name="" to your link
Example:
<a name="art" href="default.htm">Return to top </a> -
-
Re: quick question
Fri, December 14, 2007 - 5:24 AMthe anchor points are all named and the correct names used in the menu hyper-links. As I said it works fine in firefox, just that IE has issues with it.
-