WebsiteBaker Community Forum

General Community => Off-Topic => Topic started by: ipfelkofer on September 10, 2008, 11:42:18 PM

Title: Bitte um Hilfe
Post by: ipfelkofer on September 10, 2008, 11:42:18 PM
I currently try to port a template based on YAML to WB.

Can anyone help me in finding out, what I have to change to achieve that the header (i.e. the top navigation line) behaves in IE (7) the same way as in Firefox and all the other browsers.

Thanks



[gelöscht durch Administrator]
Title: Re: Bitte um Hilfe
Post by: hrioo on September 11, 2008, 03:22:55 AM
I don't understand what exactly you mean but I checked your template and the paths in your index.php file are incorrect. For example:

<link href="css/zentrale.css" rel="stylesheet" type="text/css"/>

should be:

<link href="<?php echo TEMPLATE_DIR; ?>/css/zentrale.css" rel="stylesheet" type="text/css" />

After you correct your paths check your CSS files. You have a few of them and it's not necessary. Your menu is not visible because it's not configured properly in your CSS file. For starters change "top: -1.5em;" to top: 1.5em; in your CSS's #topnav section.