SCOTIA SYSTEMS BLOG
Links not working in Firefox
June 26th, 2009 adminJust had a problem with a website which worked fine in IE, however when viewed in Firefox, some of the <A HREF> links weren’t working!
Turns out it was a problem with the z-axis. One of the other elements on the page was appearing on top of the links and obscuring them. By using “z-index” I was able to re-order the elements, bringing the links to the surface again – and all worked fine again.
Here’s a good description of how to use z-index:
https://developer.mozilla.org/en/Understanding_CSS_z-index/Adding_z-index
Google Analytics – “tracking not installed”
June 24th, 2009 adminJust had a problem adding the tracking code for a website under google analytics. The default page for the website is “home.html” however it appears google wasn’t happy with this. The solution was to modify the profile for the website in Analytics and manually add the page as the “default page” so that google had the full path.


