Click to See Complete Forum and Search --> : IE 7 bug help request


Beppo5
05-30-2007, 07:49 PM
Greetings,
I am working on a site powered by Joomla CSM. http://www.xyzmedia.org/index.php

My problem is that ie7 is adding padding to the body (I think). :confused:
I have searched several internet forums but have not found an answer. My problems are exacerbated by the fact that I can't get IE 7 to install on the machine I am working on.

This site is under construction so somethings are still being tweeked, pardon the appearance.

ray326
05-30-2007, 10:21 PM
Server not found.

Try the universal stripper at the start of your CSS:

* { padding:0; margin:0 }

Beppo5
05-30-2007, 10:38 PM
yeah I did that right off the bat but no luck. Here is a link to the css:
http://www.xyzmedia.org/templates/xyzmedia/css/template_css.css

By the way I didn't state this earlier, the site looks as it should in FF.

Also,
Is the "general" forum the place for this question?

ray326
05-31-2007, 11:52 AM
You could try "body, html" instead of just body in that selector.

Beppo5
05-31-2007, 02:25 PM
Ray,
thanks for the attention.

I tried that too. I built a test html page, stripped of the joomla php calls, and it works
http://www.xyzmedia.org/templates/xyzmedia/indexA.htm

So it's something in the php code that is tripping me up. I am going to post to the joomla forum and see if I get any answers there.