Welcome, Guest. Please login or register.
Did you miss your activation email?
May 23, 2012, 08:22:22 PM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155440 Posts in 21702 Topics by 7732 Members
Latest Member: Smacki
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Bitte um Hilfe  (Read 921 times)
ipfelkofer

Offline Offline

Posts: 16


WWW
« on: September 10, 2008, 10: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

Logged
hrioo

Offline Offline

Posts: 64


WWW
« Reply #1 on: September 11, 2008, 02: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.
Logged

www.FolioPages.com - Web design & solutions
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!