As you would expect IE is stuffn my theme

My URL is www.stealthtutorials.com

The theme is based on BlueMarine, the sidebars are taken from Connections.

I am using a CivicSpace install of 4.6

any help would be greatly appreciated.

THANK YOU

Owen

Comments

Jeff Burnz’s picture

you sidebar block header images are 1px offset to the right in safari.

try validating your css and html, you have a number of errors.

sorry but cant help you with IE right now, I know IE is such a pain in the neck sometime eh?

martin@drupal.org.uk’s picture

The center is pushed down in IE6. You seem to have an empty element <DIV id=header></DIV> here:

<LI class=collapsed><A 
        href="http://www.stealthtutorials.com/aggregator">news aggregator</A> 
        </LI></UL></DIV></DIV></DIV></TD><TD vAlign=top>
      <DIV id=header></DIV>
      <DIV id=main>
      <DIV class=breadcrumb></DIV>

When I removed "WIDTH: 100%;" from #header css in style.css the problem went away. Not practical for your theme, because you want the actual header to be 100% so maybe you could remove the empty element.

Also my ie6 doesn't like the transparent png logo , you could use a gif.