[SOLVED] found it in the template
.. got this application up and running in Firefox, went to IE and it's fuxored.
In the source there is..
Which doesn't phase Firefox at all, but IE ends up doing stuff like "http:///logo2.gif" to the image pathes, and "http:///Contact" to the links.
.htaccess has....
RewriteEngine On
RewriteBase /
RewriteRule ^Home$ index.php
RewriteRule ^Grid$ index.php?page=grid
RewriteRule ^Blog$ index.php?page=blog
RewriteRule ^FAQ$ index.php?page=faq
RewriteRule ^Contact$ index.php?page=contacts
RewriteRule ^Buy$ index.php?page=buy
RewriteRule ^Static/(.*)$ index.php?page=static&p=$1
RewriteRule ^Success$ index.php?page=success
RewriteRule ^Redir/(.*)$ index.php?page=redir&id=$1
