Search found 5 matches
- Fri Dec 18, 2009 11:55 pm
- Forum: Bug reports
- Topic: Chrome bug!?
- Replies: 3
- Views: 3844
Re: Chrome bug!?
Hehe, Solved!
- Fri Dec 18, 2009 11:22 pm
- Forum: Bug reports
- Topic: Chrome bug!?
- Replies: 3
- Views: 3844
Re: Chrome bug!?
I guess it's a CSS problem.. I post here my file. I hope someone takes some time to check it..
THANKS
/**
/* General */
body { font: .8em 'Arial', 'Nimbus Sans L', sans-serif; padding: 0em; margin: 0; }
td { font-size: .8em; }
a:link, a:visited { color: #191970; border-bottom: 1px dotted #bbb ...
THANKS
/**
/* General */
body { font: .8em 'Arial', 'Nimbus Sans L', sans-serif; padding: 0em; margin: 0; }
td { font-size: .8em; }
a:link, a:visited { color: #191970; border-bottom: 1px dotted #bbb ...
- Fri Dec 18, 2009 10:02 pm
- Forum: Bug reports
- Topic: Chrome bug!?
- Replies: 3
- Views: 3844
Chrome bug!?
Hi there,
Unfortunately I notice some problems in Google Chrome. The links in the menu aren't clickable, in IE it works fine..
I uses the following code for the menu.. maybe you can see a mistake?
<div id="content">
<div class="header" id="header">
<div><h1>Veelgestelde vragen</h1>
</div>
</div ...
Unfortunately I notice some problems in Google Chrome. The links in the menu aren't clickable, in IE it works fine..
I uses the following code for the menu.. maybe you can see a mistake?
<div id="content">
<div class="header" id="header">
<div><h1>Veelgestelde vragen</h1>
</div>
</div ...
- Wed Nov 18, 2009 10:23 pm
- Forum: Webserver and configuration
- Topic: Including MyFAQ
- Replies: 2
- Views: 6216
Re: Including MyFAQ
Unfortunately I can't look into any logfile..
This is the code I'm using...
//page
require(CLIENTINC_DIR.'header.inc.php');?>
<?php
include ($_SERVER['DOCUMENT_ROOT']."faq/index.php");
?>
<?require(CLIENTINC_DIR.'footer.inc.php');?>
When I'm opening this file it shows the header and footer but ...
This is the code I'm using...
//page
require(CLIENTINC_DIR.'header.inc.php');?>
<?php
include ($_SERVER['DOCUMENT_ROOT']."faq/index.php");
?>
<?require(CLIENTINC_DIR.'footer.inc.php');?>
When I'm opening this file it shows the header and footer but ...
- Wed Nov 18, 2009 6:33 pm
- Forum: Webserver and configuration
- Topic: Including MyFAQ
- Replies: 2
- Views: 6216
Including MyFAQ
Hi there,
I'n trying to include the index of MyFAQ into my own website but it's working right now.
In the folder /website/ there is a file faq.php which is trying to include the myFAQ index between the header and footer. The myFAQ script is in the folder /website/faq/
Unfortunately I only see a ...
I'n trying to include the index of MyFAQ into my own website but it's working right now.
In the folder /website/ there is a file faq.php which is trying to include the myFAQ index between the header and footer. The myFAQ script is in the folder /website/faq/
Unfortunately I only see a ...