solutions to different look IE/Mozilla?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Dom
Posts: 17
Joined: Tue 18. May 2004, 10:14

solutions to different look IE/Mozilla?

Post by Dom »

Hiya,


this is my first post, I hope the subforum is the right one?

I have installed this wonderful CMS, but have run into the following problem now: my small (and ugly) test site looks okay (concerning layout) with Mozilla/Firebird/... but IE seems to interpret some HTML a bit different: I get an additional one pixel background right to the main body where I don't want any.

Has anyone of you run into the same optical problem and maybe has a simple solution?

http://namwahpai-karlsruhe.de/cms/index.php
Dom
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

i can't see it, is it fixed?
no? could you use a more contrasting colour to indicate the problem better?
yes? superuper dude.
Dom
Posts: 17
Joined: Tue 18. May 2004, 10:14

Post by Dom »

pSouper wrote:i can't see it, is it fixed?
no? could you use a more contrasting colour to indicate the problem better?

Strange... it is a bright green 00ff00 color, right to the blue 0000ff main body and annoyingly visible on my IE6.
Dom
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

ok, i see it (was using netscape :oops: )
would you post your template?
----
header
----
main
----
etc...

or PM me a temp admin usr/pass
Dom
Posts: 17
Joined: Tue 18. May 2004, 10:14

Post by Dom »

pSouper wrote:ok, i see it (was using netscape :oops: )
would you post your template?
8)


It's just an image, text and a picture right now - maybe the picture causes the problem?


Header:

Code: Select all

<img align="center" src="http://www.namwahpai-karlsruhe.de/cms/img/header.jpg" alt="" border="0">
footer:

Code: Select all

blabla
left:

Code: Select all

{NAV_TABLE_COLUMN}
Dom
derD
Posts: 52
Joined: Sat 15. May 2004, 04:57
Location: Barcelona
Contact:

Post by derD »

in your page source i see the following:

Code: Select all

<td valign="top" bgcolor="#00ff00"></td>
Mozilla ignores it because it is empty, but IE can`t.

You put it in there ? Or is this code auto-generated ?
Perhaps you should look into your "Seitenlayout" / "Page Layout" to see if you have defined there s.th. with this color...
Ich sagte doch: ich geh nie wieder in den Bau.
Dom
Posts: 17
Joined: Tue 18. May 2004, 10:14

Post by Dom »

derD wrote:in your page source i see the following:

Code: Select all

<td valign="top" bgcolor="#00ff00"></td>
Mozilla ignores it because it is empty, but IE can`t.
That was it, problem solved - many thanks! :)

Although I thought empty boxes (here: the right one) wouldn't be rendered at all. Switching to 2 column page layout now looks proper in IE, too.
Dom
Post Reply