PDA

View Full Version : problem in IE


pietrek
09-05-2005, 05:53 PM
I`m using light my dark template and there is a problem in IExplorer. The images are moving to left. In firefox everything is ok.
my page: http://pietrek.gaa.pl/

Connie
09-05-2005, 06:41 PM
Pietrek,

you are not the first who has problems with CSS and IE
I spent a lot of time already making correct code working in IE

you can search the forum and will find a lot of postings to this topic

pietrek
09-05-2005, 07:09 PM
Pietrek,

you are not the first who has problems with CSS and IE
I spent a lot of time already making correct code working in IE

you can search the forum and will find a lot of postings to this topic

So did I, but I was just wondering if someone have the same problem with this template...
Thanks anyway

Connie
09-05-2005, 07:46 PM
So did I, but I was just wondering if someone have the same problem with this template...
Thanks anyway

Pietrek,

the fist step is to find whether the website is valid HTML and valid CSS, you can do this using the following URLS:

http://validator.w3.org/check?verbose=1&uri=http%3A//pietrek.gaa.pl/index.php%3Fshowimage%3D53 and http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A//pietrek.gaa.pl/index.php%3Fshowimage%3D53

you have some errors in the meta-tags in the header
so the css is not validating at all
after you have cleaned that errors, you might

the CSS:
you have a lot of divs in the main wrapper but all have different left values, why?

something just happened with your host, MYSQL and PHP service is stopped,???

I was just trying to find out what is wrong with the CSS, please try to harmonise the left borders after you corrected the HTML

good luck!