Hello again, I have done some research, and it seems that the problem is not coming from the website, but from Epiphany-gecko (webkit version doesn't have this bug). I have found that Epiphany on Debian is unable to handle import of css files. Here is the content of a css file found at http://www.generationmp3.com/wp-content/themes/gmp3-classic/style.css :
/* Theme Name: Generation MP3 Classique Edition Theme URI: http://www.generationmp3.com/ Description: Version classique du site Generation MP3 Version: 1.0 Author: Amaury BALMER Author URI: http://wp-box.fr/ */ @import 'css/main.css'; @import 'css/header.css'; @import 'css/sub_menu.css'; @import 'css/post.css'; @import 'css/excerpt.css'; @import 'css/comment.css'; @import 'css/author.css'; @import 'css/sidebar.css'; @import 'css/asides.css'; @import 'css/footer.css'; @import 'css/register.css'; @import 'css/navigation.css'; See the import I'm talking about ? The error viewer plugin states that "@import" ins't handled, so the ruleset is ignored. I don't know if there's a way to change this (probably in the engine settings ?), but it's definitely the source of this bug. Like I said, it's only happening on my Debian box... Regards. -- Apelete Seketeli <[EMAIL PROTECTED]>