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
solutions to different look IE/Mozilla?
pSouper wrote:ok, i see it (was using netscape )
would you post your template?
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">
Code: Select all
blabla
Code: Select all
{NAV_TABLE_COLUMN}
Dom
in your page source i see the following:
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...
Code: Select all
<td valign="top" bgcolor="#00ff00"></td>
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.
That was it, problem solved - many thanks!derD wrote:in your page source i see the following:
Mozilla ignores it because it is empty, but IE can`t.Code: Select all
<td valign="top" bgcolor="#00ff00"></td>
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