Hi
I'm building a custom front page with links to my cataloge.
My problem is the links work in Mozilla but not in Internet Explorer.
In the define pages editor for the main page i have;
<a id="womensLink" href="http://www.imagocollections.com.au/index.php?main_page=index&cPath=33"> </a>
and in my stylesheet I have;
#womensLink {
position: absolute;
top: 220px;
left: 513px;
height:200px;
width: 158px;
}
My site is located at http://www.imagocollections.com.au
Any help would really be appreciated.




