Had a quick look - that one seems a bit tricky as I can't see anything that would cause it to wig out like that.
Hunch would be that its swmenu - can you try turning the swmenu module off in modules and see it it still puts a space in.
Also noticed you are calling IE6 CSS for IE7? This could be the problem - you probably don't need teh following for IE 7 so can remove teh following lines of code - UNLESS you have put specific IE7 styling in there?
This could be the issue as I recall we had to put some stuff in to cleanup IE6 specific issues only
remove this from index.php and see what happens:
| Code: |
<!--[if IE 7]>
<style type="text/css">
img, div, td { behavior: url(/templates/css
/transparent_bliss_1.5/js/iepngfix.htc); }
</style>
<link href="/templates/
transparent_bliss_1.5/css
/template-ie7.css" rel="stylesheet"
type="text/css"
media="all" />
<![endif]-->
<!--[if IE 7]>
<style type="text/css">
img, div, td { behavior: url(/templates/css
/transparent_bliss_1.5/js/iepngfix.htc); }
</style>
<link href="/templates/
transparent_bliss_1.5/css
/template-ie8.css" rel="stylesheet"
type="text/css"
media="all" />
<![endif]-->
|
Post edited by: Big Bear, at: 2008/07/20 17:10
Post edited by: Big Bear, at: 2008/07/20 17:11<br><br>Post edited by: Big Bear, at: 2008/07/20 17:12